Skip to content

Commit b21098a

Browse files
committed
[ignore] switch nexus for releases and dependencies
1 parent ea1d8aa commit b21098a

File tree

1 file changed

+57
-13
lines changed

1 file changed

+57
-13
lines changed

exist-parent/pom.xml

Lines changed: 57 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,19 +1202,41 @@
12021202
</reporting>
12031203

12041204
<repositories>
1205-
<repository>
1206-
<id>github</id>
1207-
<name>GitHub Registry for Snapshots</name>
1208-
<url>https://maven.pkg.github.com/eXist-db/exist</url>
1209-
<releases>
1210-
<enabled>false</enabled>
1211-
</releases>
1212-
<snapshots>
1213-
<enabled>true</enabled>
1214-
</snapshots>
1215-
</repository>
1205+
<repository>
1206+
<id>github</id>
1207+
<name>GitHub Registry for Snapshots</name>
1208+
<url>https://maven.pkg.github.com/eXist-db/exist</url>
1209+
<releases>
1210+
<enabled>false</enabled>
1211+
</releases>
1212+
<snapshots>
1213+
<enabled>true</enabled>
1214+
</snapshots>
1215+
</repository>
12161216
<repository>
12171217
<id>exist-db-snapshots</id>
1218+
<name>eXist-db Snapshots</name>
1219+
<url>https://repo.exist-db.org/repository/exist-db-snapshots/</url>
1220+
<releases>
1221+
<enabled>false</enabled>
1222+
</releases>
1223+
<snapshots>
1224+
<enabled>true</enabled>
1225+
</snapshots>
1226+
</repository>
1227+
<repository>
1228+
<id>exist-db</id>
1229+
<name>eXist-db Releases</name>
1230+
<url>https://repo.exist-db.org/repository/exist-db/</url>
1231+
<releases>
1232+
<enabled>true</enabled>
1233+
</releases>
1234+
<snapshots>
1235+
<enabled>false</enabled>
1236+
</snapshots>
1237+
</repository>
1238+
<repository>
1239+
<id>evolved-binary-snapshots</id>
12181240
<name>Evolved Binary - eXist-db Snapshots</name>
12191241
<url>https://repo.evolvedbinary.com/repository/exist-db-snapshots/</url>
12201242
<releases>
@@ -1225,7 +1247,7 @@
12251247
</snapshots>
12261248
</repository>
12271249
<repository>
1228-
<id>exist-db</id>
1250+
<id>evolved-binary</id>
12291251
<name>Evolved Binary - eXist-db Releases</name>
12301252
<url>https://repo.evolvedbinary.com/repository/exist-db/</url>
12311253
<releases>
@@ -1244,6 +1266,28 @@
12441266
</pluginRepository>
12451267
<pluginRepository>
12461268
<id>exist-db</id>
1269+
<name>eXist-db Releases</name>
1270+
<url>https://repo.exist-db.org/repository/exist-db/</url>
1271+
<releases>
1272+
<enabled>true</enabled>
1273+
</releases>
1274+
<snapshots>
1275+
<enabled>false</enabled>
1276+
</snapshots>
1277+
</pluginRepository>
1278+
<pluginRepository>
1279+
<id>exist-db-snapshots</id>
1280+
<name>eXist-db Snapshots</name>
1281+
<url>https://repo.exist-db.org/repository/exist-db-snapshots/</url>
1282+
<releases>
1283+
<enabled>false</enabled>
1284+
</releases>
1285+
<snapshots>
1286+
<enabled>true</enabled>
1287+
</snapshots>
1288+
</pluginRepository>
1289+
<pluginRepository>
1290+
<id>evolved-binary</id>
12471291
<name>Evolved Binary - eXist-db Releases</name>
12481292
<url>https://repo.evolvedbinary.com/repository/exist-db/</url>
12491293
<releases>
@@ -1254,7 +1298,7 @@
12541298
</snapshots>
12551299
</pluginRepository>
12561300
<pluginRepository>
1257-
<id>exist-db-snapshots</id>
1301+
<id>evolved-binary-snapshots</id>
12581302
<name>Evolved Binary - eXist-db Snapshots</name>
12591303
<url>https://repo.evolvedbinary.com/repository/exist-db-snapshots/</url>
12601304
<releases>

0 commit comments

Comments
 (0)