From 17f10d6a924b30245f692d33dd2e3d0aec0a1d6d Mon Sep 17 00:00:00 2001 From: Nico Kruber Date: Sat, 3 Aug 2019 12:38:35 +0200 Subject: [PATCH] Update os-maven-plugin version to match netty-tcnative (#9409) Motivation: Since both projects (to some extend) rely on classifier parsing via the os-maven-plugin, they should ideally use the same version in case the parsing changed. Modifications: Upgrade os-maven-plugin from 1.6.0 to 1.6.2 Result: Same os-maven-plugin with same parsing logic. --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0614221ec7..fcd1e39422 100644 --- a/pom.xml +++ b/pom.xml @@ -297,6 +297,7 @@ fedora + 1.6.2 netty-tcnative 2.0.25.Final ${os.detected.classifier} @@ -695,7 +696,7 @@ kr.motd.maven os-maven-plugin - 1.6.0 + ${osmaven.version}