You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jg...@apache.org on 2011/02/16 20:32:39 UTC

svn commit: r1071371 - in /karaf/branches/karaf-2.2.x: demos/web/pom.xml itests/kittests/pom.xml pom.xml tooling/testing/pom.xml

Author: jgoodyear
Date: Wed Feb 16 19:32:39 2011
New Revision: 1071371

URL: http://svn.apache.org/viewvc?rev=1071371&view=rev
Log:
[KARAF-249] updating references to assemblies apache-karaf

Modified:
    karaf/branches/karaf-2.2.x/demos/web/pom.xml
    karaf/branches/karaf-2.2.x/itests/kittests/pom.xml
    karaf/branches/karaf-2.2.x/pom.xml
    karaf/branches/karaf-2.2.x/tooling/testing/pom.xml

Modified: karaf/branches/karaf-2.2.x/demos/web/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/demos/web/pom.xml?rev=1071371&r1=1071370&r2=1071371&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/demos/web/pom.xml (original)
+++ karaf/branches/karaf-2.2.x/demos/web/pom.xml Wed Feb 16 19:32:39 2011
@@ -49,7 +49,7 @@
       <artifactId>org.apache.karaf.jaas.boot</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.karaf.assemblies</groupId>
+      <groupId>org.apache.karaf.assemblies.apache-karaf</groupId>
       <artifactId>apache-karaf</artifactId>
       <type>zip</type>
       <scope>provided</scope>
@@ -120,7 +120,7 @@
                   <configuration>
                       <artifactItems>
                           <artifactItem>
-                              <groupId>org.apache.karaf.assemblies</groupId>
+                              <groupId>org.apache.karaf.assemblies.apache-karaf</groupId>
                               <artifactId>apache-karaf</artifactId>
                               <type>zip</type>
                               <overWrite>true</overWrite>

Modified: karaf/branches/karaf-2.2.x/itests/kittests/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/itests/kittests/pom.xml?rev=1071371&r1=1071370&r2=1071371&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/itests/kittests/pom.xml (original)
+++ karaf/branches/karaf-2.2.x/itests/kittests/pom.xml Wed Feb 16 19:32:39 2011
@@ -44,14 +44,14 @@
         <!-- This is required to be first so that pax-exam classloader is not messed up with a newer version of felix
               which would lead to java.lang.RuntimeException: Could not create [service.obr] -->
         <dependency>
-            <groupId>org.apache.karaf.assemblies</groupId>
+            <groupId>org.apache.karaf.assemblies.apache-karaf</groupId>
             <artifactId>apache-karaf</artifactId>
             <type>tar.gz</type>
             <scope>test</scope>
         </dependency>
 
         <dependency>
-            <groupId>org.apache.karaf.assemblies</groupId>
+            <groupId>org.apache.karaf.assemblies.apache-karaf</groupId>
             <artifactId>apache-karaf</artifactId>
             <type>zip</type>
             <scope>test</scope>
@@ -109,7 +109,7 @@
                         <configuration>
                             <artifactItems>
                                 <artifactItem>
-                                    <groupId>org.apache.karaf.assemblies</groupId>
+                                    <groupId>org.apache.karaf.assemblies.apache-karaf</groupId>
                                     <artifactId>apache-karaf</artifactId>
                                     <type>tar.gz</type>
                                     <outputDirectory>target/distributions</outputDirectory>
@@ -127,7 +127,7 @@
                         <configuration>
                             <artifactItems>
                                 <artifactItem>
-                                    <groupId>org.apache.karaf.assemblies</groupId>
+                                    <groupId>org.apache.karaf.assemblies.apache-karaf</groupId>
                                     <artifactId>apache-karaf</artifactId>
                                     <type>zip</type>
                                     <outputDirectory>target/distributions</outputDirectory>

Modified: karaf/branches/karaf-2.2.x/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/pom.xml?rev=1071371&r1=1071370&r2=1071371&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/pom.xml (original)
+++ karaf/branches/karaf-2.2.x/pom.xml Wed Feb 16 19:32:39 2011
@@ -452,19 +452,19 @@
                 <version>${project.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.apache.karaf.assemblies</groupId>
+                <groupId>org.apache.karaf.assemblies.apache-karaf</groupId>
                 <artifactId>apache-karaf</artifactId>
                 <version>${project.version}</version>
                 <type>pom</type>
             </dependency>
             <dependency>
-                <groupId>org.apache.karaf.assemblies</groupId>
+                <groupId>org.apache.karaf.assemblies.apache-karaf</groupId>
                 <artifactId>apache-karaf</artifactId>
                 <type>tar.gz</type>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.apache.karaf.assemblies</groupId>
+                <groupId>org.apache.karaf.assemblies.apache-karaf</groupId>
                 <artifactId>apache-karaf</artifactId>
                 <type>zip</type>
                 <version>${project.version}</version>

Modified: karaf/branches/karaf-2.2.x/tooling/testing/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/tooling/testing/pom.xml?rev=1071371&r1=1071370&r2=1071371&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/tooling/testing/pom.xml (original)
+++ karaf/branches/karaf-2.2.x/tooling/testing/pom.xml Wed Feb 16 19:32:39 2011
@@ -42,7 +42,7 @@
     <dependencies>
         <!-- The assembly and all the dependencies -->
         <dependency>
-          <groupId>org.apache.karaf.assemblies</groupId>
+          <groupId>org.apache.karaf.assemblies.apache-karaf</groupId>
           <artifactId>apache-karaf</artifactId>
           <type>pom</type>
         </dependency>