You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2008/08/07 19:31:46 UTC

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

Author: mcculls
Date: Thu Aug  7 10:31:46 2008
New Revision: 683657

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

Modified:
    felix/trunk/bundleplugin/pom.xml

Modified: felix/trunk/bundleplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/pom.xml?rev=683657&r1=683656&r2=683657&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Thu Aug  7 10:31:46 2008
@@ -28,7 +28,7 @@
  <modelVersion>4.0.0</modelVersion>
 
  <artifactId>maven-bundle-plugin</artifactId>
- <version>1.4.3-SNAPSHOT</version>
+ <version>1.4.3</version>
  <packaging>maven-plugin</packaging>
  
  <name>Maven Bundle Plugin</name>
@@ -137,4 +137,10 @@
    <scope>test</scope>
   </dependency>
  </dependencies>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-1.4.3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-1.4.3</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-1.4.3</url>
+  </scm>
 </project>