Repository: servicemix-bundles Updated Branches: refs/heads/master a9e96eea2 -> b2a0a1c3e
[maven-release-plugin] prepare release org.apache.servicemix.bundles.spring-integration-core-4.3.9.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/b2a0a1c3 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/b2a0a1c3 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/b2a0a1c3 Branch: refs/heads/master Commit: b2a0a1c3e667ba78a0186c2e2043939a6d1eda32 Parents: a9e96ee Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed May 3 09:48:53 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed May 3 09:48:53 2017 +0200 ---------------------------------------------------------------------- spring-integration-core-4.3.9.RELEASE/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/b2a0a1c3/spring-integration-core-4.3.9.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-integration-core-4.3.9.RELEASE/pom.xml b/spring-integration-core-4.3.9.RELEASE/pom.xml index 7a6d277..1798b42 100644 --- a/spring-integration-core-4.3.9.RELEASE/pom.xml +++ b/spring-integration-core-4.3.9.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.9.RELEASE_1-SNAPSHOT</version> + <version>4.3.9.RELEASE_1</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> @@ -39,6 +39,7 @@ <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> + <tag>org.apache.servicemix.bundles.spring-integration-core-4.3.9.RELEASE_1</tag> </scm> <properties>
