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/05 10:56:47 UTC

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

Author: mcculls
Date: Tue Aug  5 01:56:47 2008
New Revision: 682637

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

Modified:
    felix/trunk/bundleplugin/pom.xml

Modified: felix/trunk/bundleplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/pom.xml?rev=682637&r1=682636&r2=682637&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Tue Aug  5 01:56:47 2008
@@ -28,7 +28,7 @@
  <modelVersion>4.0.0</modelVersion>
 
  <artifactId>maven-bundle-plugin</artifactId>
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.4.2</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.2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-1.4.2</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-1.4.2</url>
+  </scm>
 </project>