Repository: servicemix-bundles Updated Branches: refs/heads/master 8cd8f031e -> e85a8542e
[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/e85a8542 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/e85a8542 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/e85a8542 Branch: refs/heads/master Commit: e85a8542e1a0b68f1041e5e8e1ff228a2da59e8c Parents: 8cd8f03 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun Dec 2 16:58:41 2018 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun Dec 2 16:58:41 2018 +0100 ---------------------------------------------------------------------- hystrix-serialization-1.5.18/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/e85a8542/hystrix-serialization-1.5.18/pom.xml ---------------------------------------------------------------------- diff --git a/hystrix-serialization-1.5.18/pom.xml b/hystrix-serialization-1.5.18/pom.xml index 0a8adda..9fcb986 100644 --- a/hystrix-serialization-1.5.18/pom.xml +++ b/hystrix-serialization-1.5.18/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.hystrix-serialization</artifactId> - <version>1.5.18_1</version> + <version>1.5.18_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.hystrix-serialization-1.5.18_1</tag> + <tag>HEAD</tag> </scm> <properties>
