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 2010/09/16 09:29:28 UTC

svn commit: r997631 - /sling/trunk/installer/fileinstall/pom.xml

Author: cziegeler
Date: Thu Sep 16 07:29:28 2010
New Revision: 997631

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

Modified:
    sling/trunk/installer/fileinstall/pom.xml

Modified: sling/trunk/installer/fileinstall/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/fileinstall/pom.xml?rev=997631&r1=997630&r2=997631&view=diff
==============================================================================
--- sling/trunk/installer/fileinstall/pom.xml (original)
+++ sling/trunk/installer/fileinstall/pom.xml Thu Sep 16 07:29:28 2010
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.install.fileinstall</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling File Installer</name>
@@ -37,9 +37,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.install.fileinstall-1.0.0</connection>
-        <developerConnection> scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.install.fileinstall-1.0.0</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.install.fileinstall-1.0.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/installer/fileinstall</connection>
+        <developerConnection> scm:svn:https://svn.apache.org/repos/asf/sling/trunk/installer/fileinstall</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/installer/fileinstall/</url>
     </scm>
 
     <build>