You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2020/06/03 04:43:54 UTC

[servicemix-bundles] branch master updated: Fix version

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new b25ff0a  Fix version
b25ff0a is described below

commit b25ff0a86548ec89199a3c8d3162e0aa12ab58fe
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Jun 3 06:42:11 2020 +0200

    Fix version
---
 retrofit-2.9.0/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/retrofit-2.9.0/pom.xml b/retrofit-2.9.0/pom.xml
index 8c1de74..84d8f18 100644
--- a/retrofit-2.9.0/pom.xml
+++ b/retrofit-2.9.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.retrofit</artifactId>
-    <version>2.9.0_1</version>
+    <version>2.9.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,7 +39,6 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>org.apache.servicemix.bundles.retrofit-2.9.0_1</tag>
   </scm>
 
     <properties>