You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2009/06/18 00:20:43 UTC

svn commit: r785841 - in /servicemix/smx4/features/trunk: assembly/pom.xml examples/bridge-camel/pom.xml pom.xml

Author: ccustine
Date: Wed Jun 17 22:20:42 2009
New Revision: 785841

URL: http://svn.apache.org/viewvc?rev=785841&view=rev
Log:
SMX4-305 - SMX 4 development builds have two files with ${} names not replaced

Modified:
    servicemix/smx4/features/trunk/assembly/pom.xml
    servicemix/smx4/features/trunk/examples/bridge-camel/pom.xml
    servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/pom.xml?rev=785841&r1=785840&r2=785841&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/features/trunk/assembly/pom.xml Wed Jun 17 22:20:42 2009
@@ -991,6 +991,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
+                <version>${maven.assembly.version}</version>
                 <executions>
                     <execution>
                         <id>unix-bin</id>

Modified: servicemix/smx4/features/trunk/examples/bridge-camel/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/bridge-camel/pom.xml?rev=785841&r1=785840&r2=785841&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/bridge-camel/pom.xml (original)
+++ servicemix/smx4/features/trunk/examples/bridge-camel/pom.xml Wed Jun 17 22:20:42 2009
@@ -96,7 +96,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.1</version>
+                <version>${maven.assembly.version}</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=785841&r1=785840&r2=785841&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Wed Jun 17 22:20:42 2009
@@ -59,7 +59,7 @@
   </prerequisites>
 
   <properties>
-      <maven.assembly.version>2.2-beta-2</maven.assembly.version>
+      <maven.assembly.version>2.2-beta-4</maven.assembly.version>
       <xfire.maven.plugin>4.1</xfire.maven.plugin>
       <abdera.version>0.4.0-incubating_1</abdera.version>
       <activemq.version>5.2.0</activemq.version>