This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/master by this push:
new edc23ba Bump org.apache.felix:maven-bundle-plugin from 5.1.4 to 6.0.0
(#211)
edc23ba is described below
commit edc23ba3d61fe8d49f12e37d0851791afa5a8f03
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 23 12:27:52 2024 +0100
Bump org.apache.felix:maven-bundle-plugin from 5.1.4 to 6.0.0 (#211)
Bumps org.apache.felix:maven-bundle-plugin from 5.1.4 to 6.0.0.
---
updated-dependencies:
- dependency-name: org.apache.felix:maven-bundle-plugin
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
caseditor-corpus-server-plugin/pom.xml | 2 +-
caseditor-opennlp-plugin/pom.xml | 2 +-
corpus-server/corpus-server-core/pom.xml | 2 +-
corpus-server/corpus-server-impl/pom.xml | 2 +-
pom.xml | 2 +-
tagging-server/pom.xml | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/caseditor-corpus-server-plugin/pom.xml
b/caseditor-corpus-server-plugin/pom.xml
index ae9d519..cb9b2b6 100644
--- a/caseditor-corpus-server-plugin/pom.xml
+++ b/caseditor-corpus-server-plugin/pom.xml
@@ -212,7 +212,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>5.1.8</version>
+ <version>6.0.0</version>
<executions>
<execution>
<goals><goal>manifest</goal></goals>
diff --git a/caseditor-opennlp-plugin/pom.xml b/caseditor-opennlp-plugin/pom.xml
index 35553ca..4598cf3 100644
--- a/caseditor-opennlp-plugin/pom.xml
+++ b/caseditor-opennlp-plugin/pom.xml
@@ -185,7 +185,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>5.1.8</version>
+ <version>6.0.0</version>
<executions>
<execution>
<goals><goal>manifest</goal></goals>
diff --git a/corpus-server/corpus-server-core/pom.xml
b/corpus-server/corpus-server-core/pom.xml
index dd6fdbd..3054222 100644
--- a/corpus-server/corpus-server-core/pom.xml
+++ b/corpus-server/corpus-server-core/pom.xml
@@ -111,7 +111,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>5.1.8</version>
+ <version>6.0.0</version>
<extensions>true</extensions>
<executions>
<execution>
diff --git a/corpus-server/corpus-server-impl/pom.xml
b/corpus-server/corpus-server-impl/pom.xml
index a928274..bd691fb 100644
--- a/corpus-server/corpus-server-impl/pom.xml
+++ b/corpus-server/corpus-server-impl/pom.xml
@@ -107,7 +107,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>5.1.8</version>
+ <version>6.0.0</version>
<extensions>true</extensions>
<executions>
<execution>
diff --git a/pom.xml b/pom.xml
index 2365fd4..23d3def 100644
--- a/pom.xml
+++ b/pom.xml
@@ -276,7 +276,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>5.1.4</version>
+ <version>6.0.0</version>
</plugin>
<!--
<plugin>
diff --git a/tagging-server/pom.xml b/tagging-server/pom.xml
index a8719db..c5cfc54 100644
--- a/tagging-server/pom.xml
+++ b/tagging-server/pom.xml
@@ -130,7 +130,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>5.1.8</version>
+ <version>6.0.0</version>
<extensions>true</extensions>
<executions>
<execution>