Author: jbonofre
Date: Tue Mar 29 15:07:21 2011
New Revision: 1086624

URL: http://svn.apache.org/viewvc?rev=1086624&view=rev
Log:
Update the maven assembly plugin version to 2.2.1.

Modified:
    
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/unix-bin.xml
    
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/windows-bin.xml
    servicemix/smx3/trunk/pom.xml
    servicemix/smx3/trunk/samples/basic/pom.xml
    servicemix/smx3/trunk/samples/bridge-camel/pom.xml
    servicemix/smx3/trunk/samples/bridge/pom.xml
    servicemix/smx3/trunk/samples/camel/pom.xml
    servicemix/smx3/trunk/samples/cxf-wsdl-first/pom.xml
    servicemix/smx3/trunk/samples/database-bean/pom.xml
    servicemix/smx3/trunk/samples/loan-broker/pom.xml
    servicemix/smx3/trunk/samples/ws-sec/pom.xml
    servicemix/smx3/trunk/samples/wsdl-first/pom.xml

Modified: 
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/unix-bin.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/unix-bin.xml?rev=1086624&r1=1086623&r2=1086624&view=diff
==============================================================================
--- 
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/unix-bin.xml
 (original)
+++ 
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/unix-bin.xml
 Tue Mar 29 15:07:21 2011
@@ -18,7 +18,7 @@
 
 -->
 <assembly>
-    <id></id>
+    <id>unix-bin</id>
     <formats>
         <format>tar.gz</format>
     </formats>

Modified: 
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/windows-bin.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/windows-bin.xml?rev=1086624&r1=1086623&r2=1086624&view=diff
==============================================================================
--- 
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/windows-bin.xml
 (original)
+++ 
servicemix/smx3/trunk/distributions/apache-servicemix/src/main/assembly/windows-bin.xml
 Tue Mar 29 15:07:21 2011
@@ -18,7 +18,7 @@
 
 -->
 <assembly>
-    <id></id>
+    <id>windows-bin</id>
     <formats>
         <format>zip</format>
     </formats>

Modified: servicemix/smx3/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=1086624&r1=1086623&r2=1086624&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Tue Mar 29 15:07:21 2011
@@ -107,7 +107,7 @@
         
         <xfire-jsr181-api-version>1.0-M1</xfire-jsr181-api-version>
         <xfire-version>1.2.5</xfire-version>
-        <mavenAssemblyPluginVersion>2.1</mavenAssemblyPluginVersion>
+        <mavenAssemblyPluginVersion>2.2.1 </mavenAssemblyPluginVersion>
         <xbean-version>3.7</xbean-version>
         <spring-version>3.0.5.RELEASE</spring-version>
         <activemq-version>5.4.2</activemq-version>

Modified: servicemix/smx3/trunk/samples/basic/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/basic/pom.xml?rev=1086624&r1=1086623&r2=1086624&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/basic/pom.xml (original)
+++ servicemix/smx3/trunk/samples/basic/pom.xml Tue Mar 29 15:07:21 2011
@@ -92,7 +92,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.1</version>
+                <version>2.2.1</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>

Modified: servicemix/smx3/trunk/samples/bridge-camel/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge-camel/pom.xml?rev=1086624&r1=1086623&r2=1086624&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge-camel/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge-camel/pom.xml Tue Mar 29 15:07:21 2011
@@ -64,7 +64,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.1</version>
+                <version>2.2.1</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>

Modified: servicemix/smx3/trunk/samples/bridge/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/bridge/pom.xml?rev=1086624&r1=1086623&r2=1086624&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/bridge/pom.xml (original)
+++ servicemix/smx3/trunk/samples/bridge/pom.xml Tue Mar 29 15:07:21 2011
@@ -68,7 +68,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.1</version>
+                <version>2.2.1</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>

Modified: servicemix/smx3/trunk/samples/camel/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/camel/pom.xml?rev=1086624&r1=1086623&r2=1086624&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/camel/pom.xml (original)
+++ servicemix/smx3/trunk/samples/camel/pom.xml Tue Mar 29 15:07:21 2011
@@ -65,7 +65,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.1</version>
+                <version>2.2.1</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>

Modified: servicemix/smx3/trunk/samples/cxf-wsdl-first/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/cxf-wsdl-first/pom.xml?rev=1086624&r1=1086623&r2=1086624&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/cxf-wsdl-first/pom.xml (original)
+++ servicemix/smx3/trunk/samples/cxf-wsdl-first/pom.xml Tue Mar 29 15:07:21 
2011
@@ -65,7 +65,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.1</version>
+                <version>2.2.1</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>

Modified: servicemix/smx3/trunk/samples/database-bean/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/database-bean/pom.xml?rev=1086624&r1=1086623&r2=1086624&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/database-bean/pom.xml (original)
+++ servicemix/smx3/trunk/samples/database-bean/pom.xml Tue Mar 29 15:07:21 2011
@@ -66,7 +66,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.1</version>
+                <version>2.2.1</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>

Modified: servicemix/smx3/trunk/samples/loan-broker/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/loan-broker/pom.xml?rev=1086624&r1=1086623&r2=1086624&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/loan-broker/pom.xml (original)
+++ servicemix/smx3/trunk/samples/loan-broker/pom.xml Tue Mar 29 15:07:21 2011
@@ -67,7 +67,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.1</version>
+                <version>2.2.1</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>

Modified: servicemix/smx3/trunk/samples/ws-sec/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/ws-sec/pom.xml?rev=1086624&r1=1086623&r2=1086624&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/ws-sec/pom.xml (original)
+++ servicemix/smx3/trunk/samples/ws-sec/pom.xml Tue Mar 29 15:07:21 2011
@@ -74,7 +74,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.1</version>
+                <version>2.2.1</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>

Modified: servicemix/smx3/trunk/samples/wsdl-first/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/wsdl-first/pom.xml?rev=1086624&r1=1086623&r2=1086624&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/wsdl-first/pom.xml (original)
+++ servicemix/smx3/trunk/samples/wsdl-first/pom.xml Tue Mar 29 15:07:21 2011
@@ -65,7 +65,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.1</version>
+                <version>2.2.1</version>
                 <inherited>false</inherited>
                 <executions>
                     <execution>


Reply via email to