You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/25 13:52:18 UTC

[commons-build-plugin] 01/06: Bump Ant integration from org.apache.maven:maven-script-ant to org.apache.maven.plugin-tools:maven-script-ant 3.9.0.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git

commit 404fc5d0ec4901e4d62a239b08c9667d21d08d38
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jun 25 08:52:31 2023 -0400

    Bump Ant integration from org.apache.maven:maven-script-ant to
    org.apache.maven.plugin-tools:maven-script-ant 3.9.0.
---
 pom.xml                 | 16 ++++++----------
 src/changes/changes.xml |  3 +++
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index cd158d0..4b549c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,17 +83,9 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.maven</groupId>
+      <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-script-ant</artifactId>
-      <version>2.2.1</version>
-      <!-- maven-script-ant 2.2.1 depends on org.apache.ant 1.7.1 -->
-      <!-- Ant 1.7.0+ required for the "loadresource" Task -->
-      <!-- Ant 1.7.1 required for COMMONSSITE-35 -->
-    </dependency>
-    <dependency>
-      <groupId>org.apache.ant</groupId>
-      <artifactId>ant-nodeps</artifactId>
-      <version>1.8.1</version>
+      <version>3.9.0</version>
     </dependency>
   </dependencies>
 
@@ -242,6 +234,10 @@
     <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
     <commons.releaseManagerName>Rob Tompkins</commons.releaseManagerName>
     <commons.releaseManagerKey>B6E73D84EA4FCC47166087253FAAD2CD5ECBB314</commons.releaseManagerKey>
+    
+    <!-- JS -->
+    <!-- 22.1.0 requires Java 11 -->
+    <graalvm.version>22.0.0.2</graalvm.version>
   </properties>
   <profiles>
     <profile>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 81b67e7..6884a79 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -40,6 +40,9 @@
         Add github/codeql-action.
       </action>
       <!-- UPDATE -->
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Bump Ant integration from org.apache.maven:maven-script-ant to org.apache.maven.plugin-tools:maven-script-ant 3.9.0.
+      </action>
       <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
         Bump actions/cache from 2 to 3.0.11, #25, #37, #51, #65, #88, #91, #94.
       </action>