[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/0039f56d Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/0039f56d Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/0039f56d Branch: refs/heads/master Commit: 0039f56dc04ff4c26693b4533014bce3d475daf6 Parents: 8c78652 Author: Tibor17 <tibo...@lycos.com> Authored: Sat Apr 8 10:41:42 2017 +0200 Committer: Tibor17 <tibo...@lycos.com> Committed: Sat Apr 8 10:41:42 2017 +0200 ---------------------------------------------------------------------- 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-integration-tests/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/0039f56d/maven-failsafe-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml index 57e7b52..ed1d751 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.20</version> + <version>2.21-SNAPSHOT</version> </parent> <groupId>org.apache.maven.plugins</groupId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/maven-surefire-common/pom.xml ---------------------------------------------------------------------- diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml index 3798f58..f4bab59 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.20</version> + <version>2.21-SNAPSHOT</version> </parent> <artifactId>maven-surefire-common</artifactId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/maven-surefire-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml index fe2c477..62ec4a7 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.20</version> + <version>2.21-SNAPSHOT</version> </parent> <groupId>org.apache.maven.plugins</groupId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/maven-surefire-report-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-surefire-report-plugin/pom.xml b/maven-surefire-report-plugin/pom.xml index 389dfb4..9f35967 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.20</version> + <version>2.21-SNAPSHOT</version> </parent> <groupId>org.apache.maven.plugins</groupId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5655eea..60d6376 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.20</version> + <version>2.21-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.20_vote-3</tag> + <tag>HEAD</tag> </scm> <issueManagement> <system>jira</system> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/surefire-api/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-api/pom.xml b/surefire-api/pom.xml index 045ab16..7e407d2 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.20</version> + <version>2.21-SNAPSHOT</version> </parent> <artifactId>surefire-api</artifactId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/surefire-booter/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-booter/pom.xml b/surefire-booter/pom.xml index ce8dcb3..b79cceb 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.20</version> + <version>2.21-SNAPSHOT</version> </parent> <artifactId>surefire-booter</artifactId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/surefire-grouper/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-grouper/pom.xml b/surefire-grouper/pom.xml index 3fcbf6f..b388034 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.20</version> + <version>2.21-SNAPSHOT</version> </parent> <artifactId>surefire-grouper</artifactId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/surefire-integration-tests/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/pom.xml b/surefire-integration-tests/pom.xml index 4224281..267ceda 100644 --- a/surefire-integration-tests/pom.xml +++ b/surefire-integration-tests/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire</artifactId> - <version>2.20</version> + <version>2.21-SNAPSHOT</version> </parent> <artifactId>surefire-integration-tests</artifactId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/surefire-logger-api/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-logger-api/pom.xml b/surefire-logger-api/pom.xml index 461a3f7..a80af6e 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.20</version> + <version>2.21-SNAPSHOT</version> </parent> <artifactId>surefire-logger-api</artifactId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/surefire-providers/common-java5/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/common-java5/pom.xml b/surefire-providers/common-java5/pom.xml index 6f819ea..39373b0 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.20</version> + <version>2.21-SNAPSHOT</version> </parent> <artifactId>common-java5</artifactId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/surefire-providers/common-junit3/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/common-junit3/pom.xml b/surefire-providers/common-junit3/pom.xml index ea4ced0..1584af8 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.20</version> + <version>2.21-SNAPSHOT</version> </parent> <artifactId>common-junit3</artifactId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/surefire-providers/common-junit4/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/common-junit4/pom.xml b/surefire-providers/common-junit4/pom.xml index e53691a..4e70b45 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.20</version> + <version>2.21-SNAPSHOT</version> </parent> <artifactId>common-junit4</artifactId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/surefire-providers/common-junit48/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/common-junit48/pom.xml b/surefire-providers/common-junit48/pom.xml index 4149ffe..020e413 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.20</version> + <version>2.21-SNAPSHOT</version> </parent> <artifactId>common-junit48</artifactId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/surefire-providers/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/pom.xml b/surefire-providers/pom.xml index b4e50d0..9ed020d 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.20</version> + <version>2.21-SNAPSHOT</version> </parent> <artifactId>surefire-providers</artifactId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/surefire-providers/surefire-junit3/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/surefire-junit3/pom.xml b/surefire-providers/surefire-junit3/pom.xml index b2f6606..1bfaf6b 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.20</version> + <version>2.21-SNAPSHOT</version> </parent> <artifactId>surefire-junit3</artifactId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/surefire-providers/surefire-junit4/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/surefire-junit4/pom.xml b/surefire-providers/surefire-junit4/pom.xml index f323d50..f5e35fe 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.20</version> + <version>2.21-SNAPSHOT</version> </parent> <artifactId>surefire-junit4</artifactId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/surefire-providers/surefire-junit47/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/surefire-junit47/pom.xml b/surefire-providers/surefire-junit47/pom.xml index c1a9562..9f1fa0f 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.20</version> + <version>2.21-SNAPSHOT</version> </parent> <artifactId>surefire-junit47</artifactId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/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 36dc293..bc5c2d3 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.20</version> + <version>2.21-SNAPSHOT</version> </parent> <artifactId>surefire-testng-utils</artifactId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/surefire-providers/surefire-testng/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/surefire-testng/pom.xml b/surefire-providers/surefire-testng/pom.xml index 72082f7..fe293c0 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.20</version> + <version>2.21-SNAPSHOT</version> </parent> <artifactId>surefire-testng</artifactId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/surefire-report-parser/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-report-parser/pom.xml b/surefire-report-parser/pom.xml index 5f6b161..648b0c2 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.20</version> + <version>2.21-SNAPSHOT</version> </parent> <artifactId>surefire-report-parser</artifactId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/surefire-setup-integration-tests/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-setup-integration-tests/pom.xml b/surefire-setup-integration-tests/pom.xml index 5bfd01c..fde80ae 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.20</version> + <version>2.21-SNAPSHOT</version> </parent> <artifactId>surefire-setup-integration-tests</artifactId> http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/0039f56d/surefire-shadefire/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-shadefire/pom.xml b/surefire-shadefire/pom.xml index a534537..b061467 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.20</version> + <version>2.21-SNAPSHOT</version> </parent> <artifactId>surefire-shadefire</artifactId>