Skip to content

Commit

Permalink
Merge pull request #192 from hunterhacker/tmp-cleanup
Browse files Browse the repository at this point in the history
Fixes #186 - update to Jaxen 1.2.0
  • Loading branch information
rolfl committed Jul 2, 2021
2 parents 03a391a + 25cf24e commit aa6f028
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ For instructions on how to build JDOM, please view the README.txt file.
<!-- Default JAR libraries -->
<property name="parser.jar" value="${lib.dir}/xercesImpl.jar" />
<property name="xmlapi.jar" value="${lib.dir}/xml-apis.jar" />
<property name="jaxen.jar" value="${lib.dir}/jaxen-1.1.6.jar" />
<property name="jaxen.jar" value="${lib.dir}/jaxen-1.2.0.jar" />
<property name="junit.jar" value="${lib.dir}/junit-4.8.2.jar" />
<property name="isorelax.jar" value="${contrib}/lib/isorelax.jar" />
<property name="xalan.jar" value="${lib.dir}/xalan/xalan-2.7.2.jar" />
Expand Down
Binary file removed lib/jaxen-1.1.6.jar
Binary file not shown.
File renamed without changes.
Binary file added lib/jaxen-1.2.0.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion maven/maven.pom
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1.6</version>
<version>1.2.0</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit aa6f028

Please sign in to comment.