You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2022/05/11 12:48:28 UTC

[netbeans-mavenutils-nbm-maven-plugin] branch master updated: clean up version

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

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 324f5bd  clean up version
     new 638a9a2  Merge pull request #30 from ebarboni/testguice
324f5bd is described below

commit 324f5bd139f6ce1860f9c60f5bb1a8e564ae4e09
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Wed May 11 14:47:15 2022 +0200

    clean up version
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 18275c7..d6513a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,12 +407,12 @@ under the License.
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-plugin-api</artifactId>
-            <version>3.0</version>
+            <version>${maven.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven.plugin-tools</groupId>
             <artifactId>maven-plugin-annotations</artifactId>
-            <version>3.5</version>
+            <version>3.6.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.ant</groupId>
@@ -459,7 +459,7 @@ under the License.
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-container-default</artifactId>
-            <version>1.7.1</version>
+            <version>2.1.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven.shared</groupId>
@@ -493,12 +493,12 @@ under the License.
             <artifactId>nb-shared</artifactId>
             <version>1.3</version>
         </dependency>
-        <dependency>
+        <!--<dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
             <version>18.0</version>
             <type>jar</type>
-        </dependency>
+        </dependency>-->
     </dependencies>
     <properties>
         <mojo.java.target>1.8</mojo.java.target>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists