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 2013/09/25 00:40:35 UTC

svn commit: r1526037 - in /commons/sandbox/weaver/trunk: ./ ant/ ant/lib/ ant/test/ example/ maven-plugin/ modules/ modules/normalizer/ modules/normalizer/example/ modules/normalizer/weaver/ modules/privilizer/ modules/privilizer/api/ modules/privilize...

Author: mbenson
Date: Tue Sep 24 22:40:35 2013
New Revision: 1526037

URL: http://svn.apache.org/r1526037
Log:
weaver is a proper Commons component; upgrade to v1.0 snapshot, roll back project-info reports version because of multimodule changes for now

Modified:
    commons/sandbox/weaver/trunk/ant/lib/pom.xml
    commons/sandbox/weaver/trunk/ant/pom.xml
    commons/sandbox/weaver/trunk/ant/test/pom.xml
    commons/sandbox/weaver/trunk/example/pom.xml
    commons/sandbox/weaver/trunk/maven-plugin/pom.xml
    commons/sandbox/weaver/trunk/modules/normalizer/example/pom.xml
    commons/sandbox/weaver/trunk/modules/normalizer/pom.xml
    commons/sandbox/weaver/trunk/modules/normalizer/weaver/pom.xml
    commons/sandbox/weaver/trunk/modules/pom.xml
    commons/sandbox/weaver/trunk/modules/privilizer/api/pom.xml
    commons/sandbox/weaver/trunk/modules/privilizer/pom.xml
    commons/sandbox/weaver/trunk/modules/privilizer/weaver/pom.xml
    commons/sandbox/weaver/trunk/pom.xml
    commons/sandbox/weaver/trunk/processor/pom.xml

Modified: commons/sandbox/weaver/trunk/ant/lib/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/ant/lib/pom.xml?rev=1526037&r1=1526036&r2=1526037&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/ant/lib/pom.xml (original)
+++ commons/sandbox/weaver/trunk/ant/lib/pom.xml Tue Sep 24 22:40:35 2013
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-antlib-parent</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-antlib</artifactId>

Modified: commons/sandbox/weaver/trunk/ant/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/ant/pom.xml?rev=1526037&r1=1526036&r2=1526037&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/ant/pom.xml (original)
+++ commons/sandbox/weaver/trunk/ant/pom.xml Tue Sep 24 22:40:35 2013
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-parent</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-antlib-parent</artifactId>

Modified: commons/sandbox/weaver/trunk/ant/test/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/ant/test/pom.xml?rev=1526037&r1=1526036&r2=1526037&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/ant/test/pom.xml (original)
+++ commons/sandbox/weaver/trunk/ant/test/pom.xml Tue Sep 24 22:40:35 2013
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-antlib-parent</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-antlib-test</artifactId>

Modified: commons/sandbox/weaver/trunk/example/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/example/pom.xml?rev=1526037&r1=1526036&r2=1526037&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/example/pom.xml (original)
+++ commons/sandbox/weaver/trunk/example/pom.xml Tue Sep 24 22:40:35 2013
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
       <artifactId>commons-weaver-parent</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
   <artifactId>commons-weaver-example</artifactId>
   <name>Apache Commons Weaver Privilizer Example</name>

Modified: commons/sandbox/weaver/trunk/maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/maven-plugin/pom.xml?rev=1526037&r1=1526036&r2=1526037&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/maven-plugin/pom.xml (original)
+++ commons/sandbox/weaver/trunk/maven-plugin/pom.xml Tue Sep 24 22:40:35 2013
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-parent</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-maven-plugin</artifactId>

Modified: commons/sandbox/weaver/trunk/modules/normalizer/example/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/modules/normalizer/example/pom.xml?rev=1526037&r1=1526036&r2=1526037&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/modules/normalizer/example/pom.xml (original)
+++ commons/sandbox/weaver/trunk/modules/normalizer/example/pom.xml Tue Sep 24 22:40:35 2013
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-normalizer-parent</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
   <artifactId>commons-weaver-normalizer-example</artifactId>
   <name>Apache Commons Weaver Normalizer Example</name>

Modified: commons/sandbox/weaver/trunk/modules/normalizer/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/modules/normalizer/pom.xml?rev=1526037&r1=1526036&r2=1526037&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/modules/normalizer/pom.xml (original)
+++ commons/sandbox/weaver/trunk/modules/normalizer/pom.xml Tue Sep 24 22:40:35 2013
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-modules-parent</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-normalizer-parent</artifactId>

