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/03/05 21:15:29 UTC

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

Author: janstey
Date: Thu Mar  5 20:15:29 2009
New Revision: 750573

URL: http://svn.apache.org/viewvc?rev=750573&view=rev
Log:
I'm having no luck building the distro since the assembly plugin update. Trying the old version again...


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=750573&r1=750572&r2=750573&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Thu Mar  5 20:15:29 2009
@@ -417,7 +417,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.2-beta-3</version>
+        <version>2.1</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.2-beta-3</version>
+            <version>2.1</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=750573&r1=750572&r2=750573&view=diff
==============================================================================
--- camel/trunk/apache-camel/src/main/descriptors/common-bin.xml (original)
+++ camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Thu Mar  5 20:15:29 2009
@@ -15,7 +15,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<component>
+<assembly>
   <id>common-bin</id>
   <fileSets>
 
@@ -131,4 +131,4 @@
     </dependencySet>
   </dependencySets>
 
-</component>
+</assembly>