Repository: servicemix-bundles Updated Branches: refs/heads/master 24abe01d6 -> 8f455c018
[maven-release-plugin] prepare release org.apache.servicemix.bundles.spring-integration-core-4.3.10.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/8f455c01 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/8f455c01 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/8f455c01 Branch: refs/heads/master Commit: 8f455c018e8fb77375dd4280c58afcad7f407176 Parents: 24abe01 Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Jul 5 22:00:27 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Jul 5 22:00:27 2017 +0200 ---------------------------------------------------------------------- spring-integration-core-4.3.10.RELEASE/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/8f455c01/spring-integration-core-4.3.10.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-integration-core-4.3.10.RELEASE/pom.xml b/spring-integration-core-4.3.10.RELEASE/pom.xml index 6859097..ef86bad 100644 --- a/spring-integration-core-4.3.10.RELEASE/pom.xml +++ b/spring-integration-core-4.3.10.RELEASE/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.spring-integration-core</artifactId> - <version>4.3.10.RELEASE_1-SNAPSHOT</version> + <version>4.3.10.RELEASE_1</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</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-integration-core-4.3.10.RELEASE_1</tag> + </scm> <properties> <pkgGroupId>org.springframework.integration</pkgGroupId>
