You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/08/28 20:58:08 UTC

[maven] branch maven-3.8.x-MNG-6841 created (now 384838b)

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

michaelo pushed a change to branch maven-3.8.x-MNG-6841
in repository https://gitbox.apache.org/repos/asf/maven.git.


      at 384838b  [MNG-6841] update plexus-interpolation to 1.26

This branch includes the following new commits:

     new 384838b  [MNG-6841] update plexus-interpolation to 1.26

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven] 01/01: [MNG-6841] update plexus-interpolation to 1.26

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch maven-3.8.x-MNG-6841
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 384838b514a69514561b9a0c69c8bd9213b29c11
Author: artem.krosheninnikov <ar...@team.wrike.com>
AuthorDate: Sun Jan 5 22:24:21 2020 +0300

    [MNG-6841] update plexus-interpolation to 1.26
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 05b80b2..9efe8f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@ under the License.
     <junitVersion>4.12</junitVersion>
     <mockitoVersion>2.21.0</mockitoVersion>
     <plexusVersion>2.1.0</plexusVersion>
-    <plexusInterpolationVersion>1.25</plexusInterpolationVersion>
+    <plexusInterpolationVersion>1.26</plexusInterpolationVersion>
     <plexusUtilsVersion>3.2.1</plexusUtilsVersion>
     <guiceVersion>4.2.2</guiceVersion>
     <sisuInjectVersion>0.3.4</sisuInjectVersion>