You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2016/01/03 20:38:54 UTC

maven-surefire git commit: [maven-release-plugin] prepare for next development iteration

Repository: maven-surefire
Updated Branches:
  refs/heads/master 2e8f4553f -> 82ecd929b


[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/82ecd929
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/82ecd929
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/82ecd929

Branch: refs/heads/master
Commit: 82ecd929bb03997a38b41dfccc0f3906ddb06d88
Parents: 2e8f455
Author: Tibor17 <ti...@lycos.com>
Authored: Sun Jan 3 20:38:54 2016 +0100
Committer: Tibor17 <ti...@lycos.com>
Committed: Sun Jan 3 20:38:54 2016 +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-integration-tests/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 +-
 22 files changed, 23 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/maven-failsafe-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index d9802e1..8c56890 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.19.1</version>
+    <version>2.19.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/maven-surefire-common/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml
index c03b176..aef1950 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.19.1</version>
+    <version>2.19.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-surefire-common</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/maven-surefire-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml
index c8fd7f9..978ad1a 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.19.1</version>
+    <version>2.19.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/maven-surefire-report-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-report-plugin/pom.xml b/maven-surefire-report-plugin/pom.xml
index e7c48a7..37e421d 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.19.1</version>
+    <version>2.19.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0e22b78..220df14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.maven.surefire</groupId>
   <artifactId>surefire</artifactId>
-  <version>2.19.1</version>
+  <version>2.19.2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven Surefire</name>
@@ -67,7 +67,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.19.1</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/surefire-api/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-api/pom.xml b/surefire-api/pom.xml
index 63fa652..18e2c25 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.19.1</version>
+    <version>2.19.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-api</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/surefire-booter/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-booter/pom.xml b/surefire-booter/pom.xml
index ee1b98f..080296f 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.19.1</version>
+    <version>2.19.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-booter</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/surefire-grouper/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-grouper/pom.xml b/surefire-grouper/pom.xml
index 453f3fc..5b09d88 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.19.1</version>
+    <version>2.19.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-grouper</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/surefire-integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-integration-tests/pom.xml b/surefire-integration-tests/pom.xml
index 7c286cd..64bf878 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.19.1</version>
+    <version>2.19.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-integration-tests</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/surefire-providers/common-java5/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/common-java5/pom.xml b/surefire-providers/common-java5/pom.xml
index 2ff51c1..1717d50 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.19.1</version>
+    <version>2.19.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>common-java5</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/surefire-providers/common-junit3/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/common-junit3/pom.xml b/surefire-providers/common-junit3/pom.xml
index 87250b4..a9d3b5d 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.19.1</version>
+    <version>2.19.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>common-junit3</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/surefire-providers/common-junit4/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/common-junit4/pom.xml b/surefire-providers/common-junit4/pom.xml
index 5002d6b..5a8b528 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.19.1</version>
+    <version>2.19.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>common-junit4</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/surefire-providers/common-junit48/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/common-junit48/pom.xml b/surefire-providers/common-junit48/pom.xml
index 5dab469..5cd10fa 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.19.1</version>
+    <version>2.19.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>common-junit48</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/surefire-providers/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/pom.xml b/surefire-providers/pom.xml
index f860c7d..a90d50d 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.19.1</version>
+    <version>2.19.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-providers</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/surefire-providers/surefire-junit3/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/surefire-junit3/pom.xml b/surefire-providers/surefire-junit3/pom.xml
index a895a3e..3ca1825 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.19.1</version>
+    <version>2.19.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-junit3</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/surefire-providers/surefire-junit4/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/surefire-junit4/pom.xml b/surefire-providers/surefire-junit4/pom.xml
index 5b06969..9beee45 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.19.1</version>
+    <version>2.19.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-junit4</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/surefire-providers/surefire-junit47/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/surefire-junit47/pom.xml b/surefire-providers/surefire-junit47/pom.xml
index b3c68fd..919c525 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.19.1</version>
+    <version>2.19.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-junit47</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/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 fadd5fd..5529ae2 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.19.1</version>
+    <version>2.19.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-testng-utils</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/surefire-providers/surefire-testng/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/surefire-testng/pom.xml b/surefire-providers/surefire-testng/pom.xml
index 23498fd..408e067 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.19.1</version>
+    <version>2.19.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-testng</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/surefire-report-parser/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-report-parser/pom.xml b/surefire-report-parser/pom.xml
index 0a2328a..9f418f5 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.19.1</version>
+    <version>2.19.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-report-parser</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/surefire-setup-integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-setup-integration-tests/pom.xml b/surefire-setup-integration-tests/pom.xml
index 4ce262a..31108a2 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.19.1</version>
+    <version>2.19.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-setup-integration-tests</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/82ecd929/surefire-shadefire/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-shadefire/pom.xml b/surefire-shadefire/pom.xml
index dbc3e87..3bde088 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.19.1</version>
+    <version>2.19.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>surefire-shadefire</artifactId>