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 33de35c481
commit a58c1eddbb

View File

@ -942,7 +942,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>