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 2020/10/07 13:54:55 UTC

[camel-spring-boot-examples] branch master updated: add apache snapshot repo so people can build from master branch

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 584efd1  add apache snapshot repo so people can build from master branch
584efd1 is described below

commit 584efd1530b902b8083b322b4e2a2c7eb1d5342b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Oct 7 15:49:08 2020 +0200

    add apache snapshot repo so people can build from master branch
---
 pom.xml | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/pom.xml b/pom.xml
index c154e13..45cdff1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,32 @@
         <tomcat-version>9.0.31</tomcat-version>
     </properties>
 
+    <repositories>
+        <repository>
+            <id>apache.snapshots</id>
+            <url>https://repository.apache.org/snapshots/</url>
+            <name>Apache Snapshot Repo</name>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </repository>
+    </repositories>
+    <pluginRepositories>
+        <pluginRepository>
+            <id>apache.snapshots</id>
+            <url>https://repository.apache.org/snapshots/</url>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </pluginRepository>
+    </pluginRepositories>
+
     <dependencyManagement>
         <dependencies>
             <!--