This is an automated email from the ASF dual-hosted git repository.
orpiske 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 c0c48dfa5f5 Apply the common-custom-user-data extension to apply
enhanced metadata to Develocity Build Scans
c0c48dfa5f5 is described below
commit c0c48dfa5f512e1c584825e61d9f4cb8b92e79d3
Author: Tyler Bertrand <[email protected]>
AuthorDate: Sat Sep 13 12:05:30 2025 -0500
Apply the common-custom-user-data extension to apply enhanced metadata to
Develocity Build Scans
---
.mvn/extensions.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
index 91ac58bf0d8..bfc064f9a4a 100644
--- a/.mvn/extensions.xml
+++ b/.mvn/extensions.xml
@@ -15,4 +15,9 @@
<artifactId>develocity-maven-extension</artifactId>
<version>2.1</version>
</extension>
+ <extension>
+ <groupId>com.gradle</groupId>
+ <artifactId>common-custom-user-data-maven-extension</artifactId>
+ <version>2.0.5</version>
+ </extension>
</extensions>