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 2015/08/12 11:14:37 UTC

svn commit: r1695451 - /sling/trunk/bundles/jcr/webdav/pom.xml

Author: cziegeler
Date: Wed Aug 12 09:14:36 2015
New Revision: 1695451

URL: http://svn.apache.org/r1695451
Log:
[maven-release-plugin] prepare release org.apache.sling.jcr.webdav-2.3.0

Modified:
    sling/trunk/bundles/jcr/webdav/pom.xml

Modified: sling/trunk/bundles/jcr/webdav/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/webdav/pom.xml?rev=1695451&r1=1695450&r2=1695451&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/webdav/pom.xml (original)
+++ sling/trunk/bundles/jcr/webdav/pom.xml Wed Aug 12 09:14:36 2015
@@ -24,12 +24,12 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>24</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <artifactId>org.apache.sling.jcr.webdav</artifactId>
     <packaging>bundle</packaging>
-    <version>2.2.3-SNAPSHOT</version>
+    <version>2.3.0</version>
 
     <name>Apache Sling Simple WebDAV Access to repositories</name>
     <description>
@@ -37,9 +37,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/webdav</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/webdav</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/webdav</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.jcr.webdav-2.3.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.jcr.webdav-2.3.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.jcr.webdav-2.3.0</url>
     </scm>
 
     <build>