Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update build files for joda-time
  • Loading branch information
darkv committed Dec 12, 2015
1 parent 8a39f3c commit 07aa7f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/build/build.xml
Expand Up @@ -29,7 +29,7 @@
<property name="framework.erjars.httpcore" value="httpcore-4.3.3.jar" />
<property name="framework.erjars.httpmime" value="httpmime-4.3.6.jar" />
<property name="framework.erjars.icu4j" value="icu4j-3_8_1.jar" />
<property name="framework.erjars.joda" value="joda-time-2.3.jar" />
<property name="framework.erjars.joda" value="joda-time-2.9.1.jar" />
<property name="framework.erjars.junit" value="junit-4.10.jar" />
<property name="framework.erjars.log4j" value="log4j-1.2.17.jar" />
<property name="framework.erjars.ognl" value="ognl-3.1.jar" />
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -725,7 +725,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.3</version>
<version>2.9.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down

0 comments on commit 07aa7f0

Please sign in to comment.