Repository: servicemix-bundles Updated Branches: refs/heads/master 0b6d24acb -> 79e3c783b
[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/79e3c783 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/79e3c783 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/79e3c783 Branch: refs/heads/master Commit: 79e3c783b738bf7168d72c220772f234f6c66cba Parents: 0b6d24a Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Mar 23 19:26:21 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Mar 23 19:26:21 2015 +0100 ---------------------------------------------------------------------- jersey-core-1.19/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/79e3c783/jersey-core-1.19/pom.xml ---------------------------------------------------------------------- diff --git a/jersey-core-1.19/pom.xml b/jersey-core-1.19/pom.xml index e2cb9b7..a25cf92 100644 --- a/jersey-core-1.19/pom.xml +++ b/jersey-core-1.19/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.jersey-core</artifactId> - <version>1.19_1</version> + <version>1.19_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.jersey-core-1.19_1</tag> + <tag>HEAD</tag> </scm> <properties>
