Skip to content

Commit a9a629a

Browse files
committed
Fix build (references to stable versions not in maven central)
1 parent e812209 commit a9a629a

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

affinity/pom.xml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,23 @@
254254
</plugins>
255255
</build>
256256

257-
<!-- todo remove once next parent pom is adopted -->
257+
258258
<repositories>
259259
<repository>
260-
<id>sonatype-nexus-staging</id>
261-
<url>https://oss.sonatype.org/content/repositories/staging</url>
260+
<id>chronicle-enterprise-snapshots</id>
261+
<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+
<url>
272+
https://nexus.chronicle.software/content/repositories/releases
273+
</url>
262274
<releases>
263275
<enabled>true</enabled>
264276
</releases>

0 commit comments

Comments
 (0)