Repository: servicemix-bundles Updated Branches: refs/heads/master 2cd7dae28 -> ba916ba3b
[maven-release-plugin] prepare release org.apache.servicemix.bundles.spring-core-5.0.0.RELEASE_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/ba916ba3 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/ba916ba3 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/ba916ba3 Branch: refs/heads/master Commit: ba916ba3be894de20a36862adc4494bfa5068785 Parents: 2cd7dae Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Oct 23 17:29:46 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Oct 23 17:29:46 2017 +0200 ---------------------------------------------------------------------- spring-core-5.0.0.RELEASE/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/ba916ba3/spring-core-5.0.0.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-core-5.0.0.RELEASE/pom.xml b/spring-core-5.0.0.RELEASE/pom.xml index 60176a9..bf912cf 100644 --- a/spring-core-5.0.0.RELEASE/pom.xml +++ b/spring-core-5.0.0.RELEASE/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.spring-core</artifactId> - <version>5.0.0.RELEASE_1-SNAPSHOT</version> + <version>5.0.0.RELEASE_1</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> @@ -38,7 +38,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.spring-core-5.0.0.RELEASE_1</tag> + </scm> <properties> <pkgGroupId>org.springframework</pkgGroupId>
