You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2017/10/19 12:57:54 UTC

svn commit: r1812637 - /felix/trunk/fileinstall/pom.xml

Author: gnodet
Date: Thu Oct 19 12:57:54 2017
New Revision: 1812637

URL: http://svn.apache.org/viewvc?rev=1812637&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    felix/trunk/fileinstall/pom.xml

Modified: felix/trunk/fileinstall/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/fileinstall/pom.xml?rev=1812637&r1=1812636&r2=1812637&view=diff
==============================================================================
--- felix/trunk/fileinstall/pom.xml (original)
+++ felix/trunk/fileinstall/pom.xml Thu Oct 19 12:57:54 2017
@@ -29,12 +29,12 @@
   <name>Apache Felix File Install</name>
   <description>A utility to automatically install bundles from a directory.</description>
   <url>http://felix.apache.org/site/apache-felix-file-install.html</url>
-  <version>3.6.4</version>
+  <version>3.6.5-SNAPSHOT</version>
   <artifactId>org.apache.felix.fileinstall</artifactId>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-3.6.4</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-3.6.4</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-3.6.4</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/fileinstall</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/fileinstall</developerConnection>
+    <url>http://svn.apache.org/repos/asf/felix/fileinstall</url>
   </scm>
   <properties>
     <felix.java.version>7</felix.java.version>