You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/09/11 14:30:43 UTC

svn commit: r1383379 - in /karaf/branches/karaf-2.3.x: assemblies/features/standard/pom.xml pom.xml

Author: jbonofre
Date: Tue Sep 11 12:30:43 2012
New Revision: 1383379

URL: http://svn.apache.org/viewvc?rev=1383379&view=rev
Log:
[KARAF-1736] Move ${struts.bundle.version} property in the main POM

Modified:
    karaf/branches/karaf-2.3.x/assemblies/features/standard/pom.xml
    karaf/branches/karaf-2.3.x/pom.xml

Modified: karaf/branches/karaf-2.3.x/assemblies/features/standard/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/assemblies/features/standard/pom.xml?rev=1383379&r1=1383378&r2=1383379&view=diff
==============================================================================
--- karaf/branches/karaf-2.3.x/assemblies/features/standard/pom.xml (original)
+++ karaf/branches/karaf-2.3.x/assemblies/features/standard/pom.xml Tue Sep 11 12:30:43 2012
@@ -33,7 +33,6 @@
 
     <properties>
         <appendedResourcesDirectory>${basedir}/../../../etc/appended-resources</appendedResourcesDirectory>
-        <struts.bundle.version>1.3.10_1-SNAPSHOT</struts.bundle.version>
     </properties>
 
     <build>

Modified: karaf/branches/karaf-2.3.x/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.3.x/pom.xml?rev=1383379&r1=1383378&r2=1383379&view=diff
==============================================================================
--- karaf/branches/karaf-2.3.x/pom.xml (original)
+++ karaf/branches/karaf-2.3.x/pom.xml Tue Sep 11 12:30:43 2012
@@ -169,6 +169,7 @@
         <spring2.version>2.5.6.SEC02</spring2.version>
         <spring.version>3.0.7.RELEASE</spring.version>
         <sshd.version>0.7.0</sshd.version>
+        <struts.bundle.version>1.3.10_1-SNAPSHOT</struts.bundle.version>
         <xbean.version>3.11.1</xbean.version>
         <javax.mail.version>1.4.5</javax.mail.version>
         <http.feature.version>[2,3)</http.feature.version>