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 1babf3fa989 camel-jbang - Add apache snapshot repo
1babf3fa989 is described below

commit 1babf3fa9898c2304108b4c899dc422934b183f2
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Jun 9 07:12:31 2022 +0200

    camel-jbang - Add apache snapshot repo
---
 dsl/camel-kamelet-main/src/main/resources/camelGrapeConfig.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dsl/camel-kamelet-main/src/main/resources/camelGrapeConfig.xml 
b/dsl/camel-kamelet-main/src/main/resources/camelGrapeConfig.xml
index 0ac87e33a3b..8044b3eeb8d 100644
--- a/dsl/camel-kamelet-main/src/main/resources/camelGrapeConfig.xml
+++ b/dsl/camel-kamelet-main/src/main/resources/camelGrapeConfig.xml
@@ -33,6 +33,8 @@
             <ibiblio name="localm2" root="${user.home.url}/.m2/repository/" 
checkmodified="true" changingPattern=".*" changingMatcher="regexp" 
m2compatible="true"/>
             <!-- maven central -->
             <ibiblio name="maven2" m2compatible="true"/>
+            <!-- apache snapshot -->
+            <ibiblio name="apacheSnapshots" 
root="https://repository.apache.org/snapshots"; m2compatible="true"/>
             <!-- @repos@ -->
         </chain>
     </resolvers>

Reply via email to