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 301a1a5be Fix servicemix.osgi.source.version property
301a1a5be is described below
commit 301a1a5beb8f2189e5cf4f12ac69d250f7e91343
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Jul 3 06:57:32 2022 +0200
Fix servicemix.osgi.source.version property
---
derby-10.16.1.1/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/derby-10.16.1.1/pom.xml b/derby-10.16.1.1/pom.xml
index 40357f440..9f862c3db 100644
--- a/derby-10.16.1.1/pom.xml
+++ b/derby-10.16.1.1/pom.xml
@@ -44,7 +44,7 @@
<properties>
<pkgGroupId>org.apache.derby</pkgGroupId>
<pkgVersion>10.16.1.1</pkgVersion>
- <pkgSourceVersion>10.16.1.1.1</pkgSourceVersion>
+
<servicemix.osgi.source.version>10.16.1.1.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.apache.derby
</servicemix.osgi.export.pkg>