You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2011/09/22 17:04:19 UTC

svn commit: r1174186 - /felix/trunk/framework/pom.xml

Author: pauls
Date: Thu Sep 22 15:04:19 2011
New Revision: 1174186

URL: http://svn.apache.org/viewvc?rev=1174186&view=rev
Log:
[maven-release-plugin] rollback the release of org.apache.felix.framework-4.0.0

Modified:
    felix/trunk/framework/pom.xml

Modified: felix/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/framework/pom.xml?rev=1174186&r1=1174185&r2=1174186&view=diff
==============================================================================
--- felix/trunk/framework/pom.xml (original)
+++ felix/trunk/framework/pom.xml Thu Sep 22 15:04:19 2011
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Framework</name>
   <artifactId>org.apache.felix.framework</artifactId>
-  <version>4.0.0</version>
+  <version>3.3.0-SNAPSHOT</version>
   <dependencies>
   </dependencies>
   <properties>
@@ -92,10 +92,4 @@
       </resource>
     </resources>
   </build>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-4.0.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-4.0.0</developerConnection>
-    <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.framework-4.0.0</url>
-  </scm>
 </project>