This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a change to branch
dependabot/maven/org.apache.felix-maven-bundle-plugin-5.1.9
in repository https://gitbox.apache.org/repos/asf/aries.git
discard 344609e3b Bump org.apache.felix:maven-bundle-plugin from 2.0.0 to 5.1.9
add 6bcad74e3 ARIES-2163: Remove tools-maven-plugin
add d2b2443be ARIES-2163: Remove LICENSE and NOTICE files from modules
using new parent pom
add 3676f1b4c Merge pull request #410 from
apache/ARIES-2164-remove-tools-maven-plugin-in-parent-pom
add 1487041ac ARIES-2165: Update parent pom and build testsupport on Java
11, 17 and 21
add d171ee5be ARIES-2165: Update parent pom and build util on Java 11, 17
and 21
add 502b9538e ARIES-2165: Update parent pom and build quiesce on Java 11,
17 and 21
add 41c8b8a88 ARIES-2165: Skip versioning plugin in parent pom
add 4571f793d ARIES-2165: Build parent pom in workflows using testsupport
add 1172a11b6 ARIES-2165: Update web-itests depdendencies for new
testsuppport
add bdd826433 ARIES-2165: Duplicate testsupport classes in jmx-itests
add 342466f99 Merge pull request #412 from
apache/ARIES-2165-build-quiesce-with-java-11-17-21
add 203367874 ARIES-2164: Remove duplicated remote-resource plugin
execution
add 01bf96fb5 Bump org.apache.felix:maven-bundle-plugin from 2.0.0 to 5.1.9
add f982a94e5 [MAINTENANCE] Remove unnecessary noimport directive
add 48770fe37 Do not update modules without CI builds
add 24a57ed95 Do not update plugin modules because of maven version
conflict
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (344609e3b)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.felix-maven-bundle-plugin-5.1.9
(24a57ed95)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/blueprint.yml | 1 +
.github/workflows/ejb.yml | 1 +
.github/workflows/jmx.yml | 1 +
.github/workflows/jndi.yml | 1 +
.github/workflows/quiesce.yml | 4 +-
.github/workflows/subsystem.yml | 1 +
.github/workflows/testsupport.yml | 2 +-
.github/workflows/util.yml | 2 +-
.github/workflows/web.yml | 1 +
eba-maven-plugin/pom.xml | 2 +-
esa-maven-plugin/pom.xml | 2 +-
jmx/jmx-itests/pom.xml | 9 +
.../aries/itest/AbstractIntegrationTest.java | 2 +
.../org/apache/aries/itest/RichBundleContext.java | 2 +
.../test}/java/org/apache/aries/itest/packageinfo | 0
.../apache/aries/jmx/AbstractIntegrationTest.java | 5 +-
parent/pom.xml | 32 +---
quiesce/pom.xml | 2 +-
quiesce/quiesce-api/LICENSE | 203 ---------------------
quiesce/quiesce-api/NOTICE | 8 -
quiesce/quiesce-api/pom.xml | 12 +-
quiesce/quiesce-manager-itest/LICENSE | 203 ---------------------
quiesce/quiesce-manager-itest/NOTICE | 8 -
quiesce/quiesce-manager-itest/pom.xml | 14 +-
quiesce/quiesce-manager/LICENSE | 203 ---------------------
quiesce/quiesce-manager/NOTICE | 8 -
quiesce/quiesce-manager/pom.xml | 16 +-
testsupport/LICENSE | 203 ---------------------
testsupport/NOTICE | 8 -
testsupport/pom.xml | 2 +-
testsupport/testsupport-unit/LICENSE | 203 ---------------------
testsupport/testsupport-unit/NOTICE | 8 -
testsupport/testsupport-unit/pom.xml | 12 +-
transaction/transaction-jdbc/pom.xml | 2 +-
util/LICENSE | 203 ---------------------
util/NOTICE | 8 -
util/pom.xml | 12 +-
versioning/LICENSE | 203 ---------------------
versioning/NOTICE | 8 -
versioning/versioning-checker/LICENSE | 203 ---------------------
versioning/versioning-checker/NOTICE | 8 -
web/web-itests/pom.xml | 6 +-
42 files changed, 62 insertions(+), 1772 deletions(-)
copy {testsupport/testsupport-unit/src/main =>
jmx/jmx-itests/src/test}/java/org/apache/aries/itest/AbstractIntegrationTest.java
(97%)
copy {testsupport/testsupport-unit/src/main =>
jmx/jmx-itests/src/test}/java/org/apache/aries/itest/RichBundleContext.java
(99%)
copy {testsupport/testsupport-unit/src/main =>
jmx/jmx-itests/src/test}/java/org/apache/aries/itest/packageinfo (100%)
delete mode 100644 quiesce/quiesce-api/LICENSE
delete mode 100644 quiesce/quiesce-api/NOTICE
delete mode 100644 quiesce/quiesce-manager-itest/LICENSE
delete mode 100644 quiesce/quiesce-manager-itest/NOTICE
delete mode 100644 quiesce/quiesce-manager/LICENSE
delete mode 100644 quiesce/quiesce-manager/NOTICE
delete mode 100644 testsupport/LICENSE
delete mode 100644 testsupport/NOTICE
delete mode 100644 testsupport/testsupport-unit/LICENSE
delete mode 100644 testsupport/testsupport-unit/NOTICE
delete mode 100644 util/LICENSE
delete mode 100644 util/NOTICE
delete mode 100644 versioning/LICENSE
delete mode 100644 versioning/NOTICE
delete mode 100644 versioning/versioning-checker/LICENSE
delete mode 100644 versioning/versioning-checker/NOTICE