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 c75f99c commit 0c41e39
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.7-SNAPSHOT</version>
<version>0.9.7</version>
</parent>
<artifactId>math</artifactId>
<version>0.6.6-SNAPSHOT</version>
<version>0.6.6</version>
<name>LibJ Math</name>
<description>
Supplementary extensions to the java.math package.
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>test</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 0c41e39

Please sign in to comment.