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 2009/09/29 15:21:04 UTC

svn commit: r819934 - /sling/trunk/contrib/commons/html/pom.xml

Author: cziegeler
Date: Tue Sep 29 13:21:03 2009
New Revision: 819934

URL: http://svn.apache.org/viewvc?rev=819934&view=rev
Log:
[maven-release-plugin] prepare release org.apache.sling.commons.html-0.9.0

Modified:
    sling/trunk/contrib/commons/html/pom.xml

Modified: sling/trunk/contrib/commons/html/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/commons/html/pom.xml?rev=819934&r1=819933&r2=819934&view=diff
==============================================================================
--- sling/trunk/contrib/commons/html/pom.xml (original)
+++ sling/trunk/contrib/commons/html/pom.xml Tue Sep 29 13:21:03 2009
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.commons.html</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Commons HTML Utilities</name>
@@ -37,9 +37,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/commons/html</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/commons/html</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/contrib/commons/html</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.commons.html-0.9.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.commons.html-0.9.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.commons.html-0.9.0</url>
     </scm>
 
     <build>