You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2009/04/04 15:23:07 UTC

svn commit: r761931 - /felix/trunk/http.jetty/pom.xml

Author: clement
Date: Sat Apr  4 13:23:07 2009
New Revision: 761931

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

Modified:
    felix/trunk/http.jetty/pom.xml

Modified: felix/trunk/http.jetty/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http.jetty/pom.xml?rev=761931&r1=761930&r2=761931&view=diff
==============================================================================
--- felix/trunk/http.jetty/pom.xml (original)
+++ felix/trunk/http.jetty/pom.xml Sat Apr  4 13:23:07 2009
@@ -26,7 +26,7 @@
     <modelVersion>4.0.0</modelVersion>
     <packaging>bundle</packaging>
     <name>Apache Felix HTTP Service</name>
-    <version>1.0.0</version>
+    <version>0.9.0-SNAPSHOT</version>
     <artifactId>org.apache.felix.http.jetty</artifactId>
     <dependencies>
         <dependency>
@@ -128,10 +128,4 @@
 			</plugin>
         </plugins>
     </build>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http.jetty-1.0.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http.jetty-1.0.0</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.http.jetty-1.0.0</url>
-  </scm>
 </project>