Author: jbonofre
Date: Mon Aug  2 14:53:56 2010
New Revision: 981537

URL: http://svn.apache.org/viewvc?rev=981537&view=rev
Log:
[SMX4-567] Normalize bundles naming convention.

Modified:
    servicemix/smx4/bundles/trunk/abdera-0.4.0-incubating/pom.xml
    servicemix/smx4/bundles/trunk/ant-1.7.0/pom.xml
    servicemix/smx4/bundles/trunk/antlr-2.7.7/pom.xml
    servicemix/smx4/bundles/trunk/antlr-3.0.1/pom.xml
    servicemix/smx4/bundles/trunk/antlr-runtime-3.0.1/pom.xml
    servicemix/smx4/bundles/trunk/aopalliance-1.0/pom.xml
    servicemix/smx4/bundles/trunk/asm-2.2.3/pom.xml
    servicemix/smx4/bundles/trunk/aspectj-1.6.8/pom.xml
    servicemix/smx4/bundles/trunk/bcel-5.2/pom.xml
    servicemix/smx4/bundles/trunk/castor-0.9.6/pom.xml
    servicemix/smx4/bundles/trunk/cglib-2.1_3/pom.xml
    servicemix/smx4/bundles/trunk/cometd-java-server-1.0.1/pom.xml
    servicemix/smx4/bundles/trunk/commons-attributes-2.1/pom.xml
    servicemix/smx4/bundles/trunk/commons-beanutils-1.7.0/pom.xml
    servicemix/smx4/bundles/trunk/commons-beanutils-1.8.2/pom.xml
    servicemix/smx4/bundles/trunk/commons-codec-1.2/pom.xml
    servicemix/smx4/bundles/trunk/commons-codec-1.3/pom.xml
    servicemix/smx4/bundles/trunk/commons-collections-3.2.1/pom.xml
    servicemix/smx4/bundles/trunk/commons-csv-1.0/pom.xml
    servicemix/smx4/bundles/trunk/commons-dbcp-1.2.2/pom.xml
    servicemix/smx4/bundles/trunk/commons-httpclient-3.1/pom.xml
    servicemix/smx4/bundles/trunk/commons-io-1.3.2/pom.xml
    servicemix/smx4/bundles/trunk/commons-io-1.4/pom.xml
    servicemix/smx4/bundles/trunk/commons-jexl-1.1/pom.xml
    servicemix/smx4/bundles/trunk/commons-jxpath-1.2/pom.xml
    servicemix/smx4/bundles/trunk/commons-lang-2.4/pom.xml
    servicemix/smx4/bundles/trunk/commons-net-1.4.1/pom.xml
    servicemix/smx4/bundles/trunk/commons-pool-1.4/pom.xml
    servicemix/smx4/bundles/trunk/commons-pool-1.5.4/pom.xml
    servicemix/smx4/bundles/trunk/commons-vfs-1.0/pom.xml
    servicemix/smx4/bundles/trunk/dom4j-1.6.1/pom.xml
    servicemix/smx4/bundles/trunk/dozer-5.2.0/pom.xml
    servicemix/smx4/bundles/trunk/drools-4.0.7/pom.xml

Modified: servicemix/smx4/bundles/trunk/abdera-0.4.0-incubating/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/abdera-0.4.0-incubating/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/abdera-0.4.0-incubating/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/abdera-0.4.0-incubating/pom.xml Mon Aug  2 
14:53:56 2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.abdera</artifactId>
     <packaging>bundle</packaging>
     <version>0.4.0-incubating_4-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/ant-1.7.0/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/ant-1.7.0/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/ant-1.7.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/ant-1.7.0/pom.xml Mon Aug  2 14:53:56 2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.ant</artifactId>
     <packaging>bundle</packaging>
     <version>1.7.0_4-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/antlr-2.7.7/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/antlr-2.7.7/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/antlr-2.7.7/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/antlr-2.7.7/pom.xml Mon Aug  2 14:53:56 2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.antlr</artifactId>
     <version>2.7.7_3-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/antlr-3.0.1/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/antlr-3.0.1/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/antlr-3.0.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/antlr-3.0.1/pom.xml Mon Aug  2 14:53:56 2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.antlr</artifactId>
     <version>3.0.1_4-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/antlr-runtime-3.0.1/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/antlr-runtime-3.0.1/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/antlr-runtime-3.0.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/antlr-runtime-3.0.1/pom.xml Mon Aug  2 
