Merge branch release/0.3.0 into develop
*230c1ca
Upgrade maven-pmd-plugin to 3.6 *ca82b4d
Only use javadoc, source and deploy plugins in release profile Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
This commit is contained in:
commit
aabac4653b
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,12 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.3.0
|
||||||
|
------
|
||||||
|
|
||||||
|
* * 230c1ca Upgrade maven-pmd-plugin to 3.6
|
||||||
|
* * ca82b4d Only use javadoc, source and deploy plugins in release profile
|
||||||
|
|
||||||
0.2.0
|
0.2.0
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<groupId>net.kemitix</groupId>
|
<groupId>net.kemitix</groupId>
|
||||||
<artifactId>kemitix-parent</artifactId>
|
<artifactId>kemitix-parent</artifactId>
|
||||||
<version>0.3.0-SNAPSHOT</version>
|
<version>0.4.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>Kemitix Parent</name>
|
<name>Kemitix Parent</name>
|
||||||
|
|
Loading…
Reference in a new issue