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 May 23, 2020
1 parent 99fcd75 commit fd4e15b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.7-SNAPSHOT</version>
<version>0.9.7</version>
</parent>
<artifactId>io</artifactId>
<version>0.7.7-SNAPSHOT</version>
<version>0.7.7</version>
<name>LibJ IO</name>
<description>
Supplementary extensions to the java.io and java.nio packages.
Expand All @@ -34,12 +34,12 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>util</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>test</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit fd4e15b

Please sign in to comment.