Skip to content

Commit

Permalink
Add Camel 4.9.0 staging repository
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek committed Dec 2, 2024
1 parent 25398ca commit f9038a5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,17 @@
</issueManagement>

<repositories>
<repository>
<id>apache.staging.camel</id>
<url>https://repository.apache.org/content/repositories/orgapachecamel-1767/</url>
<name>Apache Camel 4.9.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>
Expand All @@ -357,6 +368,17 @@
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>apache.staging.camel</id>
<url>https://repository.apache.org/content/repositories/orgapachecamel-1767/</url>
<name>Apache Camel 4.9.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>
Expand Down

0 comments on commit f9038a5

Please sign in to comment.