14:53:56 2010
@@ -31,7 +31,7 @@
     <artifactId>org.apache.servicemix.bundles.antlr-runtime</artifactId>
     <version>3.0.1_2-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/aopalliance-1.0/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/aopalliance-1.0/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/aopalliance-1.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/aopalliance-1.0/pom.xml Mon Aug  2 14:53:56 
2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.aopalliance</artifactId>
     <packaging>bundle</packaging>
     <version>1.0_4-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/asm-2.2.3/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/asm-2.2.3/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/asm-2.2.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/asm-2.2.3/pom.xml Mon Aug  2 14:53:56 2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.asm</artifactId>
     <packaging>bundle</packaging>
     <version>2.2.3_4-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/aspectj-1.6.8/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/aspectj-1.6.8/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/aspectj-1.6.8/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/aspectj-1.6.8/pom.xml Mon Aug  2 14:53:56 2010
@@ -31,7 +31,7 @@
     <artifactId>org.apache.servicemix.bundles.aspectj</artifactId>
     <packaging>bundle</packaging>
     <version>1.6.8_1-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar. 
     </description>

Modified: servicemix/smx4/bundles/trunk/bcel-5.2/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/bcel-5.2/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bcel-5.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bcel-5.2/pom.xml Mon Aug  2 14:53:56 2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.bcel</artifactId>
     <packaging>bundle</packaging>
     <version>5.2_3-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/castor-0.9.6/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/castor-0.9.6/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/castor-0.9.6/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/castor-0.9.6/pom.xml Mon Aug  2 14:53:56 2010
@@ -31,7 +31,7 @@
     <artifactId>org.apache.servicemix.bundles.castor</artifactId>
     <packaging>bundle</packaging>
     <version>0.9.6_1-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/cglib-2.1_3/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/cglib-2.1_3/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/cglib-2.1_3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/cglib-2.1_3/pom.xml Mon Aug  2 14:53:56 2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.cglib</artifactId>
     <packaging>bundle</packaging>
     <version>2.1_3_4-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/cometd-java-server-1.0.1/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/cometd-java-server-1.0.1/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/cometd-java-server-1.0.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/cometd-java-server-1.0.1/pom.xml Mon Aug  2 
14:53:56 2010
@@ -31,7 +31,7 @@
     <artifactId>org.apache.servicemix.bundles.cometd-java-server</artifactId>
     <version>1.0.1_2-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/commons-attributes-2.1/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-attributes-2.1/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-attributes-2.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-attributes-2.1/pom.xml Mon Aug  2 
14:53:56 2010
@@ -31,7 +31,7 @@
     <artifactId>org.apache.servicemix.bundles.commons-attributes</artifactId>
     <packaging>bundle</packaging>
     <version>2.1_1-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: commons-attributes 
