You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2014/05/30 00:03:48 UTC

svn commit: r1598426 - in /commons/proper/weaver/trunk: ./ ant/ ant/lib/ ant/test/ build-tools/ dist/ example/ maven-plugin/ modules/ modules/normalizer/ modules/normalizer/example/ modules/normalizer/weaver/ modules/privilizer/ modules/privilizer/api/...

Author: mbenson
Date: Thu May 29 22:03:47 2014
New Revision: 1598426

URL: http://svn.apache.org/r1598426
Log:
change version to 1.1-SNAPSHOT

Modified:
    commons/proper/weaver/trunk/ant/lib/pom.xml
    commons/proper/weaver/trunk/ant/pom.xml
    commons/proper/weaver/trunk/ant/test/pom.xml
    commons/proper/weaver/trunk/build-tools/pom.xml
    commons/proper/weaver/trunk/dist/pom.xml
    commons/proper/weaver/trunk/example/pom.xml
    commons/proper/weaver/trunk/maven-plugin/pom.xml
    commons/proper/weaver/trunk/modules/normalizer/example/pom.xml
    commons/proper/weaver/trunk/modules/normalizer/pom.xml
    commons/proper/weaver/trunk/modules/normalizer/weaver/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/pom.xml
    commons/proper/weaver/trunk/processor/pom.xml

Modified: commons/proper/weaver/trunk/ant/lib/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/ant/lib/pom.xml?rev=1598426&r1=1598425&r2=1598426&view=diff
==============================================================================
--- commons/proper/weaver/trunk/ant/lib/pom.xml (original)
+++ commons/proper/weaver/trunk/ant/lib/pom.xml Thu May 29 22:03:47 2014
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-antlib-parent</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-antlib</artifactId>
@@ -143,7 +143,7 @@ under the License.
           </execution>
         </executions>
       </plugin>
-      <!-- must suppress clirr until we release weaver 1.0.1 with
+      <!-- must suppress clirr until we release weaver 1.1 with
            ant as a compile-scoped dependency. It really should
            be provided, but clirr can't find provided dependencies
            on the old artifact, and for the purposes of an Antlib
@@ -179,7 +179,7 @@ under the License.
           <configLocation>org/apache/commons/weaver/checkstyle.xml</configLocation>
         </configuration>
       </plugin>
-      <!-- must suppress clirr until we release weaver 1.0.1 with
+      <!-- must suppress clirr until we release weaver 1.1 with
            ant as a compile-scoped dependency. It really should
            be provided, but clirr can't find provided dependencies
            on the old artifact, and for the purposes of an Antlib

Modified: commons/proper/weaver/trunk/ant/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/ant/pom.xml?rev=1598426&r1=1598425&r2=1598426&view=diff
==============================================================================
--- commons/proper/weaver/trunk/ant/pom.xml (original)
+++ commons/proper/weaver/trunk/ant/pom.xml Thu May 29 22:03:47 2014
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-parent</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-antlib-parent</artifactId>

Modified: commons/proper/weaver/trunk/ant/test/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/ant/test/pom.xml?rev=1598426&r1=1598425&r2=1598426&view=diff
==============================================================================
--- commons/proper/weaver/trunk/ant/test/pom.xml (original)
+++ commons/proper/weaver/trunk/ant/test/pom.xml Thu May 29 22:03:47 2014
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-antlib-parent</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-antlib-test</artifactId>

Modified: commons/proper/weaver/trunk/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/build-tools/pom.xml?rev=1598426&r1=1598425&r2=1598426&view=diff
==============================================================================
--- commons/proper/weaver/trunk/build-tools/pom.xml (original)
+++ commons/proper/weaver/trunk/build-tools/pom.xml Thu May 29 22:03:47 2014
@@ -21,7 +21,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-parent</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-weaver-build-tools</artifactId>

Modified: commons/proper/weaver/trunk/dist/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/dist/pom.xml?rev=1598426&r1=1598425&r2=1598426&view=diff
==============================================================================
--- commons/proper/weaver/trunk/dist/pom.xml (original)
+++ commons/proper/weaver/trunk/dist/pom.xml Thu May 29 22:03:47 2014
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-parent</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver</artifactId>

Modified: commons/proper/weaver/trunk/example/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/example/pom.xml?rev=1598426&r1=1598425&r2=1598426&view=diff
==============================================================================
--- commons/proper/weaver/trunk/example/pom.xml (original)
+++ commons/proper/weaver/trunk/example/pom.xml Thu May 29 22:03:47 2014
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
       <artifactId>commons-weaver-parent</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
   </parent>
   <artifactId>commons-weaver-example</artifactId>
   <name>Apache Commons Weaver Privilizer Example</name>

