Skip to content

Commit

Permalink
Prepare release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Sep 18, 2023
1 parent 41f24cc commit f31854f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<parent>
<groupId>org.libj</groupId>
<artifactId>libj</artifactId>
<version>0.9.8-SNAPSHOT</version>
<version>0.9.8</version>
</parent>
<artifactId>io</artifactId>
<version>0.7.8-SNAPSHOT</version>
<version>0.7.8</version>
<name>LibJ IO</name>
<description>
Supplementary extensions to the java.io and java.nio packages.
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>util</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit f31854f

Please sign in to comment.