diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ef328..f66807f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- Added maven-versions-plugin ## [4.0.2] - 2022-11-14 ### Fixed diff --git a/pom.xml b/pom.xml index 837f83b..69df9e8 100644 --- a/pom.xml +++ b/pom.xml @@ -50,6 +50,7 @@ 3.0.1 3.3.2 3.3.0 + 2.13.0 1.6.13 1.0 2.27.2 @@ -346,6 +347,12 @@ ${build-helper-maven-plugin.version} + + org.codehaus.mojo + versions-maven-plugin + ${versions-maven-plugin.version} + + org.sonatype.plugins nexus-staging-maven-plugin @@ -452,6 +459,11 @@ maven-war-plugin + + org.codehaus.mojo + versions-maven-plugin + + org.commonjava.maven.plugins directory-maven-plugin