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/04/01 11:10:45 UTC

[maven-plugin-tools] branch deps created (now 52f9d05)

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

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


      at 52f9d05  upgrade parent POM and other dependencies

This branch includes the following new commits:

     new 52f9d05  upgrade parent POM and other 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-plugin-tools] 01/01: upgrade parent POM and other dependencies

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

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

commit 52f9d050358eba7d0440df07e09b20dc655f1d6d
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Wed Apr 1 07:10:29 2020 -0400

    upgrade parent POM and other dependencies
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 97de80f..d5af4d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>33</version>
+    <version>34</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -34,8 +34,8 @@
 
   <name>Maven Plugin Tools</name>
   <description>
-    The Maven Plugin Tools contains the necessary tools to be able to produce Maven Plugins in scripting languages
-    and to generate rebarbative content like descriptor, help and documentation.
+    The Maven Plugin Tools contains the necessary tools to produce Maven Plugins in scripting languages
+    and to generate content such as descriptor, help, and documentation.
   </description>
   <url>https://maven.apache.org/plugin-tools</url>
   <inceptionYear>2004</inceptionYear>
@@ -90,14 +90,14 @@
   </distributionManagement>
 
   <properties>
-    <surefire.version>2.22.0</surefire.version>
+    <surefire.version>2.22.2</surefire.version>
     <javaVersion>7</javaVersion>
     <pluginTestingHarnessVersion>1.2</pluginTestingHarnessVersion>
     <mavenVersion>3.0</mavenVersion>
     <antVersion>1.7.1</antVersion>
     <mavenInvokerPluginVersion>3.0.1</mavenInvokerPluginVersion>
     <maven.site.path>plugin-tools-archives/plugin-tools-LATEST</maven.site.path>
-    <asmVersion>7.3.1</asmVersion>
+    <asmVersion>8.0</asmVersion>
   </properties>
 
   <dependencyManagement>