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 2008/09/01 00:52:01 UTC

svn commit: r690808 - /felix/trunk/shell/pom.xml

Author: pauls
Date: Sun Aug 31 15:52:00 2008
New Revision: 690808

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

Modified:
    felix/trunk/shell/pom.xml

Modified: felix/trunk/shell/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/shell/pom.xml?rev=690808&r1=690807&r2=690808&view=diff
==============================================================================
--- felix/trunk/shell/pom.xml (original)
+++ felix/trunk/shell/pom.xml Sun Aug 31 15:52:00 2008
@@ -28,7 +28,7 @@
   <name>Apache Felix Shell Service</name>
   <description>A simple OSGi command shell service.</description>
   <artifactId>org.apache.felix.shell</artifactId>
-  <version>1.0.2</version>
+  <version>1.1.0-SNAPSHOT</version>
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
@@ -57,10 +57,4 @@
       </plugin>
     </plugins>
   </build>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell-1.0.2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell-1.0.2</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell-1.0.2</url>
-  </scm>
 </project>