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 2016/12/21 11:14:16 UTC

svn commit: r1775399 - /sling/trunk/bundles/commons/fsclassloader/pom.xml

Author: cziegeler
Date: Wed Dec 21 11:14:15 2016
New Revision: 1775399

URL: http://svn.apache.org/viewvc?rev=1775399&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    sling/trunk/bundles/commons/fsclassloader/pom.xml

Modified: sling/trunk/bundles/commons/fsclassloader/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/fsclassloader/pom.xml?rev=1775399&r1=1775398&r2=1775399&view=diff
==============================================================================
--- sling/trunk/bundles/commons/fsclassloader/pom.xml (original)
+++ sling/trunk/bundles/commons/fsclassloader/pom.xml Wed Dec 21 11:14:15 2016
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.commons.fsclassloader</artifactId>
-    <version>1.0.4</version>
+    <version>1.0.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Commons FileSystem ClassLoader</name>
@@ -38,9 +38,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.commons.fsclassloader-1.0.4</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.commons.fsclassloader-1.0.4</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.commons.fsclassloader-1.0.4</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/commons/fsclassloader</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/fsclassloader</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/bundles/commons/fsclassloader</url>
     </scm>
 
     <build>