Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
MenoData committed Feb 11, 2024
1 parent 36d944c commit 35120a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.time4j</groupId>
<artifactId>time4j-parent</artifactId>
<version>5.9.3</version>
<version>5.9.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.time4j</groupId>
<artifactId>time4j-parent</artifactId>
<version>5.9.3</version>
<version>5.9.4</version>
<packaging>pom</packaging>
<name>Time4J</name>
<description>Advanced Date, Time and Interval Library for Java</description>
Expand Down
4 changes: 2 additions & 2 deletions sqlxml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.time4j</groupId>
<artifactId>time4j-parent</artifactId>
<version>5.9.3</version>
<version>5.9.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>net.time4j</groupId>
<artifactId>time4j-base</artifactId>
<version>5.9.3</version>
<version>5.9.4</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 35120a1

Please sign in to comment.