You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2013/02/06 10:40:11 UTC

svn commit: r1442878 - in /servicemix/smx4/bundles/trunk: commons-configuration-1.9/pom.xml pom.xml

Author: jbonofre
Date: Wed Feb  6 09:40:10 2013
New Revision: 1442878

URL: http://svn.apache.org/viewvc?rev=1442878&view=rev
Log:
[SMX4-1340] Include commons-configuration 1.9 bundle in the next bundles release

Modified:
    servicemix/smx4/bundles/trunk/commons-configuration-1.9/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/commons-configuration-1.9/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-configuration-1.9/pom.xml?rev=1442878&r1=1442877&r2=1442878&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-configuration-1.9/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-configuration-1.9/pom.xml Wed Feb  6 09:40:10 2013
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemmix.bundles.commons-configuration</artifactId>
-    <version>1.9_2-SNAPSHOT</version>
+    <version>1.9_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -103,4 +103,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=1442878&r1=1442877&r2=1442878&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Wed Feb  6 09:40:10 2013
@@ -45,6 +45,7 @@
         <module>spatial4j-0.3</module>
         <module>quickfix-1.5.3</module>
         <module>xstream-1.4.4</module>
+        <module>commons-configuration-1.9</module>
     </modules>
 
 </project>