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 2015/07/14 15:20:43 UTC

svn commit: r1690925 - /sling/trunk/bundles/scripting/core/pom.xml

Author: radu
Date: Tue Jul 14 13:20:42 2015
New Revision: 1690925

URL: http://svn.apache.org/r1690925
Log:
trivial: updated dependency after staging release

Modified:
    sling/trunk/bundles/scripting/core/pom.xml

Modified: sling/trunk/bundles/scripting/core/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/core/pom.xml?rev=1690925&r1=1690924&r2=1690925&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/core/pom.xml (original)
+++ sling/trunk/bundles/scripting/core/pom.xml Tue Jul 14 13:20:42 2015
@@ -41,7 +41,7 @@
         <url.version>2.1.0</url.version>
         <bundle.file.name>${basedir}/target/${project.build.finalName}.jar</bundle.file.name>
     </properties>
-    
+
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/core</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/core</developerConnection>
@@ -136,7 +136,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.api</artifactId>
-            <version>2.1.7-SNAPSHOT</version>
+            <version>2.1.9-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -215,28 +215,28 @@
             <version>${exam.version}</version>
             <scope>test</scope>
         </dependency>
- 
+
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-junit4</artifactId>
             <version>${exam.version}</version>
             <scope>test</scope>
         </dependency>
- 
+
         <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam-link-mvn</artifactId>
             <version>${exam.version}</version>
             <scope>test</scope>
         </dependency>
- 
+
         <dependency>
             <groupId>org.ops4j.pax.url</groupId>
             <artifactId>pax-url-aether</artifactId>
             <version>${url.version}</version>
             <scope>test</scope>
         </dependency>
- 
+
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>