Author: mbenson
Date: Thu Oct 13 19:38:27 2016
New Revision: 1764771

URL: http://svn.apache.org/viewvc?rev=1764771&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    commons/proper/weaver/trunk/ant/pom.xml
    commons/proper/weaver/trunk/build-tools/pom.xml
    commons/proper/weaver/trunk/dist/pom.xml
    commons/proper/weaver/trunk/maven-plugin/pom.xml
    commons/proper/weaver/trunk/modules/normalizer/pom.xml
    commons/proper/weaver/trunk/modules/pom.xml
    commons/proper/weaver/trunk/modules/privilizer/api/pom.xml
    commons/proper/weaver/trunk/modules/privilizer/pom.xml
    commons/proper/weaver/trunk/modules/privilizer/weaver/pom.xml
    commons/proper/weaver/trunk/parent/pom.xml
    commons/proper/weaver/trunk/pom.xml
    commons/proper/weaver/trunk/processor/pom.xml

Modified: commons/proper/weaver/trunk/ant/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/ant/pom.xml?rev=1764771&r1=1764770&r2=1764771&view=diff
==============================================================================
--- commons/proper/weaver/trunk/ant/pom.xml (original)
+++ commons/proper/weaver/trunk/ant/pom.xml Thu Oct 13 19:38:27 2016
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-parent</artifactId>
-    <version>1.3</version>
+    <version>1.4-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
@@ -36,9 +36,9 @@ under the License.
   </properties>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/ant</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/ant</developerConnection>
-    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/ant</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/ant</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/ant</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/ant</url>
   </scm>
 
   <dependencies>

Modified: commons/proper/weaver/trunk/build-tools/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/build-tools/pom.xml?rev=1764771&r1=1764770&r2=1764771&view=diff
==============================================================================
--- commons/proper/weaver/trunk/build-tools/pom.xml (original)
+++ commons/proper/weaver/trunk/build-tools/pom.xml Thu Oct 13 19:38:27 2016
@@ -21,7 +21,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-base</artifactId>
-    <version>1.3</version>
+    <version>1.4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-weaver-build-tools</artifactId>
@@ -29,9 +29,9 @@ under the License.
   <description>Provide common setup, from 
http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html</description>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/build-tools</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/build-tools</developerConnection>
-    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/build-tools</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/build-tools</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/build-tools</developerConnection>
+    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/build-tools</url>
   </scm>
 
   <build>

Modified: commons/proper/weaver/trunk/dist/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/dist/pom.xml?rev=1764771&r1=1764770&r2=1764771&view=diff
==============================================================================
--- commons/proper/weaver/trunk/dist/pom.xml (original)
+++ commons/proper/weaver/trunk/dist/pom.xml Thu Oct 13 19:38:27 2016
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-parent</artifactId>
-    <version>1.3</version>
+    <version>1.4-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
@@ -34,9 +34,9 @@ under the License.
   </description>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/dist</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/dist</developerConnection>
-    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/dist</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/dist</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/dist</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/dist</url>
   </scm>
 
   <dependencies>

Modified: commons/proper/weaver/trunk/maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/maven-plugin/pom.xml?rev=1764771&r1=1764770&r2=1764771&view=diff
==============================================================================
--- commons/proper/weaver/trunk/maven-plugin/pom.xml (original)
+++ commons/proper/weaver/trunk/maven-plugin/pom.xml Thu Oct 13 19:38:27 2016
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-parent</artifactId>
-    <version>1.3</version>
+    <version>1.4-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
@@ -40,9 +40,9 @@ under the License.
   </properties>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/maven-plugin</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/maven-plugin</developerConnection>
-    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/maven-plugin</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/maven-plugin</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/maven-plugin</developerConnection>
+    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/maven-plugin</url>
   </scm>
 
   <dependencies>

Modified: commons/proper/weaver/trunk/modules/normalizer/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/normalizer/pom.xml?rev=1764771&r1=1764770&r2=1764771&view=diff
==============================================================================
--- commons/proper/weaver/trunk/modules/normalizer/pom.xml (original)
+++ commons/proper/weaver/trunk/modules/normalizer/pom.xml Thu Oct 13 19:38:27 
2016
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-modules-parent</artifactId>
-    <version>1.3</version>
+    <version>1.4-SNAPSHOT</version>
   </parent>
   <artifactId>commons-weaver-normalizer</artifactId>
   <name>Apache Commons Weaver Normalizer</name>
@@ -37,9 +37,9 @@ under the License.
   </description>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/modules/normalizer</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/modules/normalizer</developerConnection>
-    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/modules/normalizer</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/normalizer</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/normalizer</developerConnection>
+    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/normalizer</url>
   </scm>
 
   <dependencies>

Modified: commons/proper/weaver/trunk/modules/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/pom.xml?rev=1764771&r1=1764770&r2=1764771&view=diff
==============================================================================
--- commons/proper/weaver/trunk/modules/pom.xml (original)
+++ commons/proper/weaver/trunk/modules/pom.xml Thu Oct 13 19:38:27 2016
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <artifactId>commons-weaver-parent</artifactId>
     <groupId>org.apache.commons</groupId>
