Skip to content

Commit

Permalink
Update the location of the Cloudant Maven repository
Browse files Browse the repository at this point in the history
The site `maven.cloudant.com` is going to be closed down by March
2025.  To keep building Clouseau from source working, the artifacts
for the Cloudant-custom fork of Apache Lucene have been moved to
https://cloudant.github.io/maven .  Note that all the other
dependencies are now either retrieved from Maven Central or have
been imported into the source tree.
  • Loading branch information
pgj committed Feb 11, 2025
1 parent 4576c9c commit aa54785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<repository>
<id>CloudantPublicRepo</id>
<name>Cloudant Public Repo</name>
<url>https://maven.cloudant.com/repo/</url>
<url>https://cloudant.github.io/maven/repo/</url>
</repository>
</repositories>

Expand Down

0 comments on commit aa54785

Please sign in to comment.