Repository: servicemix-bundles Updated Branches: refs/heads/master 13aa0d548 -> 871656749
[maven-release-plugin] prepare release org.apache.servicemix.bundles.spring-security-ldap-4.2.3.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/87165674 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/87165674 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/87165674 Branch: refs/heads/master Commit: 871656749d7b0b01609105041055153eda8f3056 Parents: 13aa0d5 Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Jul 5 16:45:20 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Jul 5 16:45:20 2017 +0200 ---------------------------------------------------------------------- spring-security-ldap-4.2.3.RELEASE/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/87165674/spring-security-ldap-4.2.3.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-security-ldap-4.2.3.RELEASE/pom.xml b/spring-security-ldap-4.2.3.RELEASE/pom.xml index 6ee6ae8..9310faf 100644 --- a/spring-security-ldap-4.2.3.RELEASE/pom.xml +++ b/spring-security-ldap-4.2.3.RELEASE/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.spring-security-ldap</artifactId> - <version>4.2.3.RELEASE_1-SNAPSHOT</version> + <version>4.2.3.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-security-ldap-4.2.3.RELEASE_1</tag> + </scm> <properties> <pkgGroupId>org.springframework.security</pkgGroupId>
