From commits-return-71432-archive-asf-public=cust-asf.ponee.io@maven.apache.org Sat Mar 17 22:07:03 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id CA15418072F for ; Sat, 17 Mar 2018 22:07:02 +0100 (CET) Received: (qmail 79271 invoked by uid 500); 17 Mar 2018 21:07:01 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 79063 invoked by uid 99); 17 Mar 2018 21:07:01 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Mar 2018 21:07:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A8C5DF3332; Sat, 17 Mar 2018 21:07:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tibordigana@apache.org To: commits@maven.apache.org Date: Sat, 17 Mar 2018 21:07:01 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/5] maven-surefire git commit: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/c10e717d Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/c10e717d Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/c10e717d Branch: refs/heads/SUREFIRE-1498 Commit: c10e717d44edd45772bdf696e2cdc2e942ee7643 Parents: 7ba1af1 Author: Tibor17 Authored: Sat Mar 3 10:16:40 2018 +0100 Committer: Tibor17 Committed: Sat Mar 3 10:16:40 2018 +0100 ---------------------------------------------------------------------- maven-failsafe-plugin/pom.xml | 2 +- maven-surefire-common/pom.xml | 2 +- maven-surefire-plugin/pom.xml | 2 +- maven-surefire-report-plugin/pom.xml | 2 +- pom.xml | 4 ++-- surefire-api/pom.xml | 2 +- surefire-booter/pom.xml | 2 +- surefire-grouper/pom.xml | 2 +- surefire-its/pom.xml | 2 +- surefire-logger-api/pom.xml | 2 +- surefire-providers/common-java5/pom.xml | 2 +- surefire-providers/common-junit3/pom.xml | 2 +- surefire-providers/common-junit4/pom.xml | 2 +- surefire-providers/common-junit48/pom.xml | 2 +- surefire-providers/pom.xml | 2 +- surefire-providers/surefire-junit3/pom.xml | 2 +- surefire-providers/surefire-junit4/pom.xml | 2 +- surefire-providers/surefire-junit47/pom.xml | 2 +- surefire-providers/surefire-testng-utils/pom.xml | 2 +- surefire-providers/surefire-testng/pom.xml | 2 +- surefire-report-parser/pom.xml | 2 +- surefire-setup-integration-tests/pom.xml | 2 +- surefire-shadefire/pom.xml | 2 +- 23 files changed, 24 insertions(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/maven-failsafe-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml index 3d67e21..8636e8a 100644 --- a/maven-failsafe-plugin/pom.xml +++ b/maven-failsafe-plugin/pom.xml @@ -24,7 +24,7 @@ org.apache.maven.surefire surefire - 2.21.0 + 3.0.0-SNAPSHOT org.apache.maven.plugins http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/maven-surefire-common/pom.xml ---------------------------------------------------------------------- diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml index e7fb909..abc5dc7 100644 --- a/maven-surefire-common/pom.xml +++ b/maven-surefire-common/pom.xml @@ -24,7 +24,7 @@ org.apache.maven.surefire surefire - 2.21.0 + 3.0.0-SNAPSHOT maven-surefire-common http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/maven-surefire-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml index d92e994..c57dfd9 100644 --- a/maven-surefire-plugin/pom.xml +++ b/maven-surefire-plugin/pom.xml @@ -24,7 +24,7 @@ org.apache.maven.surefire surefire - 2.21.0 + 3.0.0-SNAPSHOT org.apache.maven.plugins http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/maven-surefire-report-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-surefire-report-plugin/pom.xml b/maven-surefire-report-plugin/pom.xml index 513fbec..8ec5c24 100644 --- a/maven-surefire-report-plugin/pom.xml +++ b/maven-surefire-report-plugin/pom.xml @@ -24,7 +24,7 @@ org.apache.maven.surefire surefire - 2.21.0 + 3.0.0-SNAPSHOT org.apache.maven.plugins http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1ed75f2..9f15736 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.apache.maven.surefire surefire - 2.21.0 + 3.0.0-SNAPSHOT pom Apache Maven Surefire @@ -68,7 +68,7 @@ ${maven.surefire.scm.devConnection} ${maven.surefire.scm.devConnection} https://github.com/apache/maven-surefire/tree/${project.scm.tag} - surefire-2.21.0_vote-1 + HEAD jira http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/surefire-api/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-api/pom.xml b/surefire-api/pom.xml index 7e1e9f5..f212c98 100644 --- a/surefire-api/pom.xml +++ b/surefire-api/pom.xml @@ -23,7 +23,7 @@ org.apache.maven.surefire surefire - 2.21.0 + 3.0.0-SNAPSHOT surefire-api http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/surefire-booter/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-booter/pom.xml b/surefire-booter/pom.xml index e634169..02623f1 100644 --- a/surefire-booter/pom.xml +++ b/surefire-booter/pom.xml @@ -23,7 +23,7 @@ org.apache.maven.surefire surefire - 2.21.0 + 3.0.0-SNAPSHOT surefire-booter http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/surefire-grouper/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-grouper/pom.xml b/surefire-grouper/pom.xml index 1de2001..deea6b2 100644 --- a/surefire-grouper/pom.xml +++ b/surefire-grouper/pom.xml @@ -24,7 +24,7 @@ org.apache.maven.surefire surefire - 2.21.0 + 3.0.0-SNAPSHOT surefire-grouper http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/surefire-its/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-its/pom.xml b/surefire-its/pom.xml index e781d31..88a4870 100644 --- a/surefire-its/pom.xml +++ b/surefire-its/pom.xml @@ -24,7 +24,7 @@ org.apache.maven.surefire surefire - 2.21.0 + 3.0.0-SNAPSHOT surefire-its http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/surefire-logger-api/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-logger-api/pom.xml b/surefire-logger-api/pom.xml index 646cf7a..6606513 100644 --- a/surefire-logger-api/pom.xml +++ b/surefire-logger-api/pom.xml @@ -23,7 +23,7 @@ org.apache.maven.surefire surefire - 2.21.0 + 3.0.0-SNAPSHOT surefire-logger-api http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/surefire-providers/common-java5/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/common-java5/pom.xml b/surefire-providers/common-java5/pom.xml index 1ea8bb8..d52f966 100644 --- a/surefire-providers/common-java5/pom.xml +++ b/surefire-providers/common-java5/pom.xml @@ -23,7 +23,7 @@ org.apache.maven.surefire surefire-providers - 2.21.0 + 3.0.0-SNAPSHOT common-java5 http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/surefire-providers/common-junit3/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/common-junit3/pom.xml b/surefire-providers/common-junit3/pom.xml index c3c8e8e..2089eec 100644 --- a/surefire-providers/common-junit3/pom.xml +++ b/surefire-providers/common-junit3/pom.xml @@ -23,7 +23,7 @@ org.apache.maven.surefire surefire-providers - 2.21.0 + 3.0.0-SNAPSHOT common-junit3 http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/surefire-providers/common-junit4/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/common-junit4/pom.xml b/surefire-providers/common-junit4/pom.xml index 0400c13..1475e57 100644 --- a/surefire-providers/common-junit4/pom.xml +++ b/surefire-providers/common-junit4/pom.xml @@ -23,7 +23,7 @@ org.apache.maven.surefire surefire-providers - 2.21.0 + 3.0.0-SNAPSHOT common-junit4 http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/surefire-providers/common-junit48/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/common-junit48/pom.xml b/surefire-providers/common-junit48/pom.xml index 3bbfc59..ce7fa84 100644 --- a/surefire-providers/common-junit48/pom.xml +++ b/surefire-providers/common-junit48/pom.xml @@ -23,7 +23,7 @@ org.apache.maven.surefire surefire-providers - 2.21.0 + 3.0.0-SNAPSHOT common-junit48 http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/surefire-providers/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/pom.xml b/surefire-providers/pom.xml index e0b3a3c..0322bcc 100644 --- a/surefire-providers/pom.xml +++ b/surefire-providers/pom.xml @@ -24,7 +24,7 @@ org.apache.maven.surefire surefire - 2.21.0 + 3.0.0-SNAPSHOT surefire-providers http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/surefire-providers/surefire-junit3/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/surefire-junit3/pom.xml b/surefire-providers/surefire-junit3/pom.xml index 6bbb91d..7150fb6 100644 --- a/surefire-providers/surefire-junit3/pom.xml +++ b/surefire-providers/surefire-junit3/pom.xml @@ -23,7 +23,7 @@ org.apache.maven.surefire surefire-providers - 2.21.0 + 3.0.0-SNAPSHOT surefire-junit3 http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/surefire-providers/surefire-junit4/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/surefire-junit4/pom.xml b/surefire-providers/surefire-junit4/pom.xml index c7649be..d5813f4 100644 --- a/surefire-providers/surefire-junit4/pom.xml +++ b/surefire-providers/surefire-junit4/pom.xml @@ -23,7 +23,7 @@ org.apache.maven.surefire surefire-providers - 2.21.0 + 3.0.0-SNAPSHOT surefire-junit4 http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/surefire-providers/surefire-junit47/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/surefire-junit47/pom.xml b/surefire-providers/surefire-junit47/pom.xml index 0436756..8ffdbf2 100644 --- a/surefire-providers/surefire-junit47/pom.xml +++ b/surefire-providers/surefire-junit47/pom.xml @@ -23,7 +23,7 @@ org.apache.maven.surefire surefire-providers - 2.21.0 + 3.0.0-SNAPSHOT surefire-junit47 http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/surefire-providers/surefire-testng-utils/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/surefire-testng-utils/pom.xml b/surefire-providers/surefire-testng-utils/pom.xml index 01488e2..8f960d3 100644 --- a/surefire-providers/surefire-testng-utils/pom.xml +++ b/surefire-providers/surefire-testng-utils/pom.xml @@ -23,7 +23,7 @@ org.apache.maven.surefire surefire-providers - 2.21.0 + 3.0.0-SNAPSHOT surefire-testng-utils http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/surefire-providers/surefire-testng/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/surefire-testng/pom.xml b/surefire-providers/surefire-testng/pom.xml index 9780fc7..6380095 100644 --- a/surefire-providers/surefire-testng/pom.xml +++ b/surefire-providers/surefire-testng/pom.xml @@ -23,7 +23,7 @@ org.apache.maven.surefire surefire-providers - 2.21.0 + 3.0.0-SNAPSHOT surefire-testng http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/surefire-report-parser/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-report-parser/pom.xml b/surefire-report-parser/pom.xml index 376507a..ac3e302 100644 --- a/surefire-report-parser/pom.xml +++ b/surefire-report-parser/pom.xml @@ -24,7 +24,7 @@ org.apache.maven.surefire surefire - 2.21.0 + 3.0.0-SNAPSHOT surefire-report-parser http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/surefire-setup-integration-tests/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-setup-integration-tests/pom.xml b/surefire-setup-integration-tests/pom.xml index 063d2d4..181ed46 100644 --- a/surefire-setup-integration-tests/pom.xml +++ b/surefire-setup-integration-tests/pom.xml @@ -24,7 +24,7 @@ org.apache.maven.surefire surefire - 2.21.0 + 3.0.0-SNAPSHOT surefire-setup-integration-tests http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c10e717d/surefire-shadefire/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-shadefire/pom.xml b/surefire-shadefire/pom.xml index 674493a..736066a 100644 --- a/surefire-shadefire/pom.xml +++ b/surefire-shadefire/pom.xml @@ -23,7 +23,7 @@ org.apache.maven.surefire surefire - 2.21.0 + 3.0.0-SNAPSHOT surefire-shadefire