You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by pe...@apache.org on 2010/12/21 22:25:52 UTC

svn commit: r1051658 - /wicket/trunk/pom.xml

Author: pete
Date: Tue Dec 21 21:25:51 2010
New Revision: 1051658

URL: http://svn.apache.org/viewvc?rev=1051658&view=rev
Log:
replace beta version of maven-assembly-plugin with final version 2.2

Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=1051658&r1=1051657&r2=1051658&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Tue Dec 21 21:25:51 2010
@@ -596,7 +596,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-assembly-plugin</artifactId>
-					<version>2.2-beta-5</version>
+					<version>2.2</version>
 					<configuration>
 						<appendAssemblyId>false</appendAssemblyId>
 						<tarLongFileMode>gnu</tarLongFileMode>