You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2021/10/10 20:55:02 UTC

[maven-clean-plugin] branch update-plugin created (now f18dfa5)

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

cstamas pushed a change to branch update-plugin
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git.


      at f18dfa5  Update plugin dependencies

This branch includes the following new commits:

     new f18dfa5  Update plugin dependencies

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-clean-plugin] 01/01: Update plugin dependencies

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

cstamas pushed a commit to branch update-plugin
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git

commit f18dfa5798600e6a8782f4e960821d4246c16cbb
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Sun Oct 10 22:54:36 2021 +0200

    Update plugin dependencies
    
    And make plugin-api provided
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8ddf6e6..2ec4204 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,11 +77,12 @@ under the License.
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
       <version>${mavenVersion}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
-      <version>3.2.1</version>
+      <version>3.3.4</version>
     </dependency>
 
     <!-- dependencies to annotations -->
@@ -119,7 +120,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.13.1</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>