Updated Branches:
  refs/heads/master f348e9520 -> 4e8183e68

[maven-release-plugin] prepare for next development iteration


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/4e8183e6
Tree: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/tree/4e8183e6
Diff: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/diff/4e8183e6

Branch: refs/heads/master
Commit: 4e8183e68b27ddfe987f05fddea6063cfcf7ae67
Parents: f348e95
Author: Igor Fedorenko <ifedore...@apache.org>
Authored: Sat Feb 8 00:31:23 2014 -0500
Committer: Igor Fedorenko <ifedore...@apache.org>
Committed: Sat Feb 8 00:31:23 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/blob/4e8183e6/maven-plugin-testing-harness/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugin-testing-harness/pom.xml 
b/maven-plugin-testing-harness/pom.xml
index d97f6fd..3145627 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.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-plugin-testing-harness</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/blob/4e8183e6/maven-plugin-testing-tools/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugin-testing-tools/pom.xml 
b/maven-plugin-testing-tools/pom.xml
index 971db8a..92f7e9f 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.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-plugin-testing-tools</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/blob/4e8183e6/maven-test-tools/pom.xml
----------------------------------------------------------------------
diff --git a/maven-test-tools/pom.xml b/maven-test-tools/pom.xml
index 1f8c0d9..60a1ed9 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.0</version>
+    <version>3.1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-test-tools</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/blob/4e8183e6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8f5c171..5f7cb1e 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.0</version>
+  <version>3.1.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Maven Plugin Testing</name>
@@ -127,7 +127,7 @@ under the License.
     
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-plugin-testing.git</connection>
     
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-plugin-testing.git</developerConnection>
     <url>https://github.com/apache/maven-plugin-testing/</url>
-    <tag>maven-plugin-testing-3.1.0</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>

Reply via email to