Skip to content

Commit

Permalink
Update joda-time to 2.13.0 to hopefully fix the Moscow timezone unit …
Browse files Browse the repository at this point in the history
…test. Probably should update to Java time instead
  • Loading branch information
AngledLuffa committed Oct 19, 2024
1 parent c3be0fd commit e832849
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<classpathentry exported="true" kind="lib" path="lib/AppleJavaExtensions.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jflex-full-1.8.2.jar" sourcepath="libsrc/jflex-1.8.2.zip"/>
<classpathentry exported="true" kind="lib" path="lib/xom-1.3.9.jar" sourcepath="libsrc/xom-1.3.9-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/joda-time.jar" sourcepath="libsrc/joda-time-2.10.5-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/joda-time-2.13.0.jar" sourcepath="libsrc/joda-time-2.13.0-sources.zip"/>
<classpathentry exported="true" kind="lib" path="lib/jollyday-0.4.9.jar" sourcepath="libsrc/jollyday-0.4.9-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.1.jar" sourcepath="libsrc/commons-lang3-3.1-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/protobuf-java-3.25.5.jar" sourcepath="libsrc/protobuf-java-3.25.5-sources.jar"/>
Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@
<lib dir="${basedir}/lib">
<include name="commons-lang3-3.1.jar"/>
<include name="xom-1.3.9.jar"/>
<include name="joda-time.jar"/>
<include name="joda-time-2.13.0.jar"/>
<include name="jollyday-0.4.9.jar"/>
</lib>
<zipfileset prefix="WEB-INF/data"
Expand Down Expand Up @@ -655,7 +655,7 @@
<include name="commons-lang3-3.1.jar"/>
<include name="protobuf-java-3.25.5.jar"/>
<include name="xom-1.3.9.jar"/>
<include name="joda-time.jar"/>
<include name="joda-time-2.13.0.jar"/>
<include name="jollyday-0.4.9.jar"/>
</lib>
<!-- note for John: c:/Users/John Bauer/nlp/stanford-releases -->
Expand Down
2 changes: 1 addition & 1 deletion doc/corenlp/pom-full.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.10.5</version>
<version>2.13.0</version>
</dependency>

<dependency>
Expand Down
15 changes: 8 additions & 7 deletions lib/README
Original file line number Diff line number Diff line change
Expand Up @@ -245,19 +245,20 @@ LAST UPDATE: 2020-11-04
LAST UPDATE BY: John Bauer

-----------------------------------------------------------------------
joda-time.jar
ORIGINAL JAR NAME: joda-time-2.10.5.jar
VERSION: 2.10.5
RELEASE DATE: 2019-10-24
joda-time-2.13.0.jar
ORIGINAL JAR NAME: joda-time-2.13.0.jar
VERSION: 2.13.0
RELEASE DATE: 2024-09-15
SOURCE AVAILABLE: yes
DESCRIPTION: Extended date/time API that handles partial dates/times
URL: http://joda-time.sourceforge.net/index.html
URL: https://github.com/JodaOrg/joda-time/releases
formerly http://joda-time.sourceforge.net/index.html

USED BY: edu.stanford.nlp.time
Needed by CoreNLP distributions.

LAST UPDATE: 2019-10-24
LAST UPDATE BY: Jason Bolton
LAST UPDATE: 2024-10-18
LAST UPDATE BY: John Bauer

-----------------------------------------------------------------------
jollyday-0.4.9.jar
Expand Down
Binary file added lib/joda-time-2.13.0.jar
Binary file not shown.
Binary file removed lib/joda-time.jar
Binary file not shown.
Binary file removed libsrc/joda-time-2.10.5-sources.jar
Binary file not shown.
Binary file added libsrc/joda-time-2.13.0-sources.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion pom-java-11.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.10.5</version>
<version>2.13.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom-java-17.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.10.5</version>
<version>2.13.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.10.5</version>
<version>2.13.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e832849

Please sign in to comment.