You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2015/10/07 13:04:37 UTC

svn commit: r1707242 - /sling/trunk/bundles/commons/json/pom.xml

Author: rombert
Date: Wed Oct  7 11:04:37 2015
New Revision: 1707242

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

Modified:
    sling/trunk/bundles/commons/json/pom.xml

Modified: sling/trunk/bundles/commons/json/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/json/pom.xml?rev=1707242&r1=1707241&r2=1707242&view=diff
==============================================================================
--- sling/trunk/bundles/commons/json/pom.xml (original)
+++ sling/trunk/bundles/commons/json/pom.xml Wed Oct  7 11:04:37 2015
@@ -16,20 +16,20 @@
 		<groupId>org.apache.sling</groupId>
 		<artifactId>sling</artifactId>
 		<version>25</version>
-		<relativePath/>
+		<relativePath />
 	</parent>
 
 	<artifactId>org.apache.sling.commons.json</artifactId>
 	<packaging>bundle</packaging>
-	<version>2.0.11-SNAPSHOT</version>
+	<version>2.0.12</version>
 
 	<name>Apache Sling JSON Library</name>
 	<description>Apache Sling JSON Library</description>
 
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/commons/json</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/json</developerConnection>
-		<url>http://svn.apache.org/viewvc/sling/trunk/bundles/commons/json</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.commons.json-2.0.12</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.commons.json-2.0.12</developerConnection>
+		<url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.commons.json-2.0.12</url>
 	</scm>
 
 	<build>