Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1813009 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
gnodet committed Oct 23, 2017
1 parent c77f2e9 commit 7159c1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fileinstall/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -60,7 +60,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.utils</artifactId>
<version>1.10.4</version>
<version>1.10.5-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 7159c1a

Please sign in to comment.