Repository: servicemix-bundles Updated Branches: refs/heads/master f0089f9b6 -> b173a8874
[maven-release-plugin] prepare release org.apache.servicemix.bundles.spring-ws-security-2.2.1.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/b173a887 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/b173a887 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/b173a887 Branch: refs/heads/master Commit: b173a8874ba58bd17bdf7cad6f2912179cfdd742 Parents: f0089f9 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun May 3 20:48:33 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun May 3 20:48:33 2015 +0200 ---------------------------------------------------------------------- spring-ws-security-2.2.1.RELEASE/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/b173a887/spring-ws-security-2.2.1.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-ws-security-2.2.1.RELEASE/pom.xml b/spring-ws-security-2.2.1.RELEASE/pom.xml index 7eeb041..94fa72c 100644 --- a/spring-ws-security-2.2.1.RELEASE/pom.xml +++ b/spring-ws-security-2.2.1.RELEASE/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.spring-ws-security</artifactId> - <version>2.2.1.RELEASE_1-SNAPSHOT</version> + <version>2.2.1.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-ws-security-2.2.1.RELEASE_1</tag> + </scm> <properties> <pkgGroupId>org.springframework.ws</pkgGroupId>
