This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/maven/jclouds.version-2.7.0
in repository https://gitbox.apache.org/repos/asf/karaf-cellar.git
discard 737b6c77 Bump jclouds.version from 2.1.2 to 2.7.0
add 4cb9a8ee Bump junit:junit from 4.13 to 4.13.2 (#113)
add 430c783d Cleanup and update to support Karaf 4.4.x and prepare 4.4.8
release (#142)
add b2d24e88 Bump jclouds.version from 2.1.2 to 2.7.0
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 (737b6c77)
\
N -- N -- N refs/heads/dependabot/maven/jclouds.version-2.7.0
(b2d24e88)
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:
LICENSE | 25 +--
NOTICE | 35 +---
README.md | 2 +-
assembly/pom.xml | 4 +-
assembly/src/main/resources/features.xml | 1 +
bundle/NOTICE | 36 ----
bundle/pom.xml | 15 +-
cloud/NOTICE | 36 ----
cloud/pom.xml | 10 +-
config/NOTICE | 36 ----
config/pom.xml | 15 +-
core/NOTICE | 36 ----
core/pom.xml | 14 +-
dns/NOTICE | 36 ----
dns/pom.xml | 13 +-
dosgi/NOTICE | 36 ----
dosgi/pom.xml | 12 +-
etcd/NOTICE | 40 ----
etcd/pom.xml | 10 +-
event/NOTICE | 36 ----
event/pom.xml | 16 +-
features/NOTICE | 36 ----
features/pom.xml | 16 +-
hazelcast/NOTICE | 36 ----
hazelcast/pom.xml | 14 +-
http/balancer/NOTICE | 36 ----
http/balancer/pom.xml | 22 +-
.../cellar/http/balancer/LocalServletListener.java | 45 +++--
.../http/balancer/internal/osgi/Activator.java | 6 +-
http/pom.xml | 2 +-
itests/pom.xml | 6 +-
kar/NOTICE | 36 ----
kar/pom.xml | 12 +-
kubernetes/NOTICE | 36 ----
kubernetes/pom.xml | 12 +-
log/NOTICE.txt | 36 ----
log/pom.xml | 18 +-
manual/pom.xml | 2 +-
obr/NOTICE | 36 ----
obr/pom.xml | 16 +-
pom.xml | 223 ++-------------------
samples/camel-hazelcast-app/NOTICE | 36 ----
samples/camel-hazelcast-app/consumer/pom.xml | 2 +-
samples/camel-hazelcast-app/pom.xml | 2 +-
samples/camel-hazelcast-app/producer/pom.xml | 2 +-
samples/dosgi-greeter/NOTICE | 36 ----
samples/dosgi-greeter/api/pom.xml | 2 +-
samples/dosgi-greeter/client/pom.xml | 2 +-
samples/dosgi-greeter/pom.xml | 2 +-
samples/dosgi-greeter/service/pom.xml | 4 +-
samples/hazelcast-app/NOTICE | 36 ----
samples/hazelcast-app/pom.xml | 8 +-
samples/http-session-replication/NOTICE | 36 ----
samples/http-session-replication/pom.xml | 2 +-
samples/pom.xml | 2 +-
shell/NOTICE | 36 ----
shell/pom.xml | 10 +-
utils/NOTICE | 36 ----
utils/pom.xml | 10 +-
webconsole/NOTICE | 36 ----
webconsole/pom.xml | 20 +-
61 files changed, 192 insertions(+), 1238 deletions(-)
delete mode 100644 bundle/NOTICE
delete mode 100644 cloud/NOTICE
delete mode 100644 config/NOTICE
delete mode 100644 core/NOTICE
delete mode 100644 dns/NOTICE
delete mode 100644 dosgi/NOTICE
delete mode 100644 etcd/NOTICE
delete mode 100644 event/NOTICE
delete mode 100644 features/NOTICE
delete mode 100644 hazelcast/NOTICE
delete mode 100644 http/balancer/NOTICE
delete mode 100644 kar/NOTICE
delete mode 100644 kubernetes/NOTICE
delete mode 100644 log/NOTICE.txt
delete mode 100644 obr/NOTICE
delete mode 100644 samples/camel-hazelcast-app/NOTICE
delete mode 100644 samples/dosgi-greeter/NOTICE
delete mode 100644 samples/hazelcast-app/NOTICE
delete mode 100644 samples/http-session-replication/NOTICE
delete mode 100644 shell/NOTICE
delete mode 100644 utils/NOTICE
delete mode 100644 webconsole/NOTICE