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 8576246b8 Fix servicemix.osgi.source.version property
8576246b8 is described below
commit 8576246b8f8d208c85c50634e68c9fdb226c31c8
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Jul 3 06:44:22 2022 +0200
Fix servicemix.osgi.source.version property
---
guava-31.1/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guava-31.1/pom.xml b/guava-31.1/pom.xml
index d21de2686..6470cda43 100644
--- a/guava-31.1/pom.xml
+++ b/guava-31.1/pom.xml
@@ -47,7 +47,7 @@
<pkgGroupId>com.google.guava</pkgGroupId>
<pkgArtifactId>guava</pkgArtifactId>
<pkgVersion>31.1-jre</pkgVersion>
- <pkgSourceVersion>31.1.1</pkgSourceVersion>
+ <servicemix.osgi.source.version>31.1.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
com.google
</servicemix.osgi.export.pkg>