-    <version>1.3</version>
+    <version>1.4-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
@@ -33,9 +33,9 @@ under the License.
   <description>Hosts weaver modules.</description>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/modules</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/modules</developerConnection>
-    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/modules</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules</url>
   </scm>
 
   <modules>

Modified: commons/proper/weaver/trunk/modules/privilizer/api/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/privilizer/api/pom.xml?rev=1764771&r1=1764770&r2=1764771&view=diff
==============================================================================
--- commons/proper/weaver/trunk/modules/privilizer/api/pom.xml (original)
+++ commons/proper/weaver/trunk/modules/privilizer/api/pom.xml Thu Oct 13 
19:38:27 2016
@@ -22,16 +22,16 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-privilizer-parent</artifactId>
-    <version>1.3</version>
+    <version>1.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-privilizer-api</artifactId>
   <name>Apache Commons Weaver Privilizer API</name>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/modules/privilizer/api</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/modules/privilizer/api</developerConnection>
-    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/modules/privilizer/api</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/privilizer/api</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/privilizer/api</developerConnection>
+    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/privilizer/api</url>
   </scm>
 
   <build>

Modified: commons/proper/weaver/trunk/modules/privilizer/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/privilizer/pom.xml?rev=1764771&r1=1764770&r2=1764771&view=diff
==============================================================================
--- commons/proper/weaver/trunk/modules/privilizer/pom.xml (original)
+++ commons/proper/weaver/trunk/modules/privilizer/pom.xml Thu Oct 13 19:38:27 
2016
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-modules-parent</artifactId>
-    <version>1.3</version>
+    <version>1.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-privilizer-parent</artifactId>
@@ -36,9 +36,9 @@ under the License.
   </description>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/modules/privilizer</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/modules/privilizer</developerConnection>
-    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/modules/privilizer</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/privilizer</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/privilizer</developerConnection>
+    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/privilizer</url>
   </scm>
 
   <modules>

Modified: commons/proper/weaver/trunk/modules/privilizer/weaver/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/privilizer/weaver/pom.xml?rev=1764771&r1=1764770&r2=1764771&view=diff
==============================================================================
--- commons/proper/weaver/trunk/modules/privilizer/weaver/pom.xml (original)
+++ commons/proper/weaver/trunk/modules/privilizer/weaver/pom.xml Thu Oct 13 
19:38:27 2016
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-privilizer-parent</artifactId>
-    <version>1.3</version>
+    <version>1.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-privilizer</artifactId>
@@ -32,9 +32,9 @@ under the License.
   </description>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/modules/privilizer/weaver</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/modules/privilizer/weaver</developerConnection>
-    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/modules/privilizer/weaver</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/privilizer/weaver</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/privilizer/weaver</developerConnection>
+    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/privilizer/weaver</url>
   </scm>
 
   <dependencies>

Modified: commons/proper/weaver/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/parent/pom.xml?rev=1764771&r1=1764770&r2=1764771&view=diff
==============================================================================
--- commons/proper/weaver/trunk/parent/pom.xml (original)
+++ commons/proper/weaver/trunk/parent/pom.xml Thu Oct 13 19:38:27 2016
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-base</artifactId>
-    <version>1.3</version>
+    <version>1.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-parent</artifactId>
@@ -40,9 +40,9 @@ under the License.
   </properties>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/parent</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/parent</developerConnection>
-    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/parent</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/parent</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/parent</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/parent</url>
   </scm>
 
   <dependencyManagement>

Modified: commons/proper/weaver/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/pom.xml?rev=1764771&r1=1764770&r2=1764771&view=diff
==============================================================================
--- commons/proper/weaver/trunk/pom.xml (original)
+++ commons/proper/weaver/trunk/pom.xml Thu Oct 13 19:38:27 2016
@@ -27,7 +27,7 @@ under the License.
   </parent>
 
   <artifactId>commons-weaver-base</artifactId>
-  <version>1.3</version>
+  <version>1.4-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Commons Weaver</name>
@@ -89,9 +89,9 @@ under the License.
   </developers>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/</url>
   </scm>
 
   <distributionManagement>

Modified: commons/proper/weaver/trunk/processor/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/processor/pom.xml?rev=1764771&r1=1764770&r2=1764771&view=diff
==============================================================================
--- commons/proper/weaver/trunk/processor/pom.xml (original)
+++ commons/proper/weaver/trunk/processor/pom.xml Thu Oct 13 19:38:27 2016
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-parent</artifactId>
-    <version>1.3</version>
+    <version>1.4-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
@@ -35,9 +35,9 @@ under the License.
   </description>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/processor</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/tags/1.3_RC1/processor</developerConnection>
-    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/tags/1.3_RC1/processor</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/processor</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/processor</developerConnection>
+    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/processor</url>
   </scm>
 
   <dependencies>


Reply via email to