Skip to content

Commit

Permalink
Update versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed May 28, 2024
1 parent ea266bb commit 7300f67
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.nbbrd.spreadsheet4j</groupId>
<artifactId>spreadsheet-parent</artifactId>
<version>2.5.9-SNAPSHOT</version>
<version>2.5.9</version>
<packaging>pom</packaging>

<name>spreadsheet4j</name>
Expand Down Expand Up @@ -38,7 +38,7 @@
<properties>
<!-- Java 8+ config -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2024-02-26T12:40:05Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-05-28T08:50:45Z</project.build.outputTimestamp>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>

Expand Down
2 changes: 1 addition & 1 deletion spreadsheet-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.nbbrd.spreadsheet4j</groupId>
<artifactId>spreadsheet-parent</artifactId>
<version>2.5.9-SNAPSHOT</version>
<version>2.5.9</version>
</parent>

<artifactId>spreadsheet-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spreadsheet-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.nbbrd.spreadsheet4j</groupId>
<artifactId>spreadsheet-parent</artifactId>
<version>2.5.9-SNAPSHOT</version>
<version>2.5.9</version>
</parent>

<artifactId>spreadsheet-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spreadsheet-fastexcel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>spreadsheet-parent</artifactId>
<groupId>com.github.nbbrd.spreadsheet4j</groupId>
<version>2.5.9-SNAPSHOT</version>
<version>2.5.9</version>
</parent>

<artifactId>spreadsheet-fastexcel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spreadsheet-html/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.nbbrd.spreadsheet4j</groupId>
<artifactId>spreadsheet-parent</artifactId>
<version>2.5.9-SNAPSHOT</version>
<version>2.5.9</version>
</parent>

<artifactId>spreadsheet-html</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spreadsheet-od/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.nbbrd.spreadsheet4j</groupId>
<artifactId>spreadsheet-parent</artifactId>
<version>2.5.9-SNAPSHOT</version>
<version>2.5.9</version>
</parent>

<artifactId>spreadsheet-od</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spreadsheet-poi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.nbbrd.spreadsheet4j</groupId>
<artifactId>spreadsheet-parent</artifactId>
<version>2.5.9-SNAPSHOT</version>
<version>2.5.9</version>
</parent>

<artifactId>spreadsheet-poi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spreadsheet-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.nbbrd.spreadsheet4j</groupId>
<artifactId>spreadsheet-parent</artifactId>
<version>2.5.9-SNAPSHOT</version>
<version>2.5.9</version>
</parent>

<artifactId>spreadsheet-standalone</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spreadsheet-xl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.nbbrd.spreadsheet4j</groupId>
<artifactId>spreadsheet-parent</artifactId>
<version>2.5.9-SNAPSHOT</version>
<version>2.5.9</version>
</parent>

<artifactId>spreadsheet-xl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spreadsheet-xmlss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.nbbrd.spreadsheet4j</groupId>
<artifactId>spreadsheet-parent</artifactId>
<version>2.5.9-SNAPSHOT</version>
<version>2.5.9</version>
</parent>

<artifactId>spreadsheet-xmlss</artifactId>
Expand Down

0 comments on commit 7300f67

Please sign in to comment.