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:28:34 UTC

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

Author: cziegeler
Date: Thu Sep 16 07:28:34 2010
New Revision: 997629

URL: http://svn.apache.org/viewvc?rev=997629&view=rev
Log:
[maven-release-plugin] prepare release org.apache.sling.install.fileinstall-1.0.0

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=997629&r1=997628&r2=997629&view=diff
==============================================================================
--- sling/trunk/installer/fileinstall/pom.xml (original)
+++ sling/trunk/installer/fileinstall/pom.xml Thu Sep 16 07:28:34 2010
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.install.fileinstall</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>1.0.0</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/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>
+        <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>
     </scm>
 
     <build>