Modified: commons/sandbox/weaver/trunk/modules/normalizer/weaver/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/modules/normalizer/weaver/pom.xml?rev=1526037&r1=1526036&r2=1526037&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/modules/normalizer/weaver/pom.xml (original)
+++ commons/sandbox/weaver/trunk/modules/normalizer/weaver/pom.xml Tue Sep 24 22:40:35 2013
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-normalizer-parent</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
   <artifactId>commons-weaver-normalizer</artifactId>
   <name>Apache Commons Weaver Normalizer</name>

Modified: commons/sandbox/weaver/trunk/modules/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/modules/pom.xml?rev=1526037&r1=1526036&r2=1526037&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/modules/pom.xml (original)
+++ commons/sandbox/weaver/trunk/modules/pom.xml Tue Sep 24 22:40:35 2013
@@ -21,7 +21,7 @@ under the License.
   <parent>
     <artifactId>commons-weaver-parent</artifactId>
     <groupId>org.apache.commons</groupId>
-    <version>0.1-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-modules-parent</artifactId>

Modified: commons/sandbox/weaver/trunk/modules/privilizer/api/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/modules/privilizer/api/pom.xml?rev=1526037&r1=1526036&r2=1526037&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/modules/privilizer/api/pom.xml (original)
+++ commons/sandbox/weaver/trunk/modules/privilizer/api/pom.xml Tue Sep 24 22:40:35 2013
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-privilizer-parent</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-privilizer-api</artifactId>

Modified: commons/sandbox/weaver/trunk/modules/privilizer/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/modules/privilizer/pom.xml?rev=1526037&r1=1526036&r2=1526037&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/modules/privilizer/pom.xml (original)
+++ commons/sandbox/weaver/trunk/modules/privilizer/pom.xml Tue Sep 24 22:40:35 2013
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-modules-parent</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-privilizer-parent</artifactId>

Modified: commons/sandbox/weaver/trunk/modules/privilizer/weaver/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/modules/privilizer/weaver/pom.xml?rev=1526037&r1=1526036&r2=1526037&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/modules/privilizer/weaver/pom.xml (original)
+++ commons/sandbox/weaver/trunk/modules/privilizer/weaver/pom.xml Tue Sep 24 22:40:35 2013
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-privilizer-parent</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver-privilizer</artifactId>

Modified: commons/sandbox/weaver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/pom.xml?rev=1526037&r1=1526036&r2=1526037&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/pom.xml (original)
+++ commons/sandbox/weaver/trunk/pom.xml Tue Sep 24 22:40:35 2013
@@ -22,12 +22,12 @@ under the License.
 
   <parent>
     <groupId>org.apache.commons</groupId>
-    <artifactId>commons-sandbox-parent</artifactId>
-    <version>10</version>
+    <artifactId>commons-parent</artifactId>
+    <version>32</version>
   </parent>
 
   <artifactId>commons-weaver-parent</artifactId>
-  <version>0.1-SNAPSHOT</version>
+  <version>1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Commons Weaver Parent POM</name>
@@ -53,7 +53,8 @@ under the License.
     <!--commons.jira.id>WEAVER</commons.jira.id>
     <commons.jira.pid>666</commons.jira.pid-->
     <asm.version>4.1</asm.version>
-    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/sandbox/commons-weaver</commons.scmPubUrl>
+    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-weaver</commons.scmPubUrl>
+    <commons.project-info.version>2.6</commons.project-info.version>
   </properties>
 
   <developers>
@@ -72,16 +73,16 @@ under the License.
   </developers>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/weaver/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/weaver/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/</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>
     <site>
       <id>website</id>
       <name>Apache Website</name>
-      <url>scp://people.apache.org/www/commons.apache.org/sandbox/${commons.componentid}/</url>
+      <url>scp://people.apache.org/www/commons.apache.org/proper/${commons.componentid}/</url>
     </site>
   </distributionManagement>
 

Modified: commons/sandbox/weaver/trunk/processor/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/processor/pom.xml?rev=1526037&r1=1526036&r2=1526037&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/processor/pom.xml (original)
+++ commons/sandbox/weaver/trunk/processor/pom.xml Tue Sep 24 22:40:35 2013
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-weaver-parent</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>commons-weaver</artifactId>