You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ro...@apache.org on 2018/08/28 15:25:18 UTC

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

Author: rotty3000
Date: Tue Aug 28 15:25:18 2018
New Revision: 1839448

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

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=1839448&r1=1839447&r2=1839448&view=diff
==============================================================================
--- felix/trunk/tools/maven-bundle-plugin/pom.xml (original)
+++ felix/trunk/tools/maven-bundle-plugin/pom.xml Tue Aug 28 15:25:18 2018
@@ -28,7 +28,7 @@
  <modelVersion>4.0.0</modelVersion>
 
  <artifactId>maven-bundle-plugin</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0</version>
  <packaging>maven-plugin</packaging>
 
  <name>Maven Bundle Plugin</name>
@@ -42,9 +42,9 @@
  <url>http://felix.apache.org/components/bundle-plugin/</url>
 
  <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-4.0.0</connection>
+     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-4.0.0</developerConnection>
+     <url>http://svn.apache.org/viewvc/felix/releases/maven-bundle-plugin-4.0.0</url>
  </scm>
 
  <!-- Support for publishing the mvn site. -->