Skip to content

Commit

Permalink
Add Camel 4.8.3 staging repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Jan 9, 2025
1 parent 5b68205 commit 39364a6
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,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-1781/</url>
<name>Apache Camel 4.8.3 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 @@ -358,6 +380,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-1781/</url>
<name>Apache Camel 4.8.3 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 39364a6

Please sign in to comment.