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

mbenson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git


The following commit(s) were added to refs/heads/master by this push:
     new 13add7c  [maven-release-plugin] prepare for next development iteration
13add7c is described below

commit 13add7c734d637a5376e7aa9a828db64063487a9
Author: Matt Benson <mben...@apache.org>
AuthorDate: Sat Sep 1 11:14:31 2018 -0500

    [maven-release-plugin] prepare for next development iteration
---
 ant/pom.xml                       | 2 +-
 build-tools/pom.xml               | 2 +-
 dist/pom.xml                      | 2 +-
 maven-plugin/pom.xml              | 2 +-
 modules/normalizer/pom.xml        | 2 +-
 modules/pom.xml                   | 2 +-
 modules/privilizer/api/pom.xml    | 2 +-
 modules/privilizer/pom.xml        | 2 +-
 modules/privilizer/weaver/pom.xml | 2 +-
 parent/pom.xml                    | 2 +-
 pom.xml                           | 4 ++--
 processor/pom.xml                 | 2 +-
 12 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/ant/pom.xml b/ant/pom.xml
index 3ac7dc1..73aece7 100644
--- a/ant/pom.xml
+++ b/ant/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-parent</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index 35941b2..5964c08 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -21,7 +21,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-base</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-weaver-build-tools</artifactId>
diff --git a/dist/pom.xml b/dist/pom.xml
index ff73367..73b7232 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-parent</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml
index c061457..f10f9d0 100644
--- a/maven-plugin/pom.xml
+++ b/maven-plugin/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-parent</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/modules/normalizer/pom.xml b/modules/normalizer/pom.xml
index 29a6a96..b2ceef2 100644
--- a/modules/normalizer/pom.xml
+++ b/modules/normalizer/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-modules-parent</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   <artifactId>commons-weaver-normalizer</artifactId>
   <name>Apache Commons Weaver Normalizer</name>
diff --git a/modules/pom.xml b/modules/pom.xml
index a549e41..9826f88 100644
--- a/modules/pom.xml
+++ b/modules/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <artifactId>commons-weaver-parent</artifactId>
     <groupId>org.apache.commons</groupId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
diff --git a/modules/privilizer/api/pom.xml b/modules/privilizer/api/pom.xml
index 67cc4e4..3276312 100644
--- a/modules/privilizer/api/pom.xml
+++ b/modules/privilizer/api/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-privilizer-parent</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-privilizer-api</artifactId>
diff --git a/modules/privilizer/pom.xml b/modules/privilizer/pom.xml
index 575458b..a861c8d 100644
--- a/modules/privilizer/pom.xml
+++ b/modules/privilizer/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-modules-parent</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-privilizer-parent</artifactId>
diff --git a/modules/privilizer/weaver/pom.xml 
b/modules/privilizer/weaver/pom.xml
index 6792502..658aaac 100644
--- a/modules/privilizer/weaver/pom.xml
+++ b/modules/privilizer/weaver/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-privilizer-parent</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-privilizer</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 0b1cf77..1aa60c7 100755
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-base</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-parent</artifactId>
diff --git a/pom.xml b/pom.xml
index aece83d..7d37db3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ under the License.
   </parent>
 
   <artifactId>commons-weaver-base</artifactId>
-  <version>2.0</version>
+  <version>2.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Commons Weaver</name>
@@ -95,7 +95,7 @@ under the License.
     
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-weaver.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-weaver.git</developerConnection>
     <url>http://gitbox.apache.org/repos/asf/commons-weaver.git</url>
-    <tag>2.0_RC1</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <distributionManagement>
diff --git a/processor/pom.xml b/processor/pom.xml
index ee770b7..37fde70 100644
--- a/processor/pom.xml
+++ b/processor/pom.xml
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-parent</artifactId>
-    <version>2.0</version>
+    <version>2.1-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 

Reply via email to