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

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

commit 75e811d71ef39d5b9ba7eff4561d547144478357
Author: Marat Gubaidullin <marat.gubaidul...@gmail.com>
AuthorDate: Thu Jun 9 15:38:11 2022 -0400

    Use snapshot repository only for SNAPSHOT artifacts
---
 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..50ea1457cf6 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="apacheSnapshots" 
root="https://repository.apache.org/snapshots"; m2compatible="true" 
changingMatcher="regexp" changingPattern=".*SNAPSHOT.*" checkmodified="true" />
             <!-- @repos@ -->
         </chain>
     </resolvers>

Reply via email to