You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/01/23 13:22:50 UTC

svn commit: r614518 - in /servicemix/smx4/kernel/trunk/bundles: ant/pom.xml aopalliance/pom.xml asm/pom.xml cglib/pom.xml junit/pom.xml mina/pom.xml xstream/pom.xml

Author: gnodet
Date: Wed Jan 23 04:22:47 2008
New Revision: 614518

URL: http://svn.apache.org/viewvc?rev=614518&view=rev
Log:
Do not use properties inside artifactId

Modified:
    servicemix/smx4/kernel/trunk/bundles/ant/pom.xml
    servicemix/smx4/kernel/trunk/bundles/aopalliance/pom.xml
    servicemix/smx4/kernel/trunk/bundles/asm/pom.xml
    servicemix/smx4/kernel/trunk/bundles/cglib/pom.xml
    servicemix/smx4/kernel/trunk/bundles/junit/pom.xml
    servicemix/smx4/kernel/trunk/bundles/mina/pom.xml
    servicemix/smx4/kernel/trunk/bundles/xstream/pom.xml

Modified: servicemix/smx4/kernel/trunk/bundles/ant/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/bundles/ant/pom.xml?rev=614518&r1=614517&r2=614518&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/bundles/ant/pom.xml (original)
+++ servicemix/smx4/kernel/trunk/bundles/ant/pom.xml Wed Jan 23 04:22:47 2008
@@ -28,7 +28,10 @@
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
+    <!--
     <artifactId>${pom.groupId}.${pkgArtifactId}-${pkgVersion}</artifactId>
+    -->
+    <artifactId>org.apache.servicemix.bundles.ant-1.7.0</artifactId>
     <packaging>bundle</packaging>
     <version>1.0-m1-SNAPSHOT</version>
     <name>ServiceMix OSGI Common Bundles: ${pkgArtifactId}-${pkgVersion}</name>

Modified: servicemix/smx4/kernel/trunk/bundles/aopalliance/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/bundles/aopalliance/pom.xml?rev=614518&r1=614517&r2=614518&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/bundles/aopalliance/pom.xml (original)
+++ servicemix/smx4/kernel/trunk/bundles/aopalliance/pom.xml Wed Jan 23 04:22:47 2008
@@ -28,7 +28,10 @@
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
+    <!--
     <artifactId>${pom.groupId}.${pkgArtifactId}-${pkgVersion}</artifactId>
+    -->
+    <artifactId>org.apache.servicemix.bundles.aopalliance-1.0</artifactId>
     <packaging>bundle</packaging>
     <version>1.0-m1-SNAPSHOT</version>
     <name>ServiceMix OSGI Common Bundles: ${pkgArtifactId}-${pkgVersion}</name>

Modified: servicemix/smx4/kernel/trunk/bundles/asm/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/bundles/asm/pom.xml?rev=614518&r1=614517&r2=614518&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/bundles/asm/pom.xml (original)
+++ servicemix/smx4/kernel/trunk/bundles/asm/pom.xml Wed Jan 23 04:22:47 2008
@@ -28,7 +28,10 @@
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
+    <!--
     <artifactId>${pom.groupId}.${pkgArtifactId}-${pkgVersion}</artifactId>
+    -->
+    <artifactId>org.apache.servicemix.bundles.asm-2.2.3</artifactId>
     <packaging>bundle</packaging>
     <version>1.0-m1-SNAPSHOT</version>
     <name>ServiceMix OSGI Common Bundles: ${pkgArtifactId}-${pkgVersion}</name>

Modified: servicemix/smx4/kernel/trunk/bundles/cglib/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/bundles/cglib/pom.xml?rev=614518&r1=614517&r2=614518&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/bundles/cglib/pom.xml (original)
+++ servicemix/smx4/kernel/trunk/bundles/cglib/pom.xml Wed Jan 23 04:22:47 2008
@@ -28,7 +28,10 @@
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
+    <!--
     <artifactId>${pom.groupId}.${pkgArtifactId}-${pkgVersion}</artifactId>
+    -->
+    <artifactId>org.apache.servicemix.bundles.cglib-2.1_3</artifactId>
     <packaging>bundle</packaging>
     <version>1.0-m1-SNAPSHOT</version>
     <name>ServiceMix OSGI Common Bundles: ${pkgArtifactId}-${pkgVersion}</name>

Modified: servicemix/smx4/kernel/trunk/bundles/junit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/bundles/junit/pom.xml?rev=614518&r1=614517&r2=614518&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/bundles/junit/pom.xml (original)
+++ servicemix/smx4/kernel/trunk/bundles/junit/pom.xml Wed Jan 23 04:22:47 2008
@@ -28,7 +28,10 @@
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
+    <!--
     <artifactId>${pom.groupId}.${pkgArtifactId}-${pkgVersion}</artifactId>
+    -->
+    <artifactId>org.apache.servicemix.bundles.junit-4.4</artifactId>
     <packaging>bundle</packaging>
     <version>1.0-m1-SNAPSHOT</version>
     <name>ServiceMix OSGI Common Bundles: ${pkgArtifactId}-${pkgVersion}</name>

Modified: servicemix/smx4/kernel/trunk/bundles/mina/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/bundles/mina/pom.xml?rev=614518&r1=614517&r2=614518&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/bundles/mina/pom.xml (original)
+++ servicemix/smx4/kernel/trunk/bundles/mina/pom.xml Wed Jan 23 04:22:47 2008
@@ -28,7 +28,10 @@
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
+    <!--
     <artifactId>${pom.groupId}.${pkgArtifactId}-${pkgVersion}</artifactId>
+    -->
+    <artifactId>org.apache.servicemix.bundles.mina-1.1.6-r602102</artifactId>
     <packaging>bundle</packaging>
     <version>1.0-m1-SNAPSHOT</version>
     <name>ServiceMix OSGI Common Bundles: ${pkgArtifactId}-${pkgVersion}</name>

Modified: servicemix/smx4/kernel/trunk/bundles/xstream/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/bundles/xstream/pom.xml?rev=614518&r1=614517&r2=614518&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/bundles/xstream/pom.xml (original)
+++ servicemix/smx4/kernel/trunk/bundles/xstream/pom.xml Wed Jan 23 04:22:47 2008
@@ -28,7 +28,10 @@
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
+    <!--
     <artifactId>${pom.groupId}.${pkgArtifactId}-${pkgVersion}</artifactId>
+    -->
+    <artifactId>org.apache.servicemix.bundles.xstream-1.2.2</artifactId>
     <packaging>bundle</packaging>
     <version>1.0-m1-SNAPSHOT</version>
     <name>ServiceMix OSGI Common Bundles: ${pkgArtifactId}-${pkgVersion}</name>