You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/07/29 13:01:57 UTC

[maven-changes-plugin] 01/01: update plexus-interpolation to 1.26

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

elharo pushed a commit to branch ple
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git

commit 863238b4041e7b3712355c15e1d3358f36c4f9d7
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Wed Jul 29 09:01:40 2020 -0400

    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 cff44df..3098fee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.24</version>
+      <version>1.26</version>
     </dependency>
 
     <!-- wagon -->