This is an automated email from the ASF dual-hosted git repository.
sunnianjun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 133492431ab Replaces with `com.tisonkun.os:os-detector-maven-plugin`
to support building with Maven 4.0.0-beta-4 (#32984)
133492431ab is described below
commit 133492431abdf77d5b448c6512c6cec390213a19
Author: Ling Hengqian <[email protected]>
AuthorDate: Tue Sep 24 22:07:13 2024 +0800
Replaces with `com.tisonkun.os:os-detector-maven-plugin` to support
building with Maven 4.0.0-beta-4 (#32984)
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 21cb5d85f87..fb6564f37e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
<!-- 3rd party library plugin versions -->
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
<dockerfile-maven.version>1.4.13</dockerfile-maven.version>
- <os-maven-plugin.version>1.6.2</os-maven-plugin.version>
+
<os-detector-maven-plugin.version>0.3.1</os-detector-maven-plugin.version>
<native-maven-plugin.version>0.10.2</native-maven-plugin.version>
<!-- Compile plugin versions -->
@@ -871,9 +871,9 @@
<extensions>
<extension>
- <groupId>kr.motd.maven</groupId>
- <artifactId>os-maven-plugin</artifactId>
- <version>${os-maven-plugin.version}</version>
+ <groupId>com.tisonkun.os</groupId>
+ <artifactId>os-detector-maven-plugin</artifactId>
+ <version>${os-detector-maven-plugin.version}</version>
</extension>
</extensions>
</build>