This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-xjc-utils.git
The following commit(s) were added to refs/heads/main by this push:
new 8cd8914 Bump org.apache.maven.plugins:maven-plugin-plugin from 3.10.2
to 3.11.0 (#115)
8cd8914 is described below
commit 8cd891440c224742b6988cc93d25ccd09ac63e59
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 13 12:38:57 2024 -0500
Bump org.apache.maven.plugins:maven-plugin-plugin from 3.10.2 to 3.11.0
(#115)
Bumps
[org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools)
from 3.10.2 to 3.11.0.
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
-
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.10.2...maven-plugin-tools-3.11.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
cxf-xjc-plugin/pom.xml | 1 +
pom.xml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/cxf-xjc-plugin/pom.xml b/cxf-xjc-plugin/pom.xml
index 4203b4f..82d4716 100644
--- a/cxf-xjc-plugin/pom.xml
+++ b/cxf-xjc-plugin/pom.xml
@@ -102,6 +102,7 @@
<configuration>
<useJava5>true</useJava5>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
+ <goalPrefix>cxf-xjc</goalPrefix>
</configuration>
<executions>
<execution>
diff --git a/pom.xml b/pom.xml
index a97fe8b..25e7f75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -307,7 +307,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
- <version>3.10.2</version>
+ <version>3.11.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>