Skip to content

Commit

Permalink
Bump up os-maven-plugin to 1.7.1 (#13107)
Browse files Browse the repository at this point in the history
Motivation:

os-maven-plugin 1.7.0 does not recognize LoongArch information, os-maven-plugin supports LoongArch since 1.7.1

Modification:

Update pom.xml and testsuite-shading/pom.xml

Result:

LoongArch cpu information can be correctly identified
  • Loading branch information
Panxuefeng-loongson committed Jan 10, 2023
1 parent e19860a commit 05153ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@
<argLine.javaProperties>-D_</argLine.javaProperties>
<!-- Configure the os-maven-plugin extension to expand the classifier on -->
<!-- Fedora-"like" systems. This is currently only used for the netty-tcnative dependency -->
<osmaven.version>1.7.0</osmaven.version>
<osmaven.version>1.7.1</osmaven.version>
<!-- keep in sync with PlatformDependent#ALLOWED_LINUX_OS_CLASSIFIERS -->
<os.detection.classifierWithLikes>fedora,suse,arch</os.detection.classifierWithLikes>
<tcnative.artifactId>netty-tcnative</tcnative.artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite-shading/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<extension>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>1.6.0</version>
<version>1.7.1</version>
</extension>
</extensions>
<plugins>
Expand Down

0 comments on commit 05153ac

Please sign in to comment.