This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-4.3.0-upgrade in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit f4a37f57ccd3b6c76fc9ce7d7a33c9e2821ec859 Author: JiriOndrusek <[email protected]> AuthorDate: Tue Dec 12 11:01:29 2023 +0100 Add Camel 4.3.0 staging repository --- pom.xml | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 02273d911a..b1eb0b78a8 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>4.3.0-SNAPSHOT</version> + <version>4.3.0</version> </parent> <groupId>org.apache.camel.quarkus</groupId> @@ -336,6 +336,28 @@ </issueManagement> <repositories> + <repository> + <id>central</id> + <name>Maven Central Repo</name> + <url>https://repo.maven.apache.org/maven2</url> + <snapshots> + <enabled>false</enabled> + </snapshots> + <releases> + <enabled>true</enabled> + </releases> + </repository> + <repository> + <id>apache.staging.camel</id> + <url>https://repository.apache.org/content/repositories/orgapachecamel-1658/</url> + <name>Apache Camel 4.3.0 Staging Repo</name> + <snapshots> + <enabled>false</enabled> + </snapshots> + <releases> + <enabled>true</enabled> + </releases> + </repository> <repository> <id>apache.snapshots</id> <url>https://repository.apache.org/snapshots/</url> @@ -349,6 +371,28 @@ </repository> </repositories> <pluginRepositories> + <pluginRepository> + <id>central</id> + <name>Maven Central Repo</name> + <url>https://repo.maven.apache.org/maven2</url> + <snapshots> + <enabled>false</enabled> + </snapshots> + <releases> + <enabled>true</enabled> + </releases> + </pluginRepository> + <pluginRepository> + <id>apache.staging.camel</id> + <url>https://repository.apache.org/content/repositories/orgapachecamel-1658/</url> + <name>Apache Camel 4.3.0 Staging Repo</name> + <snapshots> + <enabled>false</enabled> + </snapshots> + <releases> + <enabled>true</enabled> + </releases> + </pluginRepository> <pluginRepository> <id>apache.snapshots</id> <url>https://repository.apache.org/snapshots/</url>
