You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by bi...@apache.org on 2015/11/09 12:33:39 UTC

svn commit: r1713392 - /felix/trunk/tools/maven-bundle-plugin/pom.xml

Author: bimargulies
Date: Mon Nov  9 11:33:39 2015
New Revision: 1713392

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

Modified:
    felix/trunk/tools/maven-bundle-plugin/pom.xml

Modified: felix/trunk/tools/maven-bundle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/tools/maven-bundle-plugin/pom.xml?rev=1713392&r1=1713391&r2=1713392&view=diff
==============================================================================
--- felix/trunk/tools/maven-bundle-plugin/pom.xml (original)
+++ felix/trunk/tools/maven-bundle-plugin/pom.xml Mon Nov  9 11:33:39 2015
@@ -28,7 +28,7 @@
  <modelVersion>4.0.0</modelVersion>
 
  <artifactId>maven-bundle-plugin</artifactId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.0.1</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/tools/maven-bundle-plugin</connection>
-     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/tools/maven-bundle-plugin</developerConnection>
-     <url>http://svn.apache.org/viewvc/felix/trunk/tools/maven-bundle-plugin</url>
+     <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-3.0.1</connection>
+     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-3.0.1</developerConnection>
+     <url>http://svn.apache.org/viewvc/felix/releases/maven-bundle-plugin-3.0.1</url>
  </scm>
 
  <!-- Support for publishing the mvn site. -->