You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/12/25 03:33:12 UTC

[commons-vfs] 01/12: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to annotated tag japicmp-base-0.1.1
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git

commit 532fc0e7af74701042e6a7f7550a575efca26630
Author: CloudBees DEV@Cloud <no...@cloudbees.com>
AuthorDate: Sat Jun 21 18:42:39 2014 -0400

    [maven-release-plugin] prepare for next development iteration
---
 japicmp-maven-plugin/pom.xml                       | 2 +-
 japicmp-testbase/japicmp-test-maven-plugin/pom.xml | 2 +-
 japicmp-testbase/japicmp-test-v1/pom.xml           | 2 +-
 japicmp-testbase/japicmp-test-v2/pom.xml           | 2 +-
 japicmp-testbase/japicmp-test/pom.xml              | 2 +-
 japicmp-testbase/pom.xml                           | 2 +-
 japicmp/pom.xml                                    | 2 +-
 pom.xml                                            | 4 ++--
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/japicmp-maven-plugin/pom.xml b/japicmp-maven-plugin/pom.xml
index 3582ddd..85aba0b 100644
--- a/japicmp-maven-plugin/pom.xml
+++ b/japicmp-maven-plugin/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>japicmp-base</artifactId>
         <groupId>japicmp</groupId>
-        <version>0.1.0</version>
+        <version>0.1.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/japicmp-testbase/japicmp-test-maven-plugin/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin/pom.xml
index f8dfbce..768a21a 100644
--- a/japicmp-testbase/japicmp-test-maven-plugin/pom.xml
+++ b/japicmp-testbase/japicmp-test-maven-plugin/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>japicmp-testbase</artifactId>
         <groupId>japicmp</groupId>
-        <version>0.1.0</version>
+        <version>0.1.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/japicmp-testbase/japicmp-test-v1/pom.xml b/japicmp-testbase/japicmp-test-v1/pom.xml
index 2a85ca2..92bfc84 100644
--- a/japicmp-testbase/japicmp-test-v1/pom.xml
+++ b/japicmp-testbase/japicmp-test-v1/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>japicmp</groupId>
         <artifactId>japicmp-testbase</artifactId>
-        <version>0.1.0</version>
+        <version>0.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>japicmp-test-v1</artifactId>
diff --git a/japicmp-testbase/japicmp-test-v2/pom.xml b/japicmp-testbase/japicmp-test-v2/pom.xml
index 2528e36..3c6e3fa 100644
--- a/japicmp-testbase/japicmp-test-v2/pom.xml
+++ b/japicmp-testbase/japicmp-test-v2/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>japicmp</groupId>
         <artifactId>japicmp-testbase</artifactId>
-        <version>0.1.0</version>
+        <version>0.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>japicmp-test-v2</artifactId>
diff --git a/japicmp-testbase/japicmp-test/pom.xml b/japicmp-testbase/japicmp-test/pom.xml
index 63383c7..b82c00b 100644
--- a/japicmp-testbase/japicmp-test/pom.xml
+++ b/japicmp-testbase/japicmp-test/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>japicmp</groupId>
         <artifactId>japicmp-testbase</artifactId>
-        <version>0.1.0</version>
+        <version>0.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>japicmp-test</artifactId>
diff --git a/japicmp-testbase/pom.xml b/japicmp-testbase/pom.xml
index 660f261..d5c1c19 100644
--- a/japicmp-testbase/pom.xml
+++ b/japicmp-testbase/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>japicmp</groupId>
         <artifactId>japicmp-base</artifactId>
-        <version>0.1.0</version>
+        <version>0.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>japicmp-testbase</artifactId>
diff --git a/japicmp/pom.xml b/japicmp/pom.xml
index 0f1d4ae..8bc1469 100644
--- a/japicmp/pom.xml
+++ b/japicmp/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>japicmp</groupId>
         <artifactId>japicmp-base</artifactId>
-        <version>0.1.0</version>
+        <version>0.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>japicmp</artifactId>
diff --git a/pom.xml b/pom.xml
index 0689497..01d3564 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
     <groupId>japicmp</groupId>
     <artifactId>japicmp-base</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
@@ -125,7 +125,7 @@
         <connection>scm:git:git://github.com/${github.account}/${project.groupId}.git</connection>
         <developerConnection>scm:git:git@github.com:${github.account}/${project.groupId}.git</developerConnection>
         <url>http://github.com/${github.account}/${project.groupId}/tree/master/</url>
-        <tag>japicmp-base-0.1.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <distributionManagement>