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 2011/07/05 13:55:19 UTC

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

Author: mcculls
Date: Tue Jul  5 11:55:19 2011
New Revision: 1143007

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

Modified:
    felix/trunk/bundleplugin/pom.xml

Modified: felix/trunk/bundleplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/pom.xml?rev=1143007&r1=1143006&r2=1143007&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Tue Jul  5 11:55:19 2011
@@ -28,7 +28,7 @@
  <modelVersion>4.0.0</modelVersion>
 
  <artifactId>maven-bundle-plugin</artifactId>
- <version>2.4.0-SNAPSHOT</version>
+ <version>2.3.5</version>
  <packaging>maven-plugin</packaging>
 
  <name>Maven Bundle Plugin</name>
@@ -40,9 +40,9 @@
  </description>
 
  <scm>
-  <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/bundleplugin</connection>
-  <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/bundleplugin</developerConnection>
-  <url>http://svn.apache.org/repos/asf/felix/trunk/bundleplugin</url>
+  <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.3.5</connection>
+  <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.3.5</developerConnection>
+  <url>http://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-2.3.5</url>
  </scm>
 
  <build>
@@ -67,7 +67,7 @@
   <dependency>
     <groupId>org.apache.felix</groupId>
     <artifactId>org.apache.felix.bundlerepository</artifactId>
-    <version>1.6.7-SNAPSHOT</version>
+    <version>1.6.6</version>
   </dependency>
   <dependency>
    <groupId>org.apache.maven</groupId>