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 2011/01/18 10:11:36 UTC

svn commit: r1060254 - /sling/trunk/contrib/jcr/compiler/pom.xml

Author: cziegeler
Date: Tue Jan 18 09:11:36 2011
New Revision: 1060254

URL: http://svn.apache.org/viewvc?rev=1060254&view=rev
Log:
[maven-release-plugin] prepare release org.apache.sling.jcr.compiler-2.0.2

Modified:
    sling/trunk/contrib/jcr/compiler/pom.xml

Modified: sling/trunk/contrib/jcr/compiler/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/jcr/compiler/pom.xml?rev=1060254&r1=1060253&r2=1060254&view=diff
==============================================================================
--- sling/trunk/contrib/jcr/compiler/pom.xml (original)
+++ sling/trunk/contrib/jcr/compiler/pom.xml Tue Jan 18 09:11:36 2011
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.jcr.compiler</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.2</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling JCR Java Compiler</name>
@@ -39,9 +39,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/jcr/compiler</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/jcr/compiler</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/contrib/jcr/compiler</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.jcr.compiler-2.0.2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.jcr.compiler-2.0.2</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.jcr.compiler-2.0.2</url>
     </scm>
 
     <build>