${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: commons-attributes</name>
     <description>
         This bundle simply wraps commons-attributes-${pkgVersion} jar files.
     </description>

Modified: servicemix/smx4/bundles/trunk/commons-beanutils-1.7.0/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-beanutils-1.7.0/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-beanutils-1.7.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-beanutils-1.7.0/pom.xml Mon Aug  2 
14:53:56 2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.commons-beanutils</artifactId>
     <version>1.7.0_4-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/commons-beanutils-1.8.2/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-beanutils-1.8.2/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-beanutils-1.8.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-beanutils-1.8.2/pom.xml Mon Aug  2 
14:53:56 2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.commons-beanutils</artifactId>
     <version>1.8.2_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/commons-codec-1.2/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-codec-1.2/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-codec-1.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-codec-1.2/pom.xml Mon Aug  2 14:53:56 
2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.commons-codec</artifactId>
     <version>1.2_4-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/commons-codec-1.3/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-codec-1.3/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-codec-1.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-codec-1.3/pom.xml Mon Aug  2 14:53:56 
2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.commons-codec</artifactId>
     <version>1.3_3-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/commons-collections-3.2.1/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-collections-3.2.1/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-collections-3.2.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-collections-3.2.1/pom.xml Mon Aug  2 
14:53:56 2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.commons-collections</artifactId>
     <version>3.2.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/commons-csv-1.0/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-csv-1.0/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-csv-1.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-csv-1.0/pom.xml Mon Aug  2 14:53:56 
2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.commons-csv</artifactId>
     <version>1.0-r706900_3-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/commons-dbcp-1.2.2/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-dbcp-1.2.2/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-dbcp-1.2.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-dbcp-1.2.2/pom.xml Mon Aug  2 
14:53:56 2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.commons-dbcp</artifactId>
     <version>1.2.2_6-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/commons-httpclient-3.1/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-httpclient-3.1/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-httpclient-3.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-httpclient-3.1/pom.xml Mon Aug  2 
14:53:56 2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.commons-httpclient</artifactId>
     <version>3.1_5-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/commons-io-1.3.2/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-io-1.3.2/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-io-1.3.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-io-1.3.2/pom.xml Mon Aug  2 14:53:56 
2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.commons-io</artifactId>
     <version>1.3.2_4-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/commons-io-1.4/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-io-1.4/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-io-1.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-io-1.4/pom.xml Mon Aug  2 14:53:56 
2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.commons-io</artifactId>
     <version>1.4_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/commons-jexl-1.1/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-jexl-1.1/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-jexl-1.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-jexl-1.1/pom.xml Mon Aug  2 14:53:56 
2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.commons-jexl</artifactId>
     <version>1.1_4-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/commons-jxpath-1.2/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-jxpath-1.2/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-jxpath-1.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-jxpath-1.2/pom.xml Mon Aug  2 
14:53:56 2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.commons-jxpath</artifactId>
     <version>1.2_4-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/commons-lang-2.4/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-lang-2.4/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-lang-2.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-lang-2.4/pom.xml Mon Aug  2 14:53:56 
2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.commons-lang</artifactId>
     <version>2.4_4-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/commons-net-1.4.1/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-net-1.4.1/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-net-1.4.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-net-1.4.1/pom.xml Mon Aug  2 14:53:56 
2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.commons-net</artifactId>
     <version>1.4.1_4-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/commons-pool-1.4/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-pool-1.4/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-pool-1.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-pool-1.4/pom.xml Mon Aug  2 14:53:56 
2010
@@ -31,7 +31,7 @@
     <artifactId>org.apache.servicemix.bundles.commons-pool</artifactId>
     <version>1.4_2-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/commons-pool-1.5.4/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-pool-1.5.4/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-pool-1.5.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-pool-1.5.4/pom.xml Mon Aug  2 
14:53:56 2010
@@ -31,7 +31,7 @@
     <artifactId>org.apache.servicemix.bundles.commons-pool</artifactId>
     <version>1.5.4_2-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/commons-vfs-1.0/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-vfs-1.0/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-vfs-1.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-vfs-1.0/pom.xml Mon Aug  2 14:53:56 
2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.commons-vfs</artifactId>
     <version>1.0_5-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/dom4j-1.6.1/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/dom4j-1.6.1/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/dom4j-1.6.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/dom4j-1.6.1/pom.xml Mon Aug  2 14:53:56 2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.dom4j</artifactId>
     <version>1.6.1_3-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>

Modified: servicemix/smx4/bundles/trunk/dozer-5.2.0/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/dozer-5.2.0/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/dozer-5.2.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/dozer-5.2.0/pom.xml Mon Aug  2 14:53:56 2010
@@ -31,7 +31,7 @@
   <artifactId>org.apache.servicemix.bundles.dozer</artifactId>
   <packaging>bundle</packaging>
   <version>5.2.0_2-SNAPSHOT</version>
-  <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+  <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
   <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar. 
   </description>

Modified: servicemix/smx4/bundles/trunk/drools-4.0.7/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/drools-4.0.7/pom.xml?rev=981537&r1=981536&r2=981537&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/drools-4.0.7/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/drools-4.0.7/pom.xml Mon Aug  2 14:53:56 2010
@@ -30,7 +30,7 @@
     <artifactId>org.apache.servicemix.bundles.drools</artifactId>
     <version>4.0.7_5-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId} ${pkgVersion}</name>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>


Reply via email to