Skip to content

Commit

Permalink
update joda-time from 2.3 to 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darkv committed Dec 12, 2015
1 parent 3b5c2a0 commit aea41f5
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build/build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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-2.6.7.jar" />
Expand Down
6 changes: 5 additions & 1 deletion Frameworks/Core/ERJars/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
<classpathentry exported="true" kind="lib" path="Libraries/ERFoundation.jar"/>
<classpathentry exported="true" kind="lib" path="Libraries/ERWebObjects.jar"/>
<classpathentry exported="true" kind="lib" path="Libraries/commons-lang-2.6.jar"/>
<classpathentry exported="true" kind="lib" path="Libraries/joda-time-2.3.jar" sourcepath="LibrarySources/joda-time-2.3-sources.jar"/>
<classpathentry exported="true" kind="lib" path="Libraries/joda-time-2.9.1.jar" sourcepath="LibrarySources/joda-time-2.9.1-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/ERJars/LibraryJavadocs/joda-time-2.9.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="Libraries/junit-4.10.jar" sourcepath="LibrarySources/junit-4.10-src.jar"/>
<classpathentry exported="true" kind="lib" path="Libraries/icu4j-3_8_1.jar"/>
<classpathentry exported="true" kind="lib" path="Libraries/ognl-2.6.7.jar"/>
Expand Down
Binary file removed Frameworks/Core/ERJars/Libraries/joda-time-2.3.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
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 aea41f5

Please sign in to comment.