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 071bfc3f6a
commit 942c4efa50

View File

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