This is an automated email from the ASF dual-hosted git repository.
paulrutter pushed a change to branch
maintenance/FELIX-6741-Upgrade-dependencies-for-maven-bundle-plugin
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
from 4556b12f18 FELIX-6741-Upgrade-dependencies-for-maven-bundle-plugin -
Don't lower maven version used earlier
add 56287137b6 FELIX-6741-Upgrade-dependencies-for-maven-bundle-plugin -
Add integration test for Export-Package / Import-Package, based on
https://github.com/bndtools/bnd/pull/6270 - This is backwards compatible, as
maven-bundle-plugin automatically adds a version for all Export-Package
statements if not specified (1.0.0)
No new revisions were added by this update.
Summary of changes:
.../pom.xml | 23 +++++-----------------
.../main/java/org/apache/felix/test1}/Dummy.java | 2 +-
.../main/java/org/apache/felix/test2/Dummy2.java} | 4 ++--
.../verify.groovy | 12 +++++++----
4 files changed, 16 insertions(+), 25 deletions(-)
copy tools/maven-bundle-plugin/src/it/{no-test-scoped-imports =>
unversioned-export-package-still-imported}/pom.xml (72%)
copy
tools/maven-bundle-plugin/src/it/{with-multi-release-jar/src/main/java/org/apache/felix/test
=>
unversioned-export-package-still-imported/src/main/java/org/apache/felix/test1}/Dummy.java
(96%)
copy
tools/maven-bundle-plugin/src/it/{with-multi-release-jar/src/main/java/org/apache/felix/test/Dummy.java
=>
unversioned-export-package-still-imported/src/main/java/org/apache/felix/test2/Dummy2.java}
(93%)
copy tools/maven-bundle-plugin/src/it/{with-multi-release-jar =>
unversioned-export-package-still-imported}/verify.groovy (54%)