Repository: servicemix-bundles Updated Branches: refs/heads/master e3614c038 -> fc67269f4
[maven-release-plugin] prepare release org.apache.servicemix.bundles.spring-integration-core-4.1.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/fc67269f Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/fc67269f Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/fc67269f Branch: refs/heads/master Commit: fc67269f454cdb392f9ad454e2cf997c0f3cc1c3 Parents: e3614c0 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun May 3 21:07:25 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun May 3 21:07:25 2015 +0200 ---------------------------------------------------------------------- spring-integration-core-4.1.3.RELEASE/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/fc67269f/spring-integration-core-4.1.3.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-integration-core-4.1.3.RELEASE/pom.xml b/spring-integration-core-4.1.3.RELEASE/pom.xml index 4bef15e..3a459b7 100644 --- a/spring-integration-core-4.1.3.RELEASE/pom.xml +++ b/spring-integration-core-4.1.3.RELEASE/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.spring-integration-core</artifactId> - <version>4.1.3.RELEASE_1-SNAPSHOT</version> + <version>4.1.3.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.1.3.RELEASE_1</tag> + </scm> <properties> <pkgGroupId>org.springframework.integration</pkgGroupId>
