You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/01/12 22:11:32 UTC

[maven-help-plugin] branch refactor-test updated (e98d9c8 -> 3dba8c1)

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

slachiewicz pushed a change to branch refactor-test
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git.


    from e98d9c8  Site plugin updates, fluido 1.9, small docs update.
     new 1b9aa5e  Bump commons-lang3 to 3.8.1
     new 3dba8c1  Bump asm to 9.0 (maven-plugin-tools-generators)

The 2 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.


Summary of changes:
 pom.xml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)


[maven-help-plugin] 02/02: Bump asm to 9.0 (maven-plugin-tools-generators)

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

slachiewicz pushed a commit to branch refactor-test
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit 3dba8c190e248a12e5ccbd6d5f0ece5a3ed6ad6a
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Jan 12 23:11:14 2021 +0100

    Bump asm to 9.0 (maven-plugin-tools-generators)
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1efa830..e242589 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,6 +110,16 @@
       <version>${mavenPluginToolsVersion}</version>
     </dependency>
     <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+      <version>9.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+      <version>9.0</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
       <version>${mavenPluginToolsVersion}</version>


[maven-help-plugin] 01/02: Bump commons-lang3 to 3.8.1

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

slachiewicz pushed a commit to branch refactor-test
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit 1b9aa5e1fd077b7f4686fda260c15b522e735c63
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Jan 12 23:09:39 2021 +0100

    Bump commons-lang3 to 3.8.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2e9ba4b..1efa830 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.7</version>
+      <version>3.8.1</version> <!-- commons-lang3 > 3.8.1 requires at least Java 8 -->
     </dependency>
 
     <!-- test -->