This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 145f71cf5aa Use the supported fork
145f71cf5aa is described below
commit 145f71cf5aaf406482257961326f5d3a806a8453
Author: Guillaume Nodet <[email protected]>
AuthorDate: Fri Sep 27 18:27:46 2024 +0200
Use the supported fork
---
.mvn/extensions.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
index 825ca919fdb..b81385915fd 100644
--- a/.mvn/extensions.xml
+++ b/.mvn/extensions.xml
@@ -6,8 +6,8 @@
<version>4.12.0</version>
</extension>
<extension>
- <groupId>kr.motd.maven</groupId>
- <artifactId>os-maven-plugin</artifactId>
- <version>1.7.1</version>
+ <groupId>com.tisonkun.os</groupId>
+ <artifactId>os-detector-maven-plugin</artifactId>
+ <version>0.4.0</version>
</extension>
</extensions>