Skip to content

Commit f927520

Browse files
committed
Upgrade to JUnit 4.10 from 4.9.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1201721 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3aa6ed1 commit f927520

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

default.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
repository=${user.home}/.m2/repository
2222

2323
# The pathname of the "junit.jar" JAR file
24-
junit.home=${repository}/junit/junit/4.9
25-
junit.jar = ${junit.home}/junit-4.9.jar
24+
junit.home=${repository}/junit/junit/4.10
25+
junit.jar = ${junit.home}/junit-4.10.jar
2626

2727
# The name of this component
2828
component.name = commons-codec

0 commit comments

Comments
 (0)