This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new a4782df Update pom.xml a4782df is described below commit a4782df158e87c1319d09f6818a4728c04800553 Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Thu Apr 21 20:59:54 2022 -0400 Update pom.xml --- karavan-app/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/karavan-app/pom.xml b/karavan-app/pom.xml index d67d016..ea2e1c8 100644 --- a/karavan-app/pom.xml +++ b/karavan-app/pom.xml @@ -247,4 +247,17 @@ </properties> </profile> </profiles> + <repositories> + <repository> + <id>apache.snapshots</id> + <name>Apache Development Snapshot Repository</name> + <url>https://repository.apache.org/content/repositories/snapshots/</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + </repositories> </project>