You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by if...@apache.org on 2014/07/08 11:52:11 UTC

[3/4] git commit: new version 3.2.0-SNAPSHOT to signify minimal maven 3.2.1

new version 3.2.0-SNAPSHOT to signify minimal maven 3.2.1

Signed-off-by: Igor Fedorenko <if...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/commit/bc358349
Tree: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/tree/bc358349
Diff: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/diff/bc358349

Branch: refs/heads/master
Commit: bc35834955f33265258b1cfd9f108713d47984b2
Parents: 4636108
Author: Igor Fedorenko <if...@apache.org>
Authored: Tue Jul 8 12:57:35 2014 +0400
Committer: Igor Fedorenko <if...@apache.org>
Committed: Tue Jul 8 13:49:00 2014 +0400

----------------------------------------------------------------------
 maven-plugin-testing-harness/pom.xml | 2 +-
 maven-plugin-testing-tools/pom.xml   | 2 +-
 maven-test-tools/pom.xml             | 2 +-
 pom.xml                              | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/blob/bc358349/maven-plugin-testing-harness/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugin-testing-harness/pom.xml b/maven-plugin-testing-harness/pom.xml
index 3145627..79fe096 100644
--- a/maven-plugin-testing-harness/pom.xml
+++ b/maven-plugin-testing-harness/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugin-testing</groupId>
     <artifactId>maven-plugin-testing</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-plugin-testing-harness</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/blob/bc358349/maven-plugin-testing-tools/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugin-testing-tools/pom.xml b/maven-plugin-testing-tools/pom.xml
index 92f7e9f..c19d22b 100644
--- a/maven-plugin-testing-tools/pom.xml
+++ b/maven-plugin-testing-tools/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugin-testing</groupId>
     <artifactId>maven-plugin-testing</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-plugin-testing-tools</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/blob/bc358349/maven-test-tools/pom.xml
----------------------------------------------------------------------
diff --git a/maven-test-tools/pom.xml b/maven-test-tools/pom.xml
index 60a1ed9..33290ee 100644
--- a/maven-test-tools/pom.xml
+++ b/maven-test-tools/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugin-testing</groupId>
     <artifactId>maven-plugin-testing</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-test-tools</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/blob/bc358349/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a2ebed2..1cbd03c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ under the License.
 
   <groupId>org.apache.maven.plugin-testing</groupId>
   <artifactId>maven-plugin-testing</artifactId>
-  <version>3.1.1-SNAPSHOT</version>
+  <version>3.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Maven Plugin Testing</name>