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

svn commit: r746939 - in /camel/trunk/apache-camel: pom.xml src/main/descriptors/common-bin.xml

Author: gertv
Date: Mon Feb 23 09:17:33 2009
New Revision: 746939

URL: http://svn.apache.org/viewvc?rev=746939&view=rev
Log:
Fixing assembly build in Hudson

Modified:
    camel/trunk/apache-camel/pom.xml
    camel/trunk/apache-camel/src/main/descriptors/common-bin.xml

Modified: camel/trunk/apache-camel/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=746939&r1=746938&r2=746939&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Mon Feb 23 09:17:33 2009
@@ -417,7 +417,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.1</version>
+        <version>2.2-beta-3</version>
         <executions>
           <execution>
             <id>unix-bin</id>
@@ -589,7 +589,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-assembly-plugin</artifactId>
-            <version>2.1</version>
+            <version>2.2-beta-3</version>
             <executions>
               <execution>
                 <id>unix-src</id>

Modified: camel/trunk/apache-camel/src/main/descriptors/common-bin.xml
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/src/main/descriptors/common-bin.xml?rev=746939&r1=746938&r2=746939&view=diff
==============================================================================
--- camel/trunk/apache-camel/src/main/descriptors/common-bin.xml (original)
+++ camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Mon Feb 23 09:17:33 2009
@@ -15,7 +15,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<assembly>
+<component>
   <id>common-bin</id>
   <fileSets>
 
@@ -132,4 +132,4 @@
     </dependencySet>
   </dependencySets>
 
-</assembly>
+</component>