Author: gnodet
Date: Thu Jun 14 20:19:17 2018
New Revision: 1833563
URL: http://svn.apache.org/viewvc?rev=1833563&view=rev
Log:
[maven-release-plugin] prepare for next development iteration
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=1833563&r1=1833562&r2=1833563&view=diff
==============================================================================
--- felix/trunk/tools/maven-bundle-plugin/pom.xml (original)
+++ felix/trunk/tools/maven-bundle-plugin/pom.xml Thu Jun 14 20:19:17 2018
@@ -28,7 +28,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-bundle-plugin</artifactId>
- <version>3.5.1</version>
+ <version>3.5.2-SNAPSHOT</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/releases/maven-bundle-plugin-3.5.1</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-3.5.1</developerConnection>
-
<url>http://svn.apache.org/viewvc/felix/releases/maven-bundle-plugin-3.5.1</url>
+
<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>
</scm>
<!-- Support for publishing the mvn site. -->