Skip to content

Commit

Permalink
updated junit and hamcrest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
freemansoft committed Sep 25, 2020
1 parent ece6ff9 commit 5bfd97e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
<property name="generated.filename.zip" value="jacob-${version}" />
<property name="generated.filename.version" value="JacobVersion.properties" />

<property name="junit.jar" value="${basedir}/lib/junit-4.12.jar" />
<property name="hamcrest-core.jar" value="${basedir}/lib/hamcrest-core-1.3.jar" />
<property name="junit.jar" value="${basedir}/lib/junit-4.13.jar" />
<property name="hamcrest-core.jar" value="${basedir}/lib/hamcrest-2.2.jar" />

<property name="src.java.mainroot" value="${basedir}/src" />
<property name="src.java.samples" value="${basedir}/samples" />
Expand Down
Binary file added lib/hamcrest-2.2.jar
Binary file not shown.
Binary file removed lib/hamcrest-core-1.3.jar
Binary file not shown.
Binary file removed lib/junit-4.12.jar
Binary file not shown.
Binary file added lib/junit-4.13.jar
Binary file not shown.

0 comments on commit 5bfd97e

Please sign in to comment.