Repository: mina-sshd Updated Branches: refs/heads/master 1ab27f950 -> 4a8b3d203
Upgrade to maven-bundle-plugin 2.5.0 Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/4a8b3d20 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/4a8b3d20 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/4a8b3d20 Branch: refs/heads/master Commit: 4a8b3d203cfeddd587cb5c694a167924b2917938 Parents: 1ab27f9 Author: Guillaume Nodet <[email protected]> Authored: Wed Jul 9 10:02:56 2014 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Wed Jul 9 10:02:56 2014 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/4a8b3d20/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 43d36b0..7d611bd 100644 --- a/pom.xml +++ b/pom.xml @@ -209,7 +209,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>2.0.0</version> + <version>2.5.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
