You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2018/11/01 20:26:44 UTC

ant git commit: Dependency update/sync with POM build

Repository: ant
Updated Branches:
  refs/heads/master 83aa80729 -> 1c760db0d


Dependency update/sync with POM build

Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/1c760db0
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/1c760db0
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/1c760db0

Branch: refs/heads/master
Commit: 1c760db0dc6dbab7d2029a1a3151d6fa021303ea
Parents: 83aa807
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Thu Nov 1 21:26:31 2018 +0100
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Thu Nov 1 21:26:31 2018 +0100

----------------------------------------------------------------------
 fetch.xml                | 1 -
 lib/libraries.properties | 5 ++---
 2 files changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/1c760db0/fetch.xml
----------------------------------------------------------------------
diff --git a/fetch.xml b/fetch.xml
index 0e4ced4..371adaf 100644
--- a/fetch.xml
+++ b/fetch.xml
@@ -305,7 +305,6 @@ Set -Ddest=LOCATION on the command line
           description="load BeanShell support"
           depends="bsf">
     <f2 project="org.beanshell" archive="bsh"/>
-    <f2 project="org.beanshell" archive="bsh-core"/>
   </target>
 
   <target name="jython"

http://git-wip-us.apache.org/repos/asf/ant/blob/1c760db0/lib/libraries.properties
----------------------------------------------------------------------
diff --git a/lib/libraries.properties b/lib/libraries.properties
index 26eebb7..ef9ef09 100644
--- a/lib/libraries.properties
+++ b/lib/libraries.properties
@@ -35,8 +35,7 @@ ant-antunit.version=1.4
 antlr.version=2.7.7
 bcel.version=6.2
 bsf.version=2.4.0
-bsh.version=2.0b4
-bsh-core.version=${bsh.version}
+bsh.version=2.0b5
 commons-net.version=3.6
 commons-logging.version=1.1
 commons-logging-api.version=${commons-logging.version}
@@ -48,7 +47,7 @@ jakarta-regexp.version=1.4
 # Later versions of Tomcat provide a jspc task
 jasper-compiler.version=4.1.36
 jasper-runtime.version=${jasper-compiler.version}
-javax.mail.version=1.6.1
+javax.mail.version=1.6.2
 jdepend.version=2.9.1
 jruby.version=1.6.8
 junit.version=4.12