Upgrade to new os-maven-plugin

Motivation:

The last os-maven-plugin had a bug that sometimes missed to correctly detect fedora based linux.

Modifications:

Upgrade to 1.4.1

Result:

Correctly detect on all fedora based linux.
This commit is contained in:
Norman Maurer 2015-09-18 21:42:43 +02:00
parent 276613c63c
commit beb75f0a04

View File

@ -947,7 +947,7 @@
<extension> <extension>
<groupId>kr.motd.maven</groupId> <groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId> <artifactId>os-maven-plugin</artifactId>
<version>1.4.0.Final</version> <version>1.4.1.Final</version>
</extension> </extension>
</extensions> </extensions>