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/23 12:12:09 UTC

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

Author: gnodet
Date: Mon Oct 23 12:12:09 2017
New Revision: 1813007

URL: http://svn.apache.org/viewvc?rev=1813007&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.fileinstall-3.6.4

Modified:
    felix/trunk/fileinstall/pom.xml

Modified: felix/trunk/fileinstall/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/fileinstall/pom.xml?rev=1813007&r1=1813006&r2=1813007&view=diff
==============================================================================
--- felix/trunk/fileinstall/pom.xml (original)
+++ felix/trunk/fileinstall/pom.xml Mon Oct 23 12:12:09 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.5-SNAPSHOT</version>
+  <version>3.6.4</version>
   <artifactId>org.apache.felix.fileinstall</artifactId>
   <scm>
-    <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>
+    <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>
   </scm>
   <properties>
     <felix.java.version>7</felix.java.version>
@@ -60,7 +60,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.utils</artifactId>
-      <version>1.10.5-SNAPSHOT</version>
+      <version>1.10.4</version>
     </dependency>
   </dependencies>
   <build>