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 4d7420686 Fix servicemix.osgi.source.version property
4d7420686 is described below

commit 4d7420686826232b46666b0a2295cb069e9ecd9e
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Jul 3 06:40:06 2022 +0200

    Fix servicemix.osgi.source.version property
---
 okio-3.2.0/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/okio-3.2.0/pom.xml b/okio-3.2.0/pom.xml
index 61175519f..5ef191f44 100644
--- a/okio-3.2.0/pom.xml
+++ b/okio-3.2.0/pom.xml
@@ -45,7 +45,7 @@
         <pkgGroupId>com.squareup.okio</pkgGroupId>
         <pkgArtifactId>okio</pkgArtifactId>
         <pkgVersion>3.2.0</pkgVersion>
-       <pkgSourceVersion>3.2.0.1</pkgSourceVersion>
+       <servicemix.osgi.source.version>3.2.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             okio
         </servicemix.osgi.export.pkg>

Reply via email to