You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2015/04/07 10:32:50 UTC

svn commit: r1671761 - /sling/trunk/bundles/extensions/models/impl/pom.xml

Author: kwin
Date: Tue Apr  7 08:32:49 2015
New Revision: 1671761

URL: http://svn.apache.org/r1671761
Log:
SLING-4447, rely on released version of Sightly to fix build errors related to SNAPSHOT not being available

Modified:
    sling/trunk/bundles/extensions/models/impl/pom.xml

Modified: sling/trunk/bundles/extensions/models/impl/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/models/impl/pom.xml?rev=1671761&r1=1671760&r2=1671761&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/models/impl/pom.xml (original)
+++ sling/trunk/bundles/extensions/models/impl/pom.xml Tue Apr  7 08:32:49 2015
@@ -149,7 +149,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
             <scope>provided</scope>
             <optional>true</optional>
         </dependency>