You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/06/10 04:27:15 UTC

[camel] branch main updated: Use snapshot repository only for SNAPSHOT artifacts (#7755)

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

davsclaus 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 77eb601c4c1 Use snapshot repository only for SNAPSHOT artifacts (#7755)
77eb601c4c1 is described below

commit 77eb601c4c1cdfa43e9047049f0f5b0f991d93c5
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Fri Jun 10 00:27:09 2022 -0400

    Use snapshot repository only for SNAPSHOT artifacts (#7755)
---
 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>