Skip to content

Commit

Permalink
* Release Version 0.2.0 with support for java module system
Browse files Browse the repository at this point in the history
  • Loading branch information
weissreto committed Oct 24, 2018
1 parent 1407536 commit a70afee
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 @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ch.rweiss</groupId>
<artifactId>ansi-terminal</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>

<properties>
<junit.engine.version>5.2.0</junit.engine.version>
Expand All @@ -14,12 +14,12 @@
<dependency>
<groupId>ch.rweiss</groupId>
<artifactId>ansi-terminal-native</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>ch.rweiss</groupId>
<artifactId>check</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit a70afee

Please sign in to comment.