Repository: servicemix-bundles Updated Branches: refs/heads/master 5ef74827d -> 3a4fe1316
[maven-release-plugin] prepare release org.apache.servicemix.bundles.snmp4j-2.5.7_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/3a4fe131 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/3a4fe131 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/3a4fe131 Branch: refs/heads/master Commit: 3a4fe1316c55bb3b759f424a6c0e2fdb4ef236b5 Parents: 5ef7482 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Sep 4 21:30:36 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Sep 4 21:30:36 2017 +0200 ---------------------------------------------------------------------- snmp4j-2.5.7/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/3a4fe131/snmp4j-2.5.7/pom.xml ---------------------------------------------------------------------- diff --git a/snmp4j-2.5.7/pom.xml b/snmp4j-2.5.7/pom.xml index 611b5dd..c0d7294 100644 --- a/snmp4j-2.5.7/pom.xml +++ b/snmp4j-2.5.7/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.snmp4j</artifactId> - <version>2.5.7_1-SNAPSHOT</version> + <version>2.5.7_1</version> <packaging>bundle</packaging> <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.snmp4j-2.5.7_1</tag> + </scm> <properties> <pkgGroupId>org.snmp4j</pkgGroupId>
