You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ti...@apache.org on 2011/10/18 14:37:17 UTC

svn commit: r1185625 - /aries/trunk/application/application-tooling-repository-generator/pom.xml

Author: timothyjward
Date: Tue Oct 18 12:37:16 2011
New Revision: 1185625

URL: http://svn.apache.org/viewvc?rev=1185625&view=rev
Log:
ARIES-754: Try to get trunk building properly again

Modified:
    aries/trunk/application/application-tooling-repository-generator/pom.xml

Modified: aries/trunk/application/application-tooling-repository-generator/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/application/application-tooling-repository-generator/pom.xml?rev=1185625&r1=1185624&r2=1185625&view=diff
==============================================================================
--- aries/trunk/application/application-tooling-repository-generator/pom.xml (original)
+++ aries/trunk/application/application-tooling-repository-generator/pom.xml Tue Oct 18 12:37:16 2011
@@ -208,7 +208,7 @@
             <!--  assembly a zip -->
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.2-beta-5</version>
+                <version>2.2.1</version>
                 <configuration>
                     <descriptors>
                         <descriptor>src/main/assembly/createzip.xml</descriptor>