You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2016/12/15 14:07:04 UTC

svn commit: r1774451 - /sling/trunk/bundles/scripting/sightly/java-compiler/pom.xml

Author: radu
Date: Thu Dec 15 14:07:03 2016
New Revision: 1774451

URL: http://svn.apache.org/viewvc?rev=1774451&view=rev
Log:
releng: updated o.a.s.scripting.sightly.compiler dependency to 1.0.4

Modified:
    sling/trunk/bundles/scripting/sightly/java-compiler/pom.xml

Modified: sling/trunk/bundles/scripting/sightly/java-compiler/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/sightly/java-compiler/pom.xml?rev=1774451&r1=1774450&r2=1774451&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/sightly/java-compiler/pom.xml (original)
+++ sling/trunk/bundles/scripting/sightly/java-compiler/pom.xml Thu Dec 15 14:07:03 2016
@@ -156,7 +156,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.4</version>
             <scope>provided</scope>
         </dependency>