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 2021/01/23 12:52:41 UTC

[maven-shared-utils] branch uti created (now dab07d5)

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

elharo pushed a change to branch uti
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git.


      at dab07d5  move plexus-utils to scope test

This branch includes the following new commits:

     new dab07d5  move plexus-utils to scope test

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-shared-utils] 01/01: move plexus-utils to scope test

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

elharo pushed a commit to branch uti
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git

commit dab07d5038859c56bc8ad789ffab62ab0e03857b
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Jan 23 07:52:25 2021 -0500

    move plexus-utils to scope test
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f548340..8010849 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,13 +120,13 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.10</version>
-      <scope>provided</scope>
+      <version>3.2.1</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>3.1.0</version>
+      <version>3.3.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>