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>


Reply via email to