Skip to content

Commit e832849

Browse files
committed
Update joda-time to 2.13.0 to hopefully fix the Moscow timezone unit test. Probably should update to Java time instead
1 parent c3be0fd commit e832849

11 files changed

+15
-14
lines changed

.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<classpathentry exported="true" kind="lib" path="lib/AppleJavaExtensions.jar"/>
1818
<classpathentry exported="true" kind="lib" path="lib/jflex-full-1.8.2.jar" sourcepath="libsrc/jflex-1.8.2.zip"/>
1919
<classpathentry exported="true" kind="lib" path="lib/xom-1.3.9.jar" sourcepath="libsrc/xom-1.3.9-sources.jar"/>
20-
<classpathentry exported="true" kind="lib" path="lib/joda-time.jar" sourcepath="libsrc/joda-time-2.10.5-sources.jar"/>
20+
<classpathentry exported="true" kind="lib" path="lib/joda-time-2.13.0.jar" sourcepath="libsrc/joda-time-2.13.0-sources.zip"/>
2121
<classpathentry exported="true" kind="lib" path="lib/jollyday-0.4.9.jar" sourcepath="libsrc/jollyday-0.4.9-sources.jar"/>
2222
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.1.jar" sourcepath="libsrc/commons-lang3-3.1-sources.jar"/>
2323
<classpathentry exported="true" kind="lib" path="lib/protobuf-java-3.25.5.jar" sourcepath="libsrc/protobuf-java-3.25.5-sources.jar"/>

build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@
518518
<lib dir="${basedir}/lib">
519519
<include name="commons-lang3-3.1.jar"/>
520520
<include name="xom-1.3.9.jar"/>
521-
<include name="joda-time.jar"/>
521+
<include name="joda-time-2.13.0.jar"/>
522522
<include name="jollyday-0.4.9.jar"/>
523523
</lib>
524524
<zipfileset prefix="WEB-INF/data"
@@ -655,7 +655,7 @@
655655
<include name="commons-lang3-3.1.jar"/>
656656
<include name="protobuf-java-3.25.5.jar"/>
657657
<include name="xom-1.3.9.jar"/>
658-
<include name="joda-time.jar"/>
658+
<include name="joda-time-2.13.0.jar"/>
659659
<include name="jollyday-0.4.9.jar"/>
660660
</lib>
661661
<!-- note for John: c:/Users/John Bauer/nlp/stanford-releases -->

doc/corenlp/pom-full.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>joda-time</groupId>
107107
<artifactId>joda-time</artifactId>
108-
<version>2.10.5</version>
108+
<version>2.13.0</version>
109109
</dependency>
110110

111111
<dependency>

lib/README

+8-7
Original file line numberDiff line numberDiff line change
@@ -245,19 +245,20 @@ LAST UPDATE: 2020-11-04
245245
LAST UPDATE BY: John Bauer
246246

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

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

259-
LAST UPDATE: 2019-10-24
260-
LAST UPDATE BY: Jason Bolton
260+
LAST UPDATE: 2024-10-18
261+
LAST UPDATE BY: John Bauer
261262

262263
-----------------------------------------------------------------------
263264
jollyday-0.4.9.jar

lib/joda-time-2.13.0.jar

624 KB
Binary file not shown.

lib/joda-time.jar

-628 KB
Binary file not shown.

libsrc/joda-time-2.10.5-sources.jar

-802 KB
Binary file not shown.

libsrc/joda-time-2.13.0-sources.zip

1.42 MB
Binary file not shown.

pom-java-11.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>joda-time</groupId>
105105
<artifactId>joda-time</artifactId>
106-
<version>2.10.5</version>
106+
<version>2.13.0</version>
107107
</dependency>
108108

109109
<dependency>

pom-java-17.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>joda-time</groupId>
105105
<artifactId>joda-time</artifactId>
106-
<version>2.10.5</version>
106+
<version>2.13.0</version>
107107
</dependency>
108108

109109
<dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>joda-time</groupId>
107107
<artifactId>joda-time</artifactId>
108-
<version>2.10.5</version>
108+
<version>2.13.0</version>
109109
</dependency>
110110

111111
<dependency>

0 commit comments

Comments
 (0)