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 2022/06/07 04:44:58 UTC

[camel-spring-boot] branch main updated: Remove unnecessary duplicated property, and change the repository in the archetype settings.xml to https:// to avoid the maven 3.8.1 "Blocked mirror for repositories" error (#565)

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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 5d5d45a7345 Remove unnecessary duplicated property, and change the repository in the archetype settings.xml to https:// to avoid the maven 3.8.1 "Blocked mirror for repositories" error (#565)
5d5d45a7345 is described below

commit 5d5d45a734515b012b7e6f9a52cfc7c004603228
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Tue Jun 7 00:44:53 2022 -0400

    Remove unnecessary duplicated property, and change the repository in the archetype settings.xml to https:// to avoid the maven 3.8.1 "Blocked mirror for repositories" error (#565)
---
 archetypes/camel-archetype-spring-boot/pom.xml                        | 1 -
 .../camel-archetype-spring-boot/src/test/resources/settings.xml       | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/archetypes/camel-archetype-spring-boot/pom.xml b/archetypes/camel-archetype-spring-boot/pom.xml
index 63beb795886..f9edec73421 100644
--- a/archetypes/camel-archetype-spring-boot/pom.xml
+++ b/archetypes/camel-archetype-spring-boot/pom.xml
@@ -34,7 +34,6 @@
     <packaging>maven-archetype</packaging>
 
     <properties>
-         <spring-boot-version>2.7.0</spring-boot-version>
          <archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile> <!-- Needed to download camel-spring-boot snapshots -->
     </properties>
 
diff --git a/archetypes/camel-archetype-spring-boot/src/test/resources/settings.xml b/archetypes/camel-archetype-spring-boot/src/test/resources/settings.xml
index 42030d8393c..0f307ea27d7 100644
--- a/archetypes/camel-archetype-spring-boot/src/test/resources/settings.xml
+++ b/archetypes/camel-archetype-spring-boot/src/test/resources/settings.xml
@@ -30,7 +30,7 @@
             <repositories>
                 <repository>
                     <id>apache-snapshot-repository</id>
-                    <url>http://repository.apache.org/snapshots/</url>
+                    <url>https://repository.apache.org/snapshots/</url>
                     <releases>
                         <enabled>false</enabled>
                     </releases>
@@ -41,4 +41,4 @@
             </repositories>
         </profile>
     </profiles>
-</settings>
\ No newline at end of file
+</settings>