Repository: servicemix-bundles Updated Branches: refs/heads/master f69318e27 -> dcbfdf371
[maven-release-plugin] prepare release org.apache.servicemix.bundles.jsch-agentproxy-sshj-0.0.9_1 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/dcbfdf37 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/dcbfdf37 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/dcbfdf37 Branch: refs/heads/master Commit: dcbfdf3718aa999633fcd0a1e60522f64a4be80b Parents: f69318e Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Mar 25 22:05:00 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Mar 25 22:05:00 2015 +0100 ---------------------------------------------------------------------- jsch-agentproxy-sshj-0.0.9/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/dcbfdf37/jsch-agentproxy-sshj-0.0.9/pom.xml ---------------------------------------------------------------------- diff --git a/jsch-agentproxy-sshj-0.0.9/pom.xml b/jsch-agentproxy-sshj-0.0.9/pom.xml index f096260..7ba422d 100644 --- a/jsch-agentproxy-sshj-0.0.9/pom.xml +++ b/jsch-agentproxy-sshj-0.0.9/pom.xml @@ -31,7 +31,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.jsch-agentproxy-sshj</artifactId> <packaging>bundle</packaging> - <version>0.0.9_1-SNAPSHOT</version> + <version>0.0.9_1</version> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> @@ -39,7 +39,8 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> - </scm> + <tag>org.apache.servicemix.bundles.jsch-agentproxy-sshj-0.0.9_1</tag> + </scm> <properties> <pkgGroupId>com.jcraft</pkgGroupId>
