You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/04/06 21:44:09 UTC

svn commit: r1310561 - in /archiva/redback/redback-components/trunk: plexus-command-line/ plexus-expression-evaluator/ plexus-jabber/ plexus-msn/ plexus-spring/ plexus-xmlrpc/ redback-components-parent/ spring-apacheds/ spring-cache/ spring-jdo2/ sprin...

Author: olamy
Date: Fri Apr  6 19:44:08 2012
New Revision: 1310561

URL: http://svn.apache.org/viewvc?rev=1310561&view=rev
Log:
upgrade modules to use last parent pom

Modified:
    archiva/redback/redback-components/trunk/plexus-command-line/pom.xml
    archiva/redback/redback-components/trunk/plexus-expression-evaluator/pom.xml
    archiva/redback/redback-components/trunk/plexus-jabber/pom.xml
    archiva/redback/redback-components/trunk/plexus-msn/pom.xml
    archiva/redback/redback-components/trunk/plexus-spring/pom.xml
    archiva/redback/redback-components/trunk/plexus-xmlrpc/pom.xml
    archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
    archiva/redback/redback-components/trunk/spring-apacheds/pom.xml
    archiva/redback/redback-components/trunk/spring-cache/pom.xml
    archiva/redback/redback-components/trunk/spring-jdo2/pom.xml
    archiva/redback/redback-components/trunk/spring-quartz/pom.xml
    archiva/redback/redback-components/trunk/spring-registry/pom.xml
    archiva/redback/redback-components/trunk/spring-taskqueue/pom.xml
    archiva/redback/redback-components/trunk/spring-utils/pom.xml

Modified: archiva/redback/redback-components/trunk/plexus-command-line/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/plexus-command-line/pom.xml?rev=1310561&r1=1310560&r2=1310561&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/plexus-command-line/pom.xml (original)
+++ archiva/redback/redback-components/trunk/plexus-command-line/pom.xml Fri Apr  6 19:44:08 2012
@@ -20,9 +20,9 @@
 
 <project>
   <parent>
-    <groupId>org.codehaus.redback.components</groupId>
+    <groupId>org.apache.archiva.redback.components</groupId>
     <artifactId>redback-components</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
     <relativePath>../redback-components-parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: archiva/redback/redback-components/trunk/plexus-expression-evaluator/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/plexus-expression-evaluator/pom.xml?rev=1310561&r1=1310560&r2=1310561&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/plexus-expression-evaluator/pom.xml (original)
+++ archiva/redback/redback-components/trunk/plexus-expression-evaluator/pom.xml Fri Apr  6 19:44:08 2012
@@ -20,9 +20,9 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.codehaus.redback.components</groupId>
+    <groupId>org.apache.archiva.redback.components</groupId>
     <artifactId>redback-components</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
     <relativePath>../redback-components-parent/pom.xml</relativePath>
   </parent>
   <artifactId>plexus-expression-evaluator</artifactId>

Modified: archiva/redback/redback-components/trunk/plexus-jabber/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/plexus-jabber/pom.xml?rev=1310561&r1=1310560&r2=1310561&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/plexus-jabber/pom.xml (original)
+++ archiva/redback/redback-components/trunk/plexus-jabber/pom.xml Fri Apr  6 19:44:08 2012
@@ -19,9 +19,9 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
-    <groupId>org.codehaus.redback.components</groupId>
+    <groupId>org.apache.archiva.redback.components</groupId>
     <artifactId>redback-components</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
     <relativePath>../redback-components-parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: archiva/redback/redback-components/trunk/plexus-msn/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/plexus-msn/pom.xml?rev=1310561&r1=1310560&r2=1310561&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/plexus-msn/pom.xml (original)
+++ archiva/redback/redback-components/trunk/plexus-msn/pom.xml Fri Apr  6 19:44:08 2012
@@ -19,9 +19,9 @@
   -->
 <project>
   <parent>
-    <groupId>org.codehaus.redback.components</groupId>
+    <groupId>org.apache.archiva.redback.components</groupId>
     <artifactId>redback-components</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
     <relativePath>../redback-components-parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: archiva/redback/redback-components/trunk/plexus-spring/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/plexus-spring/pom.xml?rev=1310561&r1=1310560&r2=1310561&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/plexus-spring/pom.xml (original)
+++ archiva/redback/redback-components/trunk/plexus-spring/pom.xml Fri Apr  6 19:44:08 2012
@@ -20,9 +20,9 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.codehaus.redback.components</groupId>
+    <groupId>org.apache.archiva.redback.components</groupId>
     <artifactId>redback-components</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
     <relativePath>../redback-components-parent/pom.xml</relativePath>
   </parent>
   <artifactId>plexus-spring</artifactId>

