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 2014/05/15 13:59:20 UTC

svn commit: r1594880 - /sling/trunk/bundles/commons/compiler/pom.xml

Author: cziegeler
Date: Thu May 15 11:59:19 2014
New Revision: 1594880

URL: http://svn.apache.org/r1594880
Log:
[maven-release-plugin] prepare release org.apache.sling.commons.compiler-2.2.0

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

Modified: sling/trunk/bundles/commons/compiler/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/compiler/pom.xml?rev=1594880&r1=1594879&r2=1594880&view=diff
==============================================================================
--- sling/trunk/bundles/commons/compiler/pom.xml (original)
+++ sling/trunk/bundles/commons/compiler/pom.xml Thu May 15 11:59:19 2014
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.commons.compiler</artifactId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.2.0</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Commons Java Compiler</name>
@@ -38,9 +38,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/commons/compiler</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/compiler</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/bundles/commons/compiler</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.commons.compiler-2.2.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.commons.compiler-2.2.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.commons.compiler-2.2.0</url>
     </scm>
 
     <properties>