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

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a4de9775 Revert "upgrade graaljs version"
1a4de9775 is described below

commit 1a4de9775316ef13faefd86048dc7289f746b507
Author: Jaikiran Pai <[email protected]>
AuthorDate: Wed May 8 15:42:54 2024 +0530

    Revert "upgrade graaljs version"
    
    This reverts commit bdf6df5fe04c5dab07f0982c12e870763f8feb46.
---
 fetch.xml                | 2 +-
 lib/libraries.properties | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/fetch.xml b/fetch.xml
index 85bbf7524..599b8f298 100644
--- a/fetch.xml
+++ b/fetch.xml
@@ -328,7 +328,7 @@ Set -Ddest=LOCATION on the command line
 
   <target name="graal.js"
           description="load Graal.js">
-    <f2 project="org.graalvm.js" archive="js-language"/>
+    <f2 project="org.graalvm.js" archive="js"/>
     <f2 project="org.graalvm.js" archive="js-scriptengine"/>
   </target>
 
diff --git a/lib/libraries.properties b/lib/libraries.properties
index 3ce11b384..8be814b7c 100644
--- a/lib/libraries.properties
+++ b/lib/libraries.properties
@@ -42,8 +42,8 @@ bsh.version=2.0b5
 commons-net.version=3.10.0
 commons-logging.version=1.1
 commons-logging-api.version=${commons-logging.version}
-js-language.version=23.1.2
-js-scriptengine.version=${js-language.version}
+js.version=20.1.0
+js-scriptengine.version=${js.version}
 # Note - When updating the hamcrest versions here, make sure to also update the
 # "src-dist" target in build.xml to copy the correct hamcrest jars
 # into the source distribution. Also update the hamcrest dependency

Reply via email to