Author: fanningpj
Date: Wed Dec 16 22:25:15 2020
New Revision: 1884531
URL: http://svn.apache.org/viewvc?rev=1884531&view=rev
Log:
upgrade javaparser
Modified:
xmlbeans/trunk/build.xml
xmlbeans/trunk/src/main/resources/maven/pom.xml
Modified: xmlbeans/trunk/build.xml
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1884531&r1=1884530&r2=1884531&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Wed Dec 16 22:25:15 2020
@@ -123,7 +123,7 @@
<dependency prefix="slf4j-api" artifact="org.slf4j:slf4j-api:1.7.30"
usage="main"/>
<dependency prefix="saxon" artifact="net.sf.saxon:Saxon-HE:10.3"
usage="main"/>
<dependency prefix="ant" artifact="org.apache.ant:ant:1.10.8"
usage="main"/>
- <dependency prefix="javaparser.core"
artifact="com.github.javaparser:javaparser-core:3.16.1" usage="main"/>
+ <dependency prefix="javaparser.core"
artifact="com.github.javaparser:javaparser-core:3.18.0" usage="main"/>
<!-- previous xmlbeans version is used to bootstrap necessary schema
bindings -->
<dependency prefix="old.xmlbeans"
artifact="org.apache.xmlbeans:xmlbeans:3.1.0" usage="previous"/>
@@ -184,7 +184,8 @@
<!-- remove previous versions of third-party jars to prevent them from
lingering around,
we often had hard-to-find build/CI-problems because of these! -->
<delete dir="compile-lib"/>
- <delete dir="lib/main" includes="javaparser-core-3.15.21.jar"/>
+ <delete dir="lib/main" includes="javaparser-core-3.15*.jar"/>
+ <delete dir="lib/main" includes="javaparser-core-3.16*.jar"/>
<delete dir="lib/main" includes="Saxon-HE-10.2.jar"/>
<delete dir="lib/util"
includes="forbiddenapis-2.6.jar,apache-rat-0.12.jar"/>
<condition property="jars.present">
Modified: xmlbeans/trunk/src/main/resources/maven/pom.xml
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/src/main/resources/maven/pom.xml?rev=1884531&r1=1884530&r2=1884531&view=diff
==============================================================================
--- xmlbeans/trunk/src/main/resources/maven/pom.xml (original)
+++ xmlbeans/trunk/src/main/resources/maven/pom.xml Wed Dec 16 22:25:15 2020
@@ -91,7 +91,7 @@
<dependency>
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-core</artifactId>
- <version>3.16.1</version>
+ <version>3.18.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]