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 2011/01/31 17:18:15 UTC

svn commit: r1065671 - /felix/trunk/bundleplugin/pom.xml

Author: gnodet
Date: Mon Jan 31 16:18:15 2011
New Revision: 1065671

URL: http://svn.apache.org/viewvc?rev=1065671&view=rev
Log:
[maven-release-plugin] prepare release maven-bundle-plugin-2.3.0

Modified:
    felix/trunk/bundleplugin/pom.xml

Modified: felix/trunk/bundleplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/pom.xml?rev=1065671&r1=1065670&r2=1065671&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Mon Jan 31 16:18:15 2011
@@ -28,7 +28,7 @@
  <modelVersion>4.0.0</modelVersion>
 
  <artifactId>maven-bundle-plugin</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0</version>
  <packaging>maven-plugin</packaging>
  
  <name>Maven Bundle Plugin</name>
@@ -145,4 +145,10 @@
    <scope>test</scope>
   </dependency>
  </dependencies>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.3.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.3.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.3.0</url>
+  </scm>
 </project>