You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by as...@apache.org on 2015/07/09 09:53:15 UTC

svn commit: r1690008 - /sling/trunk/bundles/auth/core/pom.xml

Author: asanso
Date: Thu Jul  9 07:53:15 2015
New Revision: 1690008

URL: http://svn.apache.org/r1690008
Log:
[maven-release-plugin] prepare release org.apache.sling.auth.core-1.3.10

Modified:
    sling/trunk/bundles/auth/core/pom.xml

Modified: sling/trunk/bundles/auth/core/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/auth/core/pom.xml?rev=1690008&r1=1690007&r2=1690008&view=diff
==============================================================================
--- sling/trunk/bundles/auth/core/pom.xml (original)
+++ sling/trunk/bundles/auth/core/pom.xml Thu Jul  9 07:53:15 2015
@@ -24,12 +24,12 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>24</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <artifactId>org.apache.sling.auth.core</artifactId>
     <packaging>bundle</packaging>
-    <version>1.3.9-SNAPSHOT</version>
+    <version>1.3.10</version>
 
     <name>Apache Sling Authentication Service</name>
     <description>
@@ -46,9 +46,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/auth/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/auth/core</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/bundles/auth/core</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.auth.core-1.3.10</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.auth.core-1.3.10</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.auth.core-1.3.10</url>
     </scm>
 
     <build>