You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2007/03/13 14:45:56 UTC

svn commit: r517698 - /incubator/wicket/branches/wicket-1.x/pom.xml

Author: dashorst
Date: Tue Mar 13 06:45:55 2007
New Revision: 517698

URL: http://svn.apache.org/viewvc?view=rev&rev=517698
Log:
Fixed remote resource bundle stuff for preparing releases

Modified:
    incubator/wicket/branches/wicket-1.x/pom.xml

Modified: incubator/wicket/branches/wicket-1.x/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/pom.xml?view=diff&rev=517698&r1=517697&r2=517698
==============================================================================
--- incubator/wicket/branches/wicket-1.x/pom.xml (original)
+++ incubator/wicket/branches/wicket-1.x/pom.xml Tue Mar 13 06:45:55 2007
@@ -380,10 +380,8 @@
 						</goals>
 						<configuration>
 							<resourceBundles>
-								<!-- Bug in remote-resource plug-in means only the first of these
-								     entries is currently picked up. Hope they'll fix it soon. -->
-								<resourceBundle>org.apache:apache-jar-resource-bundle:1.0</resourceBundle>
-								<resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.0</resourceBundle>
+								<resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
+								<resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
 							</resourceBundles>
 						</configuration>
 					</execution>