Merge branch release/0.1.0 into develop
Initial Release Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
This commit is contained in:
commit
bff6b5be5e
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.1.0
|
||||
------
|
||||
|
||||
* Initial Release
|
||||
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net.kemitix</groupId>
|
||||
<artifactId>node</artifactId>
|
||||
<version>0.1.0-SNAPSHOT</version>
|
||||
<version>0.2.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Node</name>
|
||||
|
@ -50,4 +50,4 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue