Author: fmeschbe
Date: Mon Nov 2 22:28:37 2009
New Revision: 832159
URL: http://svn.apache.org/viewvc?rev=832159&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.scr-1.2.0
Modified:
felix/trunk/scr/pom.xml
Modified: felix/trunk/scr/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=832159&r1=832158&r2=832159&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Mon Nov 2 22:28:37 2009
@@ -30,11 +30,11 @@
Implementation of the Declarative Services specification 1.0
</description>
<artifactId>org.apache.felix.scr</artifactId>
- <version>1.0.9-SNAPSHOT</version>
+ <version>1.2.0</version>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/scr</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/scr</developerConnection>
- <url>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/scr</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.2.0</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.2.0</developerConnection>
+
<url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.2.0</url>
</scm>
<!--
@@ -301,8 +301,7 @@
</goals>
<configuration>
<tasks>
- <copy
file="${project.build.directory}/${project.build.finalName}.jar"
-
tofile="${project.build.directory}/scr.jar" />
+ <copy
file="${project.build.directory}/${project.build.finalName}.jar"
tofile="${project.build.directory}/scr.jar" />
</tasks>
</configuration>
</execution>