You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2011/08/31 22:00:00 UTC

svn commit: r1163776 - /sling/trunk/parent/pom.xml

Author: justin
Date: Wed Aug 31 20:00:00 2011
New Revision: 1163776

URL: http://svn.apache.org/viewvc?rev=1163776&view=rev
Log:
using released resource bundle

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1163776&r1=1163775&r2=1163776&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Wed Aug 31 20:00:00 2011
@@ -213,7 +213,7 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
                         </goals>
                         <configuration>
                             <resourceBundles>
-                                <resourceBundle>org.apache.sling:apache-sling-jar-resource-bundle:1.0.0-SNAPSHOT</resourceBundle>
+                                <resourceBundle>org.apache.sling:apache-sling-jar-resource-bundle:1.0.0</resourceBundle>
                                 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
                             </resourceBundles>
                         </configuration>