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:36:56 UTC

[camel] branch snapshot-in-ivysettings created (now e9adae1f707)

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

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


      at e9adae1f707 Use apache-snapshot only for SNAPSHOT dependencies

This branch includes the following new commits:

     new e9adae1f707 Use apache-snapshot only for SNAPSHOT dependencies

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 apache-snapshot only for SNAPSHOT dependencies

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
in repository https://gitbox.apache.org/repos/asf/camel.git

commit e9adae1f70752565658f1d25b3395bef59eb3708
Author: Marat Gubaidullin <ma...@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>