Repository: servicemix-bundles Updated Branches: refs/heads/master 8f455c018 -> 48b5c38e9
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/48b5c38e Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/48b5c38e Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/48b5c38e Branch: refs/heads/master Commit: 48b5c38e9a5ea71b51166d6ee5e1e766b47e37e9 Parents: 8f455c0 Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Jul 5 22:00:55 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Jul 5 22:00:55 2017 +0200 ---------------------------------------------------------------------- spring-integration-core-4.3.10.RELEASE/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/48b5c38e/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 ef86bad..7a21a4c 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</version> + <version>4.3.10.RELEASE_2-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> @@ -39,7 +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.10.RELEASE_1</tag> + <tag>HEAD</tag> </scm> <properties>
