From c1c43af060b74d08f8a63404536bee01f25b605d 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 18a64652bd..4d08f2df1a 100644 --- a/pom.xml +++ b/pom.xml @@ -291,6 +291,7 @@ fedora + 1.6.2 netty-tcnative 2.0.25.Final ${os.detected.classifier} @@ -676,7 +677,7 @@ kr.motd.maven os-maven-plugin - 1.6.0 + ${osmaven.version}