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:22:25 UTC

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

Author: cziegeler
Date: Tue Sep 29 13:22:24 2009
New Revision: 819937

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

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=819937&r1=819936&r2=819937&view=diff
==============================================================================
--- sling/trunk/contrib/commons/html/pom.xml (original)
+++ sling/trunk/contrib/commons/html/pom.xml Tue Sep 29 13:22:24 2009
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.commons.html</artifactId>
-    <version>0.9.0</version>
+    <version>0.9.1-SNAPSHOT</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/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>
+        <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>
     </scm>
 
     <build>