You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/10/30 06:37:12 UTC

svn commit: r709090 - in /servicemix/smx3/branches/servicemix-3.2/samples/camel/src/main/assembly: kit_camel_example_pom.xml src.xml

Author: ffang
Date: Wed Oct 29 22:37:12 2008
New Revision: 709090

URL: http://svn.apache.org/viewvc?rev=709090&view=rev
Log:
[SM-1659]should filter the version for kit_camel_example_pom.xml which is used in kit

Modified:
    servicemix/smx3/branches/servicemix-3.2/samples/camel/src/main/assembly/kit_camel_example_pom.xml
    servicemix/smx3/branches/servicemix-3.2/samples/camel/src/main/assembly/src.xml

Modified: servicemix/smx3/branches/servicemix-3.2/samples/camel/src/main/assembly/kit_camel_example_pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/samples/camel/src/main/assembly/kit_camel_example_pom.xml?rev=709090&r1=709089&r2=709090&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/samples/camel/src/main/assembly/kit_camel_example_pom.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/samples/camel/src/main/assembly/kit_camel_example_pom.xml Wed Oct 29 22:37:12 2008
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>samples</artifactId>
-        <version>3.2.2-SNAPSHOT</version>
+        <version>${servicemix.version}</version>
     </parent>
 
     <groupId>org.apache.servicemix.samples</groupId>
@@ -92,13 +92,13 @@
      <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-camel</artifactId>
-      <version>3.2.2-SNAPSHOT</version>
+      <version>${servicemix.version}</version>
      </dependency>
 
      <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-core</artifactId>
-      <version>3.2.2-SNAPSHOT</version>      
+      <version>${servicemix.version}</version>      
      </dependency>  
     </dependencies>
   </dependencyManagement> 
@@ -106,26 +106,6 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.1</version>
-                <inherited>false</inherited>
-                <executions>
-                    <execution>
-                        <id>src</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>single</goal>
-                        </goals>
-                        <configuration>
-                            <descriptors>
-                                <descriptor>src/main/assembly/src.xml</descriptor>
-                            </descriptors>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.servicemix.tooling</groupId>
                 <artifactId>jbi-maven-plugin</artifactId>
                 <extensions>true</extensions>

Modified: servicemix/smx3/branches/servicemix-3.2/samples/camel/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/samples/camel/src/main/assembly/src.xml?rev=709090&r1=709089&r2=709090&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/samples/camel/src/main/assembly/src.xml (original)
+++ servicemix/smx3/branches/servicemix-3.2/samples/camel/src/main/assembly/src.xml Wed Oct 29 22:37:12 2008
@@ -48,6 +48,7 @@
     <file>
       <source>${basedir}/src/main/assembly/kit_camel_example_pom.xml</source>
       <outputDirectory>./</outputDirectory>
+      <filtered>true</filtered>
       <destName>pom.xml</destName>
       <fileMode>0777</fileMode>
     </file>