We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e812209 commit a9a629aCopy full SHA for a9a629a
affinity/pom.xml
@@ -254,11 +254,23 @@
254
</plugins>
255
</build>
256
257
- <!-- todo remove once next parent pom is adopted -->
+
258
<repositories>
259
<repository>
260
- <id>sonatype-nexus-staging</id>
261
- <url>https://oss.sonatype.org/content/repositories/staging</url>
+ <id>chronicle-enterprise-snapshots</id>
+ <name>Snapshot Repository</name>
262
+ <url>
263
+ https://nexus.chronicle.software/content/repositories/snapshots
264
+ </url>
265
+ <snapshots>
266
+ <enabled>true</enabled>
267
+ </snapshots>
268
+ </repository>
269
+ <repository>
270
+ <id>chronicle-enterprise-release</id>
271
272
+ https://nexus.chronicle.software/content/repositories/releases
273
274
<releases>
275
<enabled>true</enabled>
276
</releases>
0 commit comments