Skip to content

Commit

Permalink
[bugfix] address review
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum committed Jan 3, 2025
1 parent 40adfcb commit 53aef8e
Showing 1 changed file with 22 additions and 27 deletions.
49 changes: 22 additions & 27 deletions exist-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1188,17 +1188,17 @@
<enabled>true</enabled>
</snapshots>
</repository>
<!-- <repository>-->
<!-- <id>exist-db-snapshots</id>-->
<!-- <name>Evolved Binary - eXist-db Snapshots</name>-->
<!-- <url>https://repo.evolvedbinary.com/repository/exist-db-snapshots/</url>-->
<!-- <releases>-->
<!-- <enabled>false</enabled>-->
<!-- </releases>-->
<!-- <snapshots>-->
<!-- <enabled>true</enabled>-->
<!-- </snapshots>-->
<!-- </repository>-->
<repository>
<id>exist-db-snapshots</id>
<name>Evolved Binary - eXist-db Snapshots</name>
<url>https://repo.evolvedbinary.com/repository/exist-db-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>exist-db</id>
<name>Evolved Binary - eXist-db Releases</name>
Expand Down Expand Up @@ -1228,17 +1228,17 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<!-- <pluginRepository>-->
<!-- <id>exist-db-snapshots</id>-->
<!-- <name>Evolved Binary - eXist-db Snapshots</name>-->
<!-- <url>https://repo.evolvedbinary.com/repository/exist-db-snapshots/</url>-->
<!-- <releases>-->
<!-- <enabled>false</enabled>-->
<!-- </releases>-->
<!-- <snapshots>-->
<!-- <enabled>true</enabled>-->
<!-- </snapshots>-->
<!-- </pluginRepository>-->
<pluginRepository>
<id>exist-db-snapshots</id>
<name>Evolved Binary - eXist-db Snapshots</name>
<url>https://repo.evolvedbinary.com/repository/exist-db-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>github</id>
<name>GitHub Registry for Snapshots</name>
Expand All @@ -1258,11 +1258,6 @@
<name>GitHub Registry for Snapshots</name>
<url>https://maven.pkg.github.com/eXist-db/exist</url>
</snapshotRepository>
<!-- <snapshotRepository>-->
<!-- <id>exist-db-snapshots</id>-->
<!-- <name>Evolved Binary - eXist-db Snapshots</name>-->
<!-- <url>https://repo.evolvedbinary.com/repository/exist-db-snapshots/</url>-->
<!-- </snapshotRepository>-->
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
Expand Down

0 comments on commit 53aef8e

Please sign in to comment.