Skip to content

Commit

Permalink
Bump maven-scm-plugin from 2.0.0-M3 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [maven-scm-plugin](https://github.com/apache/maven-scm) from 2.0.0-M3 to 2.0.0.
- [Release notes](https://github.com/apache/maven-scm/releases)
- [Commits](apache/maven-scm@maven-scm-2.0.0-M3...maven-scm-2.0.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-scm-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and hazendaz committed Mar 17, 2023
1 parent 6da04dc commit da4db48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>2.0.0-M3</version>
<version>2.0.0</version>
<configuration>
<tag>${project.artifactId}-${project.version}</tag>
</configuration>
Expand Down

0 comments on commit da4db48

Please sign in to comment.