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 Sep 24, 2024
1 parent 8193c4b commit 02b9646
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion java-io-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.nbbrd.java-io-util</groupId>
<artifactId>java-io-parent</artifactId>
<version>0.0.31-SNAPSHOT</version>
<version>0.0.31</version>
</parent>

<artifactId>java-io-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java-io-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>java-io-parent</artifactId>
<groupId>com.github.nbbrd.java-io-util</groupId>
<version>0.0.31-SNAPSHOT</version>
<version>0.0.31</version>
</parent>

<artifactId>java-io-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java-io-curl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.nbbrd.java-io-util</groupId>
<artifactId>java-io-parent</artifactId>
<version>0.0.31-SNAPSHOT</version>
<version>0.0.31</version>
</parent>

<artifactId>java-io-curl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java-io-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.nbbrd.java-io-util</groupId>
<artifactId>java-io-parent</artifactId>
<version>0.0.31-SNAPSHOT</version>
<version>0.0.31</version>
</parent>

<artifactId>java-io-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java-io-picocsv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>java-io-parent</artifactId>
<groupId>com.github.nbbrd.java-io-util</groupId>
<version>0.0.31-SNAPSHOT</version>
<version>0.0.31</version>
</parent>

<artifactId>java-io-picocsv</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java-io-win/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.nbbrd.java-io-util</groupId>
<artifactId>java-io-parent</artifactId>
<version>0.0.31-SNAPSHOT</version>
<version>0.0.31</version>
</parent>

<artifactId>java-io-win</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java-io-xml-bind/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.nbbrd.java-io-util</groupId>
<artifactId>java-io-parent</artifactId>
<version>0.0.31-SNAPSHOT</version>
<version>0.0.31</version>
</parent>

<artifactId>java-io-xml-bind</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java-io-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.nbbrd.java-io-util</groupId>
<artifactId>java-io-parent</artifactId>
<version>0.0.31-SNAPSHOT</version>
<version>0.0.31</version>
</parent>

<artifactId>java-io-xml</artifactId>
Expand Down
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.java-io-util</groupId>
<artifactId>java-io-parent</artifactId>
<version>0.0.31-SNAPSHOT</version>
<version>0.0.31</version>
<packaging>pom</packaging>

<name>java-io</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-06-25T12:39:03Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-24T11:44:21Z</project.build.outputTimestamp>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>

Expand Down

0 comments on commit 02b9646

Please sign in to comment.