pom.xml: Upgrade kemitix-spring-parent to 1.2.1

This gives us:

* Build is no longer platform dependent
* Upgrade maven plugins: surefire, surefire-report and failsafe to 2.19
* Upgrade maven plugin checkstyle to 2.17

Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
This commit is contained in:
Paul Campbell 2015-10-21 23:03:12 +01:00
parent 14cc99fd88
commit 9cd5b0c69c

View file

@ -31,7 +31,7 @@
<parent>
<groupId>net.kemitix</groupId>
<artifactId>kemitix-spring-parent</artifactId>
<version>1.1.7</version>
<version>1.2.1</version>
</parent>
<dependencies>