Repository: servicemix-bundles Updated Branches: refs/heads/master c38049b32 -> b52482cc4
[maven-release-plugin] prepare release org.apache.servicemix.bundles.spring-jdbc-3.2.13.RELEASE_2 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/b52482cc Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/b52482cc Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/b52482cc Branch: refs/heads/master Commit: b52482cc44163f36ca6e58f4a416d32d98bd3069 Parents: c38049b Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun Jun 7 06:48:40 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun Jun 7 06:48:40 2015 +0200 ---------------------------------------------------------------------- spring-jdbc-3.2.13.RELEASE/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/b52482cc/spring-jdbc-3.2.13.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-jdbc-3.2.13.RELEASE/pom.xml b/spring-jdbc-3.2.13.RELEASE/pom.xml index 8338666..26d8b2c 100644 --- a/spring-jdbc-3.2.13.RELEASE/pom.xml +++ b/spring-jdbc-3.2.13.RELEASE/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.spring-jdbc</artifactId> - <version>3.2.13.RELEASE_2-SNAPSHOT</version> + <version>3.2.13.RELEASE_2</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-jdbc-3.2.13.RELEASE_2</tag> + </scm> <properties> <pkgGroupId>org.springframework</pkgGroupId>
