You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2011/01/17 17:47:58 UTC

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

Author: mgrigorov
Date: Mon Jan 17 16:47:58 2011
New Revision: 1059982

URL: http://svn.apache.org/viewvc?rev=1059982&view=rev
Log:
WICKET-3342 Upgrade maven-bundle-plugin

Upgrade maven-bundle-plugin to version 2.2.0

Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=1059982&r1=1059981&r2=1059982&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Mon Jan 17 16:47:58 2011
@@ -749,7 +749,7 @@
 				<plugin>
 					<groupId>org.apache.felix</groupId>
 					<artifactId>maven-bundle-plugin</artifactId>
-					<version>2.1.0</version>
+					<version>2.2.0</version>
 					<executions>
 						<execution>
 							<id>bundle-manifest</id>