Modified: commons/proper/weaver/trunk/maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/maven-plugin/pom.xml?rev=1598426&r1=1598425&r2=1598426&view=diff
==============================================================================
--- commons/proper/weaver/trunk/maven-plugin/pom.xml (original)
+++ commons/proper/weaver/trunk/maven-plugin/pom.xml Thu May 29 22:03:47 2014
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-parent</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-maven-plugin</artifactId>

Modified: commons/proper/weaver/trunk/modules/normalizer/example/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/normalizer/example/pom.xml?rev=1598426&r1=1598425&r2=1598426&view=diff
==============================================================================
--- commons/proper/weaver/trunk/modules/normalizer/example/pom.xml (original)
+++ commons/proper/weaver/trunk/modules/normalizer/example/pom.xml Thu May 29 22:03:47 2014
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-normalizer-parent</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
   </parent>
   <artifactId>commons-weaver-normalizer-example</artifactId>
   <name>Apache Commons Weaver Normalizer Example</name>

Modified: commons/proper/weaver/trunk/modules/normalizer/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/normalizer/pom.xml?rev=1598426&r1=1598425&r2=1598426&view=diff
==============================================================================
--- commons/proper/weaver/trunk/modules/normalizer/pom.xml (original)
+++ commons/proper/weaver/trunk/modules/normalizer/pom.xml Thu May 29 22:03:47 2014
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-modules-parent</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-normalizer-parent</artifactId>

Modified: commons/proper/weaver/trunk/modules/normalizer/weaver/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/normalizer/weaver/pom.xml?rev=1598426&r1=1598425&r2=1598426&view=diff
==============================================================================
--- commons/proper/weaver/trunk/modules/normalizer/weaver/pom.xml (original)
+++ commons/proper/weaver/trunk/modules/normalizer/weaver/pom.xml Thu May 29 22:03:47 2014
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-normalizer-parent</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
   </parent>
   <artifactId>commons-weaver-normalizer</artifactId>
   <name>Apache Commons Weaver Normalizer</name>

Modified: commons/proper/weaver/trunk/modules/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/pom.xml?rev=1598426&r1=1598425&r2=1598426&view=diff
==============================================================================
--- commons/proper/weaver/trunk/modules/pom.xml (original)
+++ commons/proper/weaver/trunk/modules/pom.xml Thu May 29 22:03:47 2014
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <artifactId>commons-weaver-parent</artifactId>
     <groupId>org.apache.commons</groupId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-modules-parent</artifactId>

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=1598426&r1=1598425&r2=1598426&view=diff
==============================================================================
--- commons/proper/weaver/trunk/modules/privilizer/api/pom.xml (original)
+++ commons/proper/weaver/trunk/modules/privilizer/api/pom.xml Thu May 29 22:03:47 2014
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-privilizer-parent</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-privilizer-api</artifactId>

Modified: commons/proper/weaver/trunk/modules/privilizer/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/privilizer/pom.xml?rev=1598426&r1=1598425&r2=1598426&view=diff
==============================================================================
--- commons/proper/weaver/trunk/modules/privilizer/pom.xml (original)
+++ commons/proper/weaver/trunk/modules/privilizer/pom.xml Thu May 29 22:03:47 2014
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-modules-parent</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-privilizer-parent</artifactId>

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=1598426&r1=1598425&r2=1598426&view=diff
==============================================================================
--- commons/proper/weaver/trunk/modules/privilizer/weaver/pom.xml (original)
+++ commons/proper/weaver/trunk/modules/privilizer/weaver/pom.xml Thu May 29 22:03:47 2014
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-privilizer-parent</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-privilizer</artifactId>

Modified: commons/proper/weaver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/pom.xml?rev=1598426&r1=1598425&r2=1598426&view=diff
==============================================================================
--- commons/proper/weaver/trunk/pom.xml (original)
+++ commons/proper/weaver/trunk/pom.xml Thu May 29 22:03:47 2014
@@ -27,7 +27,7 @@ under the License.
   </parent>
 
   <artifactId>commons-weaver-parent</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Commons Weaver</name>

Modified: commons/proper/weaver/trunk/processor/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/weaver/trunk/processor/pom.xml?rev=1598426&r1=1598425&r2=1598426&view=diff
==============================================================================
--- commons/proper/weaver/trunk/processor/pom.xml (original)
+++ commons/proper/weaver/trunk/processor/pom.xml Thu May 29 22:03:47 2014
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-parent</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-processor</artifactId>