You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2010/11/04 14:19:11 UTC

svn commit: r1030933 - in /servicemix/smx4/bundles/trunk: ./ commons-configuration-1.4/ commons-digester-1.8/ dozer-5.3.0/ drools-5.1.1/ hsqldb-1.8.0.10/ hsqldb-1.8.0.7/ jain-sip-ri-1.2.154/ javassist-3.12.ga/ jaxb-xjc-2.1.13/ jetty-6.1.25/ jsch-0.1.44...

Author: gertv
Date: Thu Nov  4 13:19:10 2010
New Revision: 1030933

URL: http://svn.apache.org/viewvc?rev=1030933&view=rev
Log:
Prepare for release: Upgrade to releases bundles-pom 5

Modified:
    servicemix/smx4/bundles/trunk/commons-configuration-1.4/pom.xml
    servicemix/smx4/bundles/trunk/commons-digester-1.8/pom.xml
    servicemix/smx4/bundles/trunk/dozer-5.3.0/pom.xml
    servicemix/smx4/bundles/trunk/drools-5.1.1/pom.xml
    servicemix/smx4/bundles/trunk/hsqldb-1.8.0.10/pom.xml
    servicemix/smx4/bundles/trunk/hsqldb-1.8.0.7/pom.xml
    servicemix/smx4/bundles/trunk/jain-sip-ri-1.2.154/pom.xml
    servicemix/smx4/bundles/trunk/javassist-3.12.ga/pom.xml
    servicemix/smx4/bundles/trunk/jaxb-xjc-2.1.13/pom.xml
    servicemix/smx4/bundles/trunk/jetty-6.1.25/pom.xml
    servicemix/smx4/bundles/trunk/jsch-0.1.44/pom.xml
    servicemix/smx4/bundles/trunk/mybatis-3.0.2/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/commons-configuration-1.4/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-configuration-1.4/pom.xml?rev=1030933&r1=1030932&r2=1030933&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-configuration-1.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-configuration-1.4/pom.xml Thu Nov  4 13:19:10 2010
@@ -21,9 +21,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-	    <groupId>org.apache.servicemix.bundles</groupId>
-	    <artifactId>bundles-pom</artifactId>
-	    <version>5-SNAPSHOT</version>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>5</version>
         <relativePath>../bundles-pom/pom.xml</relativePath> 
     </parent>
 

Modified: servicemix/smx4/bundles/trunk/commons-digester-1.8/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-digester-1.8/pom.xml?rev=1030933&r1=1030932&r2=1030933&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-digester-1.8/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-digester-1.8/pom.xml Thu Nov  4 13:19:10 2010
@@ -21,9 +21,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-	    <groupId>org.apache.servicemix.bundles</groupId>
-	    <artifactId>bundles-pom</artifactId>
-	    <version>5-SNAPSHOT</version>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>5</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>        
     </parent>
 

Modified: servicemix/smx4/bundles/trunk/dozer-5.3.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/dozer-5.3.0/pom.xml?rev=1030933&r1=1030932&r2=1030933&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/dozer-5.3.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/dozer-5.3.0/pom.xml Thu Nov  4 13:19:10 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>5-SNAPSHOT</version>
+        <version>5</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>        
     </parent>
 
@@ -109,4 +109,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: servicemix/smx4/bundles/trunk/drools-5.1.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/drools-5.1.1/pom.xml?rev=1030933&r1=1030932&r2=1030933&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/drools-5.1.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/drools-5.1.1/pom.xml Thu Nov  4 13:19:10 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>5-SNAPSHOT</version>
+        <version>5</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>        
     </parent>
     
@@ -154,4 +154,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: servicemix/smx4/bundles/trunk/hsqldb-1.8.0.10/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/hsqldb-1.8.0.10/pom.xml?rev=1030933&r1=1030932&r2=1030933&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/hsqldb-1.8.0.10/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/hsqldb-1.8.0.10/pom.xml Thu Nov  4 13:19:10 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>5-SNAPSHOT</version>
+        <version>5</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>        
     </parent>
     <groupId>org.apache.servicemix.bundles</groupId>

Modified: servicemix/smx4/bundles/trunk/hsqldb-1.8.0.7/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/hsqldb-1.8.0.7/pom.xml?rev=1030933&r1=1030932&r2=1030933&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/hsqldb-1.8.0.7/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/hsqldb-1.8.0.7/pom.xml Thu Nov  4 13:19:10 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>5-SNAPSHOT</version>
+        <version>5</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>        
     </parent>
     

Modified: servicemix/smx4/bundles/trunk/jain-sip-ri-1.2.154/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jain-sip-ri-1.2.154/pom.xml?rev=1030933&r1=1030932&r2=1030933&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jain-sip-ri-1.2.154/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jain-sip-ri-1.2.154/pom.xml Thu Nov  4 13:19:10 2010
@@ -21,9 +21,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-	    <groupId>org.apache.servicemix.bundles</groupId>
-	    <artifactId>bundles-pom</artifactId>
-	    <version>5-SNAPSHOT</version>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>5</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>        
     </parent>
 

Modified: servicemix/smx4/bundles/trunk/javassist-3.12.ga/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/javassist-3.12.ga/pom.xml?rev=1030933&r1=1030932&r2=1030933&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/javassist-3.12.ga/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/javassist-3.12.ga/pom.xml Thu Nov  4 13:19:10 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>5-SNAPSHOT</version>
+        <version>5</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
     

Modified: servicemix/smx4/bundles/trunk/jaxb-xjc-2.1.13/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jaxb-xjc-2.1.13/pom.xml?rev=1030933&r1=1030932&r2=1030933&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jaxb-xjc-2.1.13/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jaxb-xjc-2.1.13/pom.xml Thu Nov  4 13:19:10 2010
@@ -21,9 +21,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-	    <groupId>org.apache.servicemix.bundles</groupId>
-	    <artifactId>bundles-pom</artifactId>
-	    <version>5-SNAPSHOT</version>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>5</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>        
     </parent>
 

Modified: servicemix/smx4/bundles/trunk/jetty-6.1.25/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jetty-6.1.25/pom.xml?rev=1030933&r1=1030932&r2=1030933&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jetty-6.1.25/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jetty-6.1.25/pom.xml Thu Nov  4 13:19:10 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>5-SNAPSHOT</version>
+        <version>5</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>        
     </parent>
 
@@ -146,4 +146,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: servicemix/smx4/bundles/trunk/jsch-0.1.44/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jsch-0.1.44/pom.xml?rev=1030933&r1=1030932&r2=1030933&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jsch-0.1.44/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jsch-0.1.44/pom.xml Thu Nov  4 13:19:10 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>5-SNAPSHOT</version>
+        <version>5</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>        
     </parent>
 

Modified: servicemix/smx4/bundles/trunk/mybatis-3.0.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/mybatis-3.0.2/pom.xml?rev=1030933&r1=1030932&r2=1030933&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/mybatis-3.0.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/mybatis-3.0.2/pom.xml Thu Nov  4 13:19:10 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>5-SNAPSHOT</version>
+        <version>5</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>        
     </parent>
     
@@ -102,4 +102,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1030933&r1=1030932&r2=1030933&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Thu Nov  4 13:19:10 2010
@@ -42,7 +42,6 @@
     <name>Apache ServiceMix :: Bundles</name>
 
     <modules>
-        <module>bundles-pom</module>
         <module>commons-configuration-1.4</module>        
         <module>commons-digester-1.8</module>        
         <module>dozer-5.3.0</module>