Skip to content

Commit 35120a1

Browse files
committed
version update
1 parent 36d944c commit 35120a1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.time4j</groupId>
88
<artifactId>time4j-parent</artifactId>
9-
<version>5.9.3</version>
9+
<version>5.9.4</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>net.time4j</groupId>
66
<artifactId>time4j-parent</artifactId>
7-
<version>5.9.3</version>
7+
<version>5.9.4</version>
88
<packaging>pom</packaging>
99
<name>Time4J</name>
1010
<description>Advanced Date, Time and Interval Library for Java</description>

sqlxml/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.time4j</groupId>
88
<artifactId>time4j-parent</artifactId>
9-
<version>5.9.3</version>
9+
<version>5.9.4</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>net.time4j</groupId>
2020
<artifactId>time4j-base</artifactId>
21-
<version>5.9.3</version>
21+
<version>5.9.4</version>
2222
<scope>compile</scope>
2323
</dependency>
2424
<dependency>

0 commit comments

Comments
 (0)