Repository: servicemix-bundles Updated Branches: refs/heads/master 507fafddd -> c4fa68614
[maven-release-plugin] prepare release org.apache.servicemix.bundles.spring-ldap-2.3.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/c4fa6861 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/c4fa6861 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/c4fa6861 Branch: refs/heads/master Commit: c4fa68614f9f12004c4773d7e07f58c0783183b8 Parents: 507fafd Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Apr 3 15:21:18 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Apr 3 15:21:18 2017 +0200 ---------------------------------------------------------------------- spring-ldap-2.3.1.RELEASE/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c4fa6861/spring-ldap-2.3.1.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-ldap-2.3.1.RELEASE/pom.xml b/spring-ldap-2.3.1.RELEASE/pom.xml index 7baaa7e..204126d 100644 --- a/spring-ldap-2.3.1.RELEASE/pom.xml +++ b/spring-ldap-2.3.1.RELEASE/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.spring-ldap</artifactId> - <version>2.3.1.RELEASE_1-SNAPSHOT</version> + <version>2.3.1.RELEASE_1</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: spring-ldap</name> <description>This OSGi bundle wraps spring-ldap-core, spring-ldap-core-tiger, spring-ldap-odm, spring-ldap-ldif-core, spring-ldap-ldif-batch ${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.spring-ldap-2.3.1.RELEASE_1</tag> + </scm> <properties> <pkgGroupId>org.springframework.ldap</pkgGroupId>
