Prepare for 0.3.0 release
This commit is contained in:
parent
5ea43d3406
commit
247b2a2e74
3 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,11 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.3.0
|
||||
-----
|
||||
|
||||
*
|
||||
|
||||
0.2.0
|
||||
-----
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ TypeAlias for Java
|
|||
<dependency>
|
||||
<groupId>net.kemitix</groupId>
|
||||
<artifactId>mon</artifactId>
|
||||
<version>${mon.version}</version>
|
||||
<version>0.3.0</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
|||
<version>3.2.4</version>
|
||||
</parent>
|
||||
<artifactId>mon</artifactId>
|
||||
<version>0.2.0</version>
|
||||
<version>0.3.0-SNAPSHOT</version>
|
||||
|
||||
<properties>
|
||||
<junit.version>4.12</junit.version>
|
||||
|
|
Loading…
Reference in a new issue