Skip to content

Commit e854f19

Browse files
Bump org.apache.maven.plugins:maven-release-plugin (#88)
Bumps the maven-plugins group with 1 update: [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release). Updates `org.apache.maven.plugins:maven-release-plugin` from 3.2.0 to 3.3.1 - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](apache/maven-release@maven-release-3.2.0...maven-release-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugins ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4285f1e commit e854f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<plugin> <!-- automate release commits -->
102102
<groupId>org.apache.maven.plugins</groupId>
103103
<artifactId>maven-release-plugin</artifactId>
104-
<version>3.2.0</version>
104+
<version>3.3.1</version>
105105
<configuration>
106106
<tagNameFormat>v@{project.version}</tagNameFormat>
107107
<arguments>-DskipTests</arguments> <!-- when doing a local release, don't wait for tests, they're long and slow -->

0 commit comments

Comments
 (0)