You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2010/08/24 16:33:32 UTC

svn commit: r988571 - /felix/trunk/shell.remote/pom.xml

Author: rickhall
Date: Tue Aug 24 14:33:32 2010
New Revision: 988571

URL: http://svn.apache.org/viewvc?rev=988571&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    felix/trunk/shell.remote/pom.xml

Modified: felix/trunk/shell.remote/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/shell.remote/pom.xml?rev=988571&r1=988570&r2=988571&view=diff
==============================================================================
--- felix/trunk/shell.remote/pom.xml (original)
+++ felix/trunk/shell.remote/pom.xml Tue Aug 24 14:33:32 2010
@@ -29,7 +29,7 @@
     <description>
         Provide remote access to Felix Shell or Gogo.
     </description>
-    <version>1.1.0</version>
+    <version>1.1.1-SNAPSHOT</version>
     <artifactId>org.apache.felix.shell.remote</artifactId>
     <dependencies>
         <dependency>
@@ -79,10 +79,4 @@
             </plugin>
         </plugins>
     </build>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell.remote-1.1.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell.remote-1.1.0</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell.remote-1.1.0</url>
-  </scm>
 </project>