[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-1495 Commit: c10e717d44edd45772bdf696e2cdc2e942ee7643 Parents: 7ba1af1 Author: Tibor17 <tibordig...@apache.org> Authored: Sat Mar 3 10:16:40 2018 +0100 Committer: Tibor17 <tibordig...@apache.org> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <groupId>org.apache.maven.plugins</groupId> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>maven-surefire-common</artifactId> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <groupId>org.apache.maven.plugins</groupId> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <groupId>org.apache.maven.plugins</groupId> 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 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Maven Surefire</name> @@ -68,7 +68,7 @@ <connection>${maven.surefire.scm.devConnection}</connection> <developerConnection>${maven.surefire.scm.devConnection}</developerConnection> <url>https://github.com/apache/maven-surefire/tree/${project.scm.tag}</url> - <tag>surefire-2.21.0_vote-1</tag> + <tag>HEAD</tag> </scm> <issueManagement> <system>jira</system> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>surefire-api</artifactId> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>surefire-booter</artifactId> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>surefire-grouper</artifactId> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>surefire-its</artifactId> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>surefire-logger-api</artifactId> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>common-java5</artifactId> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>common-junit3</artifactId> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>common-junit4</artifactId> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>common-junit48</artifactId> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>surefire-providers</artifactId> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>surefire-junit3</artifactId> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>surefire-junit4</artifactId> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>surefire-junit47</artifactId> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>surefire-testng-utils</artifactId> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-providers</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>surefire-testng</artifactId> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>surefire-report-parser</artifactId> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>surefire-setup-integration-tests</artifactId> 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 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.21.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>surefire-shadefire</artifactId>