Modified: archiva/redback/redback-components/trunk/plexus-xmlrpc/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/plexus-xmlrpc/pom.xml?rev=1310561&r1=1310560&r2=1310561&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/plexus-xmlrpc/pom.xml (original)
+++ archiva/redback/redback-components/trunk/plexus-xmlrpc/pom.xml Fri Apr  6 19:44:08 2012
@@ -19,9 +19,9 @@
   -->
 <project>
   <parent>
-    <groupId>org.codehaus.redback.components</groupId>
+    <groupId>org.apache.archiva.redback.components</groupId>
     <artifactId>redback-components</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
     <relativePath>../redback-components-parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/redback-components-parent/pom.xml?rev=1310561&r1=1310560&r2=1310561&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/redback-components-parent/pom.xml (original)
+++ archiva/redback/redback-components/trunk/redback-components-parent/pom.xml Fri Apr  6 19:44:08 2012
@@ -21,8 +21,8 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.archiva.redback.components</groupId>
   <artifactId>redback-components</artifactId>
-  <packaging>pom</packaging>
   <version>2.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
   <name>Apache Archiva Redback Components Parent Project</name>
   <url>http://archiva.apache.org/redback/components</url>
   <properties>

Modified: archiva/redback/redback-components/trunk/spring-apacheds/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-apacheds/pom.xml?rev=1310561&r1=1310560&r2=1310561&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-apacheds/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-apacheds/pom.xml Fri Apr  6 19:44:08 2012
@@ -19,9 +19,9 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
-    <groupId>org.codehaus.redback.components</groupId>
+    <groupId>org.apache.archiva.redback.components</groupId>
     <artifactId>redback-components</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
     <relativePath>../redback-components-parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: archiva/redback/redback-components/trunk/spring-cache/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/pom.xml?rev=1310561&r1=1310560&r2=1310561&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/pom.xml Fri Apr  6 19:44:08 2012
@@ -20,9 +20,9 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.codehaus.redback.components</groupId>
+    <groupId>org.apache.archiva.redback.components</groupId>
     <artifactId>redback-components</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
     <relativePath>../redback-components-parent/pom.xml</relativePath>
   </parent>
   <groupId>org.codehaus.redback.components.cache</groupId>

Modified: archiva/redback/redback-components/trunk/spring-jdo2/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-jdo2/pom.xml?rev=1310561&r1=1310560&r2=1310561&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-jdo2/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-jdo2/pom.xml Fri Apr  6 19:44:08 2012
@@ -19,9 +19,9 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
-    <groupId>org.codehaus.redback.components</groupId>
+    <groupId>org.apache.archiva.redback.components</groupId>
     <artifactId>redback-components</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
     <relativePath>../redback-components-parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: archiva/redback/redback-components/trunk/spring-quartz/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-quartz/pom.xml?rev=1310561&r1=1310560&r2=1310561&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-quartz/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-quartz/pom.xml Fri Apr  6 19:44:08 2012
@@ -19,9 +19,9 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
-    <groupId>org.codehaus.redback.components</groupId>
+    <groupId>org.apache.archiva.redback.components</groupId>
     <artifactId>redback-components</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
     <relativePath>../redback-components-parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: archiva/redback/redback-components/trunk/spring-registry/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-registry/pom.xml?rev=1310561&r1=1310560&r2=1310561&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-registry/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-registry/pom.xml Fri Apr  6 19:44:08 2012
@@ -16,9 +16,9 @@
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
-    <groupId>org.codehaus.redback.components</groupId>
+    <groupId>org.apache.archiva.redback.components</groupId>
     <artifactId>redback-components</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
     <relativePath>../redback-components-parent/pom.xml</relativePath>
   </parent>  
   <modelVersion>4.0.0</modelVersion>

Modified: archiva/redback/redback-components/trunk/spring-taskqueue/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-taskqueue/pom.xml?rev=1310561&r1=1310560&r2=1310561&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-taskqueue/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-taskqueue/pom.xml Fri Apr  6 19:44:08 2012
@@ -19,9 +19,9 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
-    <groupId>org.codehaus.redback.components</groupId>
+    <groupId>org.apache.archiva.redback.components</groupId>
     <artifactId>redback-components</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
     <relativePath>../redback-components-parent/pom.xml</relativePath>
   </parent>  
   <modelVersion>4.0.0</modelVersion>

Modified: archiva/redback/redback-components/trunk/spring-utils/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-utils/pom.xml?rev=1310561&r1=1310560&r2=1310561&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-utils/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-utils/pom.xml Fri Apr  6 19:44:08 2012
@@ -20,9 +20,9 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.codehaus.redback.components</groupId>
+    <groupId>org.apache.archiva.redback.components</groupId>
     <artifactId>redback-components</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
     <relativePath>../redback-components-parent/pom.xml</relativePath>
   </parent>
   <artifactId>spring-utils</artifactId>