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 2012/09/13 08:39:33 UTC

svn commit: r1384217 - in /servicemix/smx4/bundles/trunk: pom.xml velocity-1.7/pom.xml

Author: jbonofre
Date: Thu Sep 13 06:39:33 2012
New Revision: 1384217

URL: http://svn.apache.org/viewvc?rev=1384217&view=rev
Log:
[SMX4-1244] Include velocity 1.7 in the next bundles release and fix the bundles-pom version

Modified:
    servicemix/smx4/bundles/trunk/pom.xml
    servicemix/smx4/bundles/trunk/velocity-1.7/pom.xml

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1384217&r1=1384216&r2=1384217&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Thu Sep 13 06:39:33 2012
@@ -46,6 +46,7 @@
         <module>elasticsearch-0.19.9</module>
         <module>automaton-1.11-8</module>
         <module>gentlyweb-utils-1.5</module>
+        <module>velocity-1.7</module>
     </modules>
 
 </project>

Modified: servicemix/smx4/bundles/trunk/velocity-1.7/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/velocity-1.7/pom.xml?rev=1384217&r1=1384216&r2=1384217&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/velocity-1.7/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/velocity-1.7/pom.xml Thu Sep 13 06:39:33 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>11-SNAPSHOT</version>
+        <version>10</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>