You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2022/02/12 15:33:42 UTC

[archiva-parent] branch master updated: Bump versions-maven-plugin from 2.8.1 to 2.9.0

This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new b01021b  Bump versions-maven-plugin from 2.8.1 to 2.9.0
b01021b is described below

commit b01021b8e676231685badf592296fc81302b733f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 26 12:21:30 2022 +0000

    Bump versions-maven-plugin from 2.8.1 to 2.9.0
    
    Bumps [versions-maven-plugin](https://github.com/mojohaus/versions-maven-plugin) from 2.8.1 to 2.9.0.
    - [Release notes](https://github.com/mojohaus/versions-maven-plugin/releases)
    - [Changelog](https://github.com/mojohaus/versions-maven-plugin/blob/master/ReleaseNotes.md)
    - [Commits](https://github.com/mojohaus/versions-maven-plugin/compare/versions-maven-plugin-2.8.1...versions-maven-plugin-2.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:versions-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0f0f2ca..7502679 100644
--- a/pom.xml
+++ b/pom.xml
@@ -900,7 +900,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>versions-maven-plugin</artifactId>
-          <version>2.8.1</version>
+          <version>2.9.0</version>
         </plugin>
       </plugins>
     </pluginManagement>