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:09:42 UTC

svn commit: r819920 - /sling/trunk/bundles/api/pom.xml

Author: cziegeler
Date: Tue Sep 29 13:09:42 2009
New Revision: 819920

URL: http://svn.apache.org/viewvc?rev=819920&view=rev
Log:
[maven-release-plugin] prepare release org.apache.sling.api-2.0.8

Modified:
    sling/trunk/bundles/api/pom.xml

Modified: sling/trunk/bundles/api/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/api/pom.xml?rev=819920&r1=819919&r2=819920&view=diff
==============================================================================
--- sling/trunk/bundles/api/pom.xml (original)
+++ sling/trunk/bundles/api/pom.xml Tue Sep 29 13:09:42 2009
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.api</artifactId>
-    <version>2.0.7-SNAPSHOT</version>
+    <version>2.0.8</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling API</name>
@@ -44,9 +44,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/api</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/api</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/bundles/api</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.api-2.0.8</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.api-2.0.8</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.api-2.0.8</url>
     </scm>
 
     <dependencies>