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:11:54 UTC

svn commit: r1707249 - /sling/trunk/bundles/jcr/oak-server/pom.xml

Author: rombert
Date: Wed Oct  7 11:11:53 2015
New Revision: 1707249

URL: http://svn.apache.org/viewvc?rev=1707249&view=rev
Log:
[maven-release-plugin] rollback the release of org.apache.sling.jcr.oak.server-1.0.0

Modified:
    sling/trunk/bundles/jcr/oak-server/pom.xml

Modified: sling/trunk/bundles/jcr/oak-server/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/oak-server/pom.xml?rev=1707249&r1=1707248&r2=1707249&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/oak-server/pom.xml (original)
+++ sling/trunk/bundles/jcr/oak-server/pom.xml Wed Oct  7 11:11:53 2015
@@ -24,11 +24,11 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>25</version>
-        <relativePath />
+        <relativePath/>
     </parent>
 
     <artifactId>org.apache.sling.jcr.oak.server</artifactId>
-    <version>1.0.0</version>
+    <version>0.0.2-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Oak Repository Server</name>
@@ -182,10 +182,4 @@
             <artifactId>junit</artifactId>
         </dependency>
     </dependencies>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.jcr.oak.server-1.0.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.jcr.oak.server-1.0.0</developerConnection>
-    <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.jcr.oak.server-1.0.0</url>
-  </scm>
 </project>