You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/05/27 08:07:32 UTC

[commons-release-plugin] branch master updated: Bump plexus-velocity from 1.3 to 2.0

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

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new acde2dc  Bump plexus-velocity from 1.3 to 2.0
acde2dc is described below

commit acde2dc68a6a21883f9cbe6115bbed51df2d017f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri May 27 08:02:26 2022 +0000

    Bump plexus-velocity from 1.3 to 2.0
    
    Bumps [plexus-velocity](https://github.com/codehaus-plexus/plexus-velocity) from 1.3 to 2.0.
    - [Release notes](https://github.com/codehaus-plexus/plexus-velocity/releases)
    - [Commits](https://github.com/codehaus-plexus/plexus-velocity/compare/plexus-velocity-1.3...plexus-velocity-2.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-velocity
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c617261..92ba4ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -230,7 +230,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-velocity</artifactId>
-      <version>1.3</version>
+      <version>2.0</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 207cfed..21916df 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -34,6 +34,7 @@
       <action type="update" dev="kinow" due-to="Dependabot">Bump github/codeql-action from 1 to 2 #109.</action>
       <action type="update" dev="kinow" due-to="Dependabot">Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 #112.</action>
       <action type="update" dev="kinow" due-to="Dependabot">Bump spotbugs-maven-plugin from 4.6.0 to 4.7.0 #114.</action>
+      <action type="update" dev="kinow" due-to="Dependabot">Bump plexus-velocity from 1.3 to 2.0 #116.</action>
     </release>
     <release version="1.8.0" date="2022-03-13" description="Version 1.8">
       <action issue="COMMONSSITE-138" type="add" dev="chtompki, ggregory">Create signature validation script for releases.</action>