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.
This commit is contained in:
parent
10ee697557
commit
c1c43af060
3
pom.xml
3
pom.xml
@ -291,6 +291,7 @@
|
|||||||
<!-- Configure the os-maven-plugin extension to expand the classifier on -->
|
<!-- Configure the os-maven-plugin extension to expand the classifier on -->
|
||||||
<!-- Fedora-"like" systems. This is currently only used for the netty-tcnative dependency -->
|
<!-- Fedora-"like" systems. This is currently only used for the netty-tcnative dependency -->
|
||||||
<os.detection.classifierWithLikes>fedora</os.detection.classifierWithLikes>
|
<os.detection.classifierWithLikes>fedora</os.detection.classifierWithLikes>
|
||||||
|
<osmaven.version>1.6.2</osmaven.version>
|
||||||
<tcnative.artifactId>netty-tcnative</tcnative.artifactId>
|
<tcnative.artifactId>netty-tcnative</tcnative.artifactId>
|
||||||
<tcnative.version>2.0.25.Final</tcnative.version>
|
<tcnative.version>2.0.25.Final</tcnative.version>
|
||||||
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
|
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
|
||||||
@ -676,7 +677,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.6.0</version>
|
<version>${osmaven.version}</version>
|
||||||
</extension>
|
</extension>
|
||||||
</extensions>
|
</extensions>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user