Repository: servicemix-bundles Updated Branches: refs/heads/master a64da345e -> 61cdd7c52
[maven-release-plugin] prepare release org.apache.servicemix.bundles.okhttp-3.9.0_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/61cdd7c5 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/61cdd7c5 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/61cdd7c5 Branch: refs/heads/master Commit: 61cdd7c52a8ee90c62c5870b89d19739c0e5c124 Parents: a64da34 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sat Oct 21 07:43:30 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sat Oct 21 07:43:30 2017 +0200 ---------------------------------------------------------------------- okhttp-3.9.0/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/61cdd7c5/okhttp-3.9.0/pom.xml ---------------------------------------------------------------------- diff --git a/okhttp-3.9.0/pom.xml b/okhttp-3.9.0/pom.xml index fc6173b..5e1aaa9 100644 --- a/okhttp-3.9.0/pom.xml +++ b/okhttp-3.9.0/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.okhttp</artifactId> - <version>3.9.0_1-SNAPSHOT</version> + <version>3.9.0_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.okhttp-3.9.0_1</tag> + </scm> <properties> <pkgGroupId>com.squareup.okhttp3</pkgGroupId>
