This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
The following commit(s) were added to refs/heads/main by this push:
new 31617b2 Bump maven-release-plugin from 3.0.0-M5 to 3.0.0 (#40)
31617b2 is described below
commit 31617b286556542db3d498e2ba7d4fdc0f3e9039
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 5 20:10:12 2023 +0000
Bump maven-release-plugin from 3.0.0-M5 to 3.0.0 (#40)
Bumps [maven-release-plugin](https://github.com/apache/maven-release) from
3.0.0-M5 to 3.0.0.
- [Release notes](https://github.com/apache/maven-release/releases)
-
[Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.0-M5...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-patch
...
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 4b0367f..44da0d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>3.0.0-M5</version>
+ <version>3.0.0</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<preparationGoals>clean spotless:apply verify</preparationGoals>