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 21:56:45 UTC

[maven] branch maven-3.8.x updated (547dfdd -> ccafe8b)

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

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


    from 547dfdd  Improve license handling
     add 0c3fe07  [MNG-6818] - Upgrade plexus-utils 3.3.0
     new ccafe8b  [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.


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[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
in repository https://gitbox.apache.org/repos/asf/maven.git

commit ccafe8bf46ad874ca0cfba6ea5961b34f1630f82
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 8212816..4a4f69b 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.3.0</plexusUtilsVersion>
     <guiceVersion>4.2.2</guiceVersion>
     <sisuInjectVersion>0.3.4</sisuInjectVersion>