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/06/15 16:24:35 UTC

[maven-plugin-testing] branch plex created (now e386152)

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

elharo pushed a change to branch plex
in repository https://gitbox.apache.org/repos/asf/maven-plugin-testing.git.


      at e386152  update plexus-utils

This branch includes the following new commits:

     new e386152  update plexus-utils

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-plugin-testing] 01/01: update plexus-utils

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

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

commit e386152805ebadd8b22e933e20cdb6f15eec6fd7
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Mon Jun 15 12:23:58 2020 -0400

    update plexus-utils
---
 pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index b89888b..bbe83d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@ under the License.
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.0.15</version>
+        <version>3.3.0</version>
         <scope>provided</scope>
       </dependency>    
     
@@ -192,16 +192,12 @@ under the License.
   </dependencyManagement>
 
   <dependencies>
-  
-    <!-- misc -->
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
     </dependency>
-    
   </dependencies>
   
-  
   <build>
     <pluginManagement>
       <plugins>