You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/10/12 16:09:21 UTC

[maven-jar-plugin] branch MJAR-263 updated: use released plexus-utils 3.3.0

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

hboutemy pushed a commit to branch MJAR-263
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git


The following commit(s) were added to refs/heads/MJAR-263 by this push:
     new b59fc7c  use released plexus-utils 3.3.0
b59fc7c is described below

commit b59fc7c18096a75c9541131ec2ca538173a4e86d
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Oct 12 18:09:17 2019 +0200

    use released plexus-utils 3.3.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e4f13fd..855dc8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@
 	<dependency>
 		<groupId>org.codehaus.plexus</groupId>
 		<artifactId>plexus-utils</artifactId>
-		<version>3.3.0-SNAPSHOT</version>
+		<version>3.3.0</version>
 	</dependency>
     <dependency>
       <groupId>junit</groupId>