You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2009/06/16 17:40:23 UTC

svn commit: r785262 - in /camel/branches/camel-1.x: ./ tooling/archetypes/camel-archetype-activemq/pom.xml

Author: janstey
Date: Tue Jun 16 15:40:23 2009
New Revision: 785262

URL: http://svn.apache.org/viewvc?rev=785262&view=rev
Log:
Merged revisions 785250 via svnmerge from 
http://svn.apache.org/repos/asf/camel/trunk

........
  r785250 | janstey | 2009-06-16 11:16:02 -0400 (Tue, 16 Jun 2009) | 1 line
  
  fix up bad version replacement in activemq archetype
........

Modified:
    camel/branches/camel-1.x/   (props changed)
    camel/branches/camel-1.x/tooling/archetypes/camel-archetype-activemq/pom.xml

Propchange: camel/branches/camel-1.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: camel/branches/camel-1.x/tooling/archetypes/camel-archetype-activemq/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/tooling/archetypes/camel-archetype-activemq/pom.xml?rev=785262&r1=785261&r2=785262&view=diff
==============================================================================
--- camel/branches/camel-1.x/tooling/archetypes/camel-archetype-activemq/pom.xml (original)
+++ camel/branches/camel-1.x/tooling/archetypes/camel-archetype-activemq/pom.xml Tue Jun 16 15:40:23 2009
@@ -47,8 +47,8 @@
               <tasks>
                 <replace casesensitive="true" file="${project.build.directory}/classes/archetype-resources/pom.xml">
                   <replacefilter token="$CAMEL_VERSION_REPLACEME$" value="${project.version}" /> 
-                  <replacefilter token="$ACTIVEMQ_VERSION_REPLACEME$" value="${project.version}" /> 
-                  <replacefilter token="$XBEAN_VERSION_REPLACEME$" value="${project.version}" /> 
+                  <replacefilter token="$ACTIVEMQ_VERSION_REPLACEME$" value="${activemq-version}" /> 
+                  <replacefilter token="$XBEAN_VERSION_REPLACEME$" value="${xbean-spring-version}" /> 
                   <replacefilter token="$LOG4J_VERSION_REPLACEME$" value="${log4j-version}" /> 
                 </replace>
               </tasks>