Skip to content

Commit 6fcdf45

Browse files
committed
[bugfix] reenable builds by switching to a different nexus
1 parent 67adb72 commit 6fcdf45

File tree

1 file changed

+59
-4
lines changed

1 file changed

+59
-4
lines changed

exist-parent/pom.xml

Lines changed: 59 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,6 +1105,28 @@
11051105
<repositories>
11061106
<repository>
11071107
<id>exist-db-snapshots</id>
1108+
<name>exist-db.org - eXist-db Snapshots</name>
1109+
<url>https://repo.exist-db.org/repository/exist-db-snapshots/</url>
1110+
<releases>
1111+
<enabled>false</enabled>
1112+
</releases>
1113+
<snapshots>
1114+
<enabled>true</enabled>
1115+
</snapshots>
1116+
</repository>
1117+
<repository>
1118+
<id>exist-db</id>
1119+
<name>exist-db.org - eXist-db Releases</name>
1120+
<url>https://repo.exist-db.org/repository/exist-db/</url>
1121+
<releases>
1122+
<enabled>true</enabled>
1123+
</releases>
1124+
<snapshots>
1125+
<enabled>false</enabled>
1126+
</snapshots>
1127+
</repository>
1128+
<repository>
1129+
<id>evolvedbinary-snapshots</id>
11081130
<name>Evolved Binary - eXist-db Snapshots</name>
11091131
<url>https://repo.evolvedbinary.com/repository/exist-db-snapshots/</url>
11101132
<releases>
@@ -1115,7 +1137,7 @@
11151137
</snapshots>
11161138
</repository>
11171139
<repository>
1118-
<id>exist-db</id>
1140+
<id>evolvedbinary-releases</id>
11191141
<name>Evolved Binary - eXist-db Releases</name>
11201142
<url>https://repo.evolvedbinary.com/repository/exist-db/</url>
11211143
<releases>
@@ -1134,6 +1156,39 @@
11341156
</pluginRepository>
11351157
<pluginRepository>
11361158
<id>exist-db</id>
1159+
<name>exist-db.org - eXist-db Releases</name>
1160+
<url>https://repo.exist-db.org/repository/exist-db/</url>
1161+
<releases>
1162+
<enabled>true</enabled>
1163+
</releases>
1164+
<snapshots>
1165+
<enabled>false</enabled>
1166+
</snapshots>
1167+
</pluginRepository>
1168+
<pluginRepository>
1169+
<id>exist-db-maven-central-mirror</id>
1170+
<name>exist-db.org - eXist-db Releases</name>
1171+
<url>https://repo.exist-db.org/repository/maven-central/</url>
1172+
<releases>
1173+
<enabled>true</enabled>
1174+
</releases>
1175+
<snapshots>
1176+
<enabled>false</enabled>
1177+
</snapshots>
1178+
</pluginRepository>
1179+
<pluginRepository>
1180+
<id>exist-db-snapshots</id>
1181+
<name>exist-db.org - eXist-db Snapshots</name>
1182+
<url>https://repo.exist-db.org/repository/exist-db-snapshots/</url>
1183+
<releases>
1184+
<enabled>false</enabled>
1185+
</releases>
1186+
<snapshots>
1187+
<enabled>true</enabled>
1188+
</snapshots>
1189+
</pluginRepository>
1190+
<pluginRepository>
1191+
<id>evolvedbinary-releases</id>
11371192
<name>Evolved Binary - eXist-db Releases</name>
11381193
<url>https://repo.evolvedbinary.com/repository/exist-db/</url>
11391194
<releases>
@@ -1144,7 +1199,7 @@
11441199
</snapshots>
11451200
</pluginRepository>
11461201
<pluginRepository>
1147-
<id>exist-db-snapshots</id>
1202+
<id>evolvedbinary-snapshots</id>
11481203
<name>Evolved Binary - eXist-db Snapshots</name>
11491204
<url>https://repo.evolvedbinary.com/repository/exist-db-snapshots/</url>
11501205
<releases>
@@ -1159,8 +1214,8 @@
11591214
<distributionManagement>
11601215
<snapshotRepository>
11611216
<id>exist-db-snapshots</id>
1162-
<name>Evolved Binary - eXist-db Snapshots</name>
1163-
<url>https://repo.evolvedbinary.com/repository/exist-db-snapshots/</url>
1217+
<name>exist-db.org - eXist-db Snapshots</name>
1218+
<url>https://repo.exist-db.org/repository/exist-db-snapshots/</url>
11641219
</snapshotRepository>
11651220
<repository>
11661221
<id>sonatype-nexus-staging</id>

0 commit comments

Comments
 (0)