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 2022/05/27 16:32:41 UTC

[servicemix-bundles] 02/02: Upgrade to bundles-pom 15-SNAPSHOT

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

commit fbb472ce503e278fc025eca6883d731fdcfb874e
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri May 27 18:31:53 2022 +0200

    Upgrade to bundles-pom 15-SNAPSHOT
---
 azure-core-http-okhttp-1.9.0/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/azure-core-http-okhttp-1.9.0/pom.xml b/azure-core-http-okhttp-1.9.0/pom.xml
index 4af738bfa..1a4a0a600 100644
--- a/azure-core-http-okhttp-1.9.0/pom.xml
+++ b/azure-core-http-okhttp-1.9.0/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>15-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -45,6 +45,7 @@
         <pkgGroupId>com.azure</pkgGroupId>
         <pkgArtifactId>azure-core-http-okhttp</pkgArtifactId>
         <pkgVersion>1.9.0</pkgVersion>
+        <servicemix.osgi.source.version>1.9.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             com.azure.core.http.okhttp
          </servicemix.osgi.export.pkg>