Skip to content

Commit

Permalink
JUnit 4.8b3 implements Categories. See doc/ReleaseNotes4.8.txt for
Browse files Browse the repository at this point in the history
details.
  • Loading branch information
David Saff committed Nov 17, 2009
1 parent 7aac4b1 commit 0c45278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -6,7 +6,7 @@
<property name="target" location="target" />
<property name="bin" location="${target}/main" />
<property name="version-base" value="4.8" />
<property name="version-status" value="b1" />
<property name="version-status" value="b3" />
<property name="version" value="${version-base}${version-status}" />
<property name="dist" value="junit${version}" />
<property name="versionfile" value="${src}/junit/runner/Version.java" />
Expand Down

0 comments on commit 0c45278

Please sign in to comment.