Author: cziegeler
Date: Wed Jan 30 11:45:32 2008
New Revision: 616870
URL: http://svn.apache.org/viewvc?rev=616870&view=rev
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
felix/trunk/scr/pom.xml
Modified: felix/trunk/scr/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=616870&r1=616869&r2=616870&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Wed Jan 30 11:45:32 2008
@@ -30,7 +30,7 @@
Implementation of the Declarative Services specification 1.0
</description>
<artifactId>org.apache.felix.scr</artifactId>
- <version>1.0.0</version>
+ <version>1.0.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>
@@ -92,10 +92,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.0.0</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.0.0</developerConnection>
-
<url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.0.0</url>
- </scm>
</project>