This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
commit c052ab0b7a78678ae83c8d6fb74f57827d54d6c7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 22 11:15:26 2023 -0400
Bump maven-release-plugin from 2.5.3 to 3.0.0 (#1199)
Bumps [maven-release-plugin](https://github.com/apache/maven-release) from
2.5.3 to 3.0.0.
- [Release notes](https://github.com/apache/maven-release/releases)
-
[Commits](https://github.com/apache/maven-release/compare/maven-release-2.5.3...maven-release-3.0.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-release-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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c07f78653e..6ed361e1a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -447,7 +447,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.5.3</version>
+ <version>3.0.0</version>
<configuration>
<useReleaseProfile>false</useReleaseProfile>
<preparationGoals>clean install</preparationGoals>