Skip to content

Commit

Permalink
Update dependencies after release
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1761964 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
karlpauls committed Sep 22, 2016
1 parent ce28544 commit efb917b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion framework.security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<version>5.6.0</version>
<version>5.7.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.resolver</artifactId>
<version>1.10.0</version>
<version>1.11.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion main.distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<version>5.7.0-SNAPSHOT</version>
<properties>
<dollar>$</dollar>
<framework.version>5.6.0</framework.version>
<framework.version>5.7.0-SNAPSHOT</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
2 changes: 1 addition & 1 deletion main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<version>5.6.0</version>
<version>5.7.0-SNAPSHOT</version>
</dependency>
</dependencies>
<properties>
Expand Down

0 comments on commit efb917b

Please sign in to comment.