You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2010/07/20 10:33:41 UTC

svn commit: r965754 - /camel/trunk/platforms/karaf/features/pom.xml

Author: ningjiang
Date: Tue Jul 20 08:33:40 2010
New Revision: 965754

URL: http://svn.apache.org/viewvc?rev=965754&view=rev
Log:
CAMEL-2968 Fixed the features-spring2.xml deploy issue

Modified:
    camel/trunk/platforms/karaf/features/pom.xml

Modified: camel/trunk/platforms/karaf/features/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/platforms/karaf/features/pom.xml?rev=965754&r1=965753&r2=965754&view=diff
==============================================================================
--- camel/trunk/platforms/karaf/features/pom.xml (original)
+++ camel/trunk/platforms/karaf/features/pom.xml Tue Jul 20 08:33:40 2010
@@ -218,7 +218,7 @@
 		     <artifact>
                        <file>target/classes/features-spring2.xml</file>
                        <type>xml</type>
-                       <classifier>features-spring3</classifier>
+                       <classifier>features-spring2</classifier>
                      </artifact>
                    </artifacts>
                  </configuration>