Repository: servicemix-bundles Updated Branches: refs/heads/master eca1d4739 -> 17dac0cc9
[maven-release-plugin] prepare release org.apache.servicemix.bundles.guice-4.1.0_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/17dac0cc Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/17dac0cc Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/17dac0cc Branch: refs/heads/master Commit: 17dac0cc99316e55ebff473b8e85a75d7184ff24 Parents: eca1d47 Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Sep 5 07:30:40 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Sep 5 07:30:40 2017 +0200 ---------------------------------------------------------------------- guice-4.1.0/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/17dac0cc/guice-4.1.0/pom.xml ---------------------------------------------------------------------- diff --git a/guice-4.1.0/pom.xml b/guice-4.1.0/pom.xml index 952bca2..07d53bb 100644 --- a/guice-4.1.0/pom.xml +++ b/guice-4.1.0/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.guice</artifactId> - <version>4.1.0_1-SNAPSHOT</version> + <version>4.1.0_1</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps guice ${pkgVersion} jar files.</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.guice-4.1.0_1</tag> + </scm> <properties> <pkgGroupId>com.google.inject</pkgGroupId>
