This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch snapshot-in-ivysettings
in repository https://gitbox.apache.org/repos/asf/camel.git

commit e9adae1f70752565658f1d25b3395bef59eb3708
Author: Marat Gubaidullin <marat.gubaidul...@gmail.com>
AuthorDate: Thu Jun 9 15:36:47 2022 -0400

    Use apache-snapshot only for SNAPSHOT dependencies
---
 dsl/camel-kamelet-main/src/main/resources/camelGrapeConfig.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dsl/camel-kamelet-main/src/main/resources/camelGrapeConfig.xml 
b/dsl/camel-kamelet-main/src/main/resources/camelGrapeConfig.xml
index 8044b3eeb8d..308c87c48e9 100644
--- a/dsl/camel-kamelet-main/src/main/resources/camelGrapeConfig.xml
+++ b/dsl/camel-kamelet-main/src/main/resources/camelGrapeConfig.xml
@@ -34,7 +34,7 @@
             <!-- maven central -->
             <ibiblio name="maven2" m2compatible="true"/>
             <!-- apache snapshot -->
-            <ibiblio name="apacheSnapshots" 
root="https://repository.apache.org/snapshots"; m2compatible="true"/>
+            <ibiblio name="apache-snapshot" root="${repository.apache.org}" 
m2compatible="true" changingMatcher="regexp" changingPattern=".*SNAPSHOT.*" 
checkmodified="true"/>
             <!-- @repos@ -->
         </chain>
     </resolvers>

Reply via email to