You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2017/09/08 12:33:22 UTC

svn commit: r1807736 - /felix/trunk/gogo/runtime/pom.xml

Author: gnodet
Date: Fri Sep  8 12:33:22 2017
New Revision: 1807736

URL: http://svn.apache.org/viewvc?rev=1807736&view=rev
Log:
[maven-release-plugin] rollback the release of org.apache.felix.gogo.runtime-1.0.8

Modified:
    felix/trunk/gogo/runtime/pom.xml

Modified: felix/trunk/gogo/runtime/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/runtime/pom.xml?rev=1807736&r1=1807735&r2=1807736&view=diff
==============================================================================
--- felix/trunk/gogo/runtime/pom.xml (original)
+++ felix/trunk/gogo/runtime/pom.xml Fri Sep  8 12:33:22 2017
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo Runtime</name>
     <artifactId>org.apache.felix.gogo.runtime</artifactId>
-    <version>1.0.8</version>
+    <version>1.0.7-SNAPSHOT</version>
     <properties>
         <!-- Skip because of NPE -->
         <animal.sniffer.skip>true</animal.sniffer.skip>
@@ -87,10 +87,4 @@
             </plugin>
         </plugins>
     </build>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.runtime-1.0.8</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.runtime-1.0.8</developerConnection>
-    <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.gogo.runtime-1.0.8</url>
-  </scm>
 </project>