You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2022/06/09 19:38:16 UTC

[camel] branch snapshot-in-ivysettings-1 created (now 75e811d71ef)

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

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


      at 75e811d71ef Use snapshot repository only for SNAPSHOT artifacts

This branch includes the following new commits:

     new 75e811d71ef Use snapshot repository only for SNAPSHOT artifacts

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: Use snapshot repository only for SNAPSHOT artifacts

Posted by ma...@apache.org.
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 <ma...@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>