Skip to content

Commit f917ed2

Browse files
committed
Update for current version instead of 1.9.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1668464 13f79535-47bb-0310-9956-ffa450edef68
1 parent b8c3b30 commit f917ed2

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
@@ -22,7 +22,7 @@ repository=${user.home}/.m2/repository
2222

2323
# The pathname of the "junit.jar" JAR file
2424
junit.module=junit
25-
junit.version=4.11
25+
junit.version=4.12
2626
junit.home=${repository}/junit/${junit.module}/${junit.version}
2727
junit.jar = ${junit.home}/${junit.module}-${junit.version}.jar
2828

@@ -41,7 +41,7 @@ component.package = org.apache.commons.codec
4141
component.title = Encode/Decode Utilities
4242

4343
# The current version number of this component
44-
component.version = 1.9-SNAPSHOT
44+
component.version = 1.11-SNAPSHOT
4545

4646
# The name that is used to create the jar file
4747
final.name = ${component.name}-${component.version}

0 commit comments

Comments
 (0)