Repository: servicemix-bundles Updated Branches: refs/heads/master 158115b7b -> 5f9d371e8
[maven-release-plugin] prepare release org.apache.servicemix.bundles.spring-aop-4.1.6.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/5f9d371e Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/5f9d371e Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/5f9d371e Branch: refs/heads/master Commit: 5f9d371e8c77f8d66f035723f9558f860db9a224 Parents: 158115b Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun May 3 06:48:21 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun May 3 06:48:21 2015 +0200 ---------------------------------------------------------------------- spring-aop-4.1.6.RELEASE/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/5f9d371e/spring-aop-4.1.6.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-aop-4.1.6.RELEASE/pom.xml b/spring-aop-4.1.6.RELEASE/pom.xml index e7414c1..46b9a6d 100644 --- a/spring-aop-4.1.6.RELEASE/pom.xml +++ b/spring-aop-4.1.6.RELEASE/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.spring-aop</artifactId> - <version>4.1.6.RELEASE_1-SNAPSHOT</version> + <version>4.1.6.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-aop-4.1.6.RELEASE_1</tag> + </scm> <properties> <pkgGroupId>org.springframework</pkgGroupId>
