You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2014/01/15 16:26:57 UTC

svn commit: r1558423 - /felix/trunk/coordinator/pom.xml

Author: cziegeler
Date: Wed Jan 15 15:26:56 2014
New Revision: 1558423

URL: http://svn.apache.org/r1558423
Log:
[maven-release-plugin] rollback the release of org.apache.felix.coordinator-1.0.0

Modified:
    felix/trunk/coordinator/pom.xml

Modified: felix/trunk/coordinator/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/coordinator/pom.xml?rev=1558423&r1=1558422&r2=1558423&view=diff
==============================================================================
--- felix/trunk/coordinator/pom.xml (original)
+++ felix/trunk/coordinator/pom.xml Wed Jan 15 15:26:56 2014
@@ -33,7 +33,7 @@
     <description>
         Implementation of the OSGi Coordinator Service Specification 1.0
     </description>
-    <version>1.0.0</version>
+    <version>0.0.1-SNAPSHOT</version>
 
     <build>
         <plugins>
@@ -96,10 +96,4 @@
             <scope>provided</scope>
         </dependency>
     </dependencies>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.coordinator-1.0.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.coordinator-1.0.0</developerConnection>
-    <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.coordinator-1.0.0</url>
-  </scm>
 </project>