You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2012/05/14 11:17:23 UTC

svn commit: r1338102 - in /sling/trunk: bundles/jcr/classloader/pom.xml bundles/scripting/jsp/pom.xml contrib/commons/compiler/pom.xml

Author: cziegeler
Date: Mon May 14 09:17:23 2012
New Revision: 1338102

URL: http://svn.apache.org/viewvc?rev=1338102&view=rev
Log:
Update to latest released version

Modified:
    sling/trunk/bundles/jcr/classloader/pom.xml
    sling/trunk/bundles/scripting/jsp/pom.xml
    sling/trunk/contrib/commons/compiler/pom.xml

Modified: sling/trunk/bundles/jcr/classloader/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/classloader/pom.xml?rev=1338102&r1=1338101&r2=1338102&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/classloader/pom.xml (original)
+++ sling/trunk/bundles/jcr/classloader/pom.xml Mon May 14 09:17:23 2012
@@ -98,7 +98,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.classloader</artifactId>
-            <version>1.2.5-SNAPSHOT</version>
+            <version>1.3.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Modified: sling/trunk/bundles/scripting/jsp/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/jsp/pom.xml?rev=1338102&r1=1338101&r2=1338102&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/jsp/pom.xml (original)
+++ sling/trunk/bundles/scripting/jsp/pom.xml Mon May 14 09:17:23 2012
@@ -119,7 +119,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.classloader</artifactId>
-            <version>1.2.5-SNAPSHOT</version>
+            <version>1.3.0</version>
             <scope>provided</scope>
         </dependency>
 

Modified: sling/trunk/contrib/commons/compiler/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/commons/compiler/pom.xml?rev=1338102&r1=1338101&r2=1338102&view=diff
==============================================================================
--- sling/trunk/contrib/commons/compiler/pom.xml (original)
+++ sling/trunk/contrib/commons/compiler/pom.xml Mon May 14 09:17:23 2012
@@ -94,7 +94,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.classloader</artifactId>
-            <version>1.2.5-SNAPSHOT</version>
+            <version>1.3.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>