Repository: servicemix-bundles Updated Branches: refs/heads/master c6271d4db -> 85a936a8f
[maven-release-plugin] prepare release org.apache.servicemix.bundles.jets3t-0.9.3_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/85a936a8 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/85a936a8 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/85a936a8 Branch: refs/heads/master Commit: 85a936a8f7cbf7ee50b618064e29bfd698bf1133 Parents: c6271d4 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Mar 26 10:59:17 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Mar 26 10:59:17 2015 +0100 ---------------------------------------------------------------------- jets3t-0.9.3/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/85a936a8/jets3t-0.9.3/pom.xml ---------------------------------------------------------------------- diff --git a/jets3t-0.9.3/pom.xml b/jets3t-0.9.3/pom.xml index a3f6580..c1dbf96 100644 --- a/jets3t-0.9.3/pom.xml +++ b/jets3t-0.9.3/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.jets3t</artifactId> - <version>0.9.3_1-SNAPSHOT</version> + <version>0.9.3_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.jets3t-0.9.3_1</tag> + </scm> <properties> <pkgGroupId>net.java.dev.jets3t</pkgGroupId>
