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 22:27:19 UTC

svn commit: r1310572 - in /archiva/redback/redback-components/trunk: spring-cache/spring-cache-api/ spring-cache/spring-cache-providers/ spring-cache/spring-cache-providers/spring-cache-ehcache/ spring-cache/spring-cache-providers/spring-cache-hashmap/...

Author: olamy
Date: Fri Apr  6 20:27:18 2012
New Revision: 1310572

URL: http://svn.apache.org/viewvc?rev=1310572&view=rev
Log:
fix groupId for components with sub modules

Modified:
    archiva/redback/redback-components/trunk/spring-cache/spring-cache-api/pom.xml
    archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/pom.xml
    archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
    archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml
    archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-oscache/pom.xml
    archiva/redback/redback-components/trunk/spring-cache/spring-cache-test/pom.xml
    archiva/redback/redback-components/trunk/spring-registry/pom.xml

Modified: archiva/redback/redback-components/trunk/spring-cache/spring-cache-api/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-api/pom.xml?rev=1310572&r1=1310571&r2=1310572&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/spring-cache-api/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/spring-cache-api/pom.xml Fri Apr  6 20:27:18 2012
@@ -20,7 +20,7 @@
 <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.apache.archiva.redback.components</groupId>
+    <groupId>org.apache.archiva.redback.components.cache</groupId>
     <artifactId>spring-cache</artifactId>
     <version>2.0-SNAPSHOT</version>
   </parent>

Modified: archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/pom.xml?rev=1310572&r1=1310571&r2=1310572&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/pom.xml Fri Apr  6 20:27:18 2012
@@ -20,7 +20,7 @@
 <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.apache.archiva.redback.components</groupId>
+    <groupId>org.apache.archiva.redback.components.cache</groupId>
     <artifactId>spring-cache</artifactId>
     <version>2.0-SNAPSHOT</version>
   </parent>
@@ -32,12 +32,12 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.archiva.redback.components</groupId>
+      <groupId>org.apache.archiva.redback.components.cache</groupId>
       <artifactId>spring-cache-api</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.archiva.redback.components</groupId>
+      <groupId>org.apache.archiva.redback.components.cache</groupId>
       <artifactId>spring-cache-test</artifactId>
       <version>${project.version}</version>
       <scope>test</scope>

Modified: archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml?rev=1310572&r1=1310571&r2=1310572&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml Fri Apr  6 20:27:18 2012
@@ -20,7 +20,7 @@
 <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.apache.archiva.redback.components</groupId>
+    <groupId>org.apache.archiva.redback.components.cache</groupId>
     <artifactId>spring-cache-providers</artifactId>
     <version>2.0-SNAPSHOT</version>
   </parent>

Modified: archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml?rev=1310572&r1=1310571&r2=1310572&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml Fri Apr  6 20:27:18 2012
@@ -20,7 +20,7 @@
 <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.apache.archiva.redback.components</groupId>
+    <groupId>org.apache.archiva.redback.components.cache</groupId>
     <artifactId>spring-cache-providers</artifactId>
     <version>2.0-SNAPSHOT</version>
   </parent>

Modified: archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-oscache/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-oscache/pom.xml?rev=1310572&r1=1310571&r2=1310572&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-oscache/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-oscache/pom.xml Fri Apr  6 20:27:18 2012
@@ -15,7 +15,7 @@
 <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.apache.archiva.redback.components</groupId>
+    <groupId>org.apache.archiva.redback.components.cache</groupId>
     <artifactId>spring-cache-providers</artifactId>
     <version>2.0-SNAPSHOT</version>
   </parent>

Modified: archiva/redback/redback-components/trunk/spring-cache/spring-cache-test/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-test/pom.xml?rev=1310572&r1=1310571&r2=1310572&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/spring-cache-test/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/spring-cache-test/pom.xml Fri Apr  6 20:27:18 2012
@@ -20,7 +20,7 @@
 <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.apache.archiva.redback.components</groupId>
+    <groupId>org.apache.archiva.redback.components.cache</groupId>
     <artifactId>spring-cache</artifactId>
     <version>2.0-SNAPSHOT</version>
   </parent>
@@ -32,7 +32,7 @@
   
   <dependencies>
     <dependency>
-      <groupId>org.apache.archiva.redback.components</groupId>
+      <groupId>org.apache.archiva.redback.components.cache</groupId>
       <artifactId>spring-cache-api</artifactId>
       <version>${project.version}</version>
     </dependency>

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=1310572&r1=1310571&r2=1310572&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-registry/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-registry/pom.xml Fri Apr  6 20:27:18 2012
@@ -55,12 +55,12 @@
         <version>1.5.6</version>
       </dependency>
       <dependency>
-        <groupId>org.codehaus.redback.components.registry</groupId>
+        <groupId>org.apache.archiva.redback.components.registry</groupId>
         <artifactId>spring-registry-api</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.codehaus.redback.components.registry</groupId>
+        <groupId>org.apache.archiva.redback.components.registry</groupId>
         <artifactId>spring-registry-test</artifactId>
         <version>${project.version}</version>
       </dependency>