Skip to content

Commit

Permalink
Update dependencies for release
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1761929 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
karlpauls committed Sep 22, 2016
1 parent 7d6d6d5 commit 3c21dc5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion framework.security/pom.xml
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<version>4.5.0-SNAPSHOT</version>
<version>5.6.0</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions framework/pom.xml
Expand Up @@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<name>Apache Felix Framework</name>
<artifactId>org.apache.felix.framework</artifactId>
<version>5.7.0-SNAPSHOT</version>
<version>5.5.0-SNAPSHOT</version>
<properties>
<dollar>$</dollar>
<felix.java.version>6</felix.java.version>
Expand Down Expand Up @@ -127,7 +127,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.resolver</artifactId>
<version>1.11.0-SNAPSHOT</version>
<version>1.10.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions main.distribution/pom.xml
Expand Up @@ -27,10 +27,10 @@
<packaging>pom</packaging>
<name>Apache Felix Main Distribution</name>
<artifactId>org.apache.felix.main.distribution</artifactId>
<version>5.7.0-SNAPSHOT</version>
<version>5.5.0-SNAPSHOT</version>
<properties>
<dollar>$</dollar>
<framework.version>5.7.0-SNAPSHOT</framework.version>
<framework.version>5.6.0</framework.version>
<gogo.runtime.version>0.16.2</gogo.runtime.version>
<gogo.shell.version>0.10.0</gogo.shell.version>
<gogo.command.version>0.16.0</gogo.command.version>
Expand Down
4 changes: 2 additions & 2 deletions main/pom.xml
Expand Up @@ -27,7 +27,7 @@
<packaging>bundle</packaging>
<name>Apache Felix Main</name>
<artifactId>org.apache.felix.main</artifactId>
<version>5.7.0-SNAPSHOT</version>
<version>5.5.0-SNAPSHOT</version>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/main</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/main</developerConnection>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<version>5.7.0-SNAPSHOT</version>
<version>5.6.0</version>
</dependency>
</dependencies>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion resolver/pom.xml
Expand Up @@ -29,7 +29,7 @@
<description>
Provide OSGi resolver service.
</description>
<version>1.11.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<artifactId>org.apache.felix.resolver</artifactId>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/resolver</connection>
Expand Down

0 comments on commit 3c21dc5

Please sign in to comment.