Skip to content

Commit a5c45ca

Browse files
committed
Add new Snapshot repo needed for 3.0
1 parent 7518ca6 commit a5c45ca

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

pom.xml

+18-12
Original file line numberDiff line numberDiff line change
@@ -214,16 +214,22 @@
214214
</plugins>
215215
</build>
216216

217-
<repositories>
218-
<repository>
219-
<id>snapshots-repo</id>
220-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
221-
<releases>
222-
<enabled>false</enabled>
223-
</releases>
224-
<snapshots>
225-
<enabled>true</enabled>
226-
</snapshots>
227-
</repository>
228-
</repositories>
217+
<!-- Alas, need to include snapshot reference since otherwise can not find
218+
snapshot of parent... -->
219+
<repositories>
220+
<repository>
221+
<id>sonatype-nexus-snapshots</id>
222+
<name>Sonatype Nexus Snapshots</name>
223+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
224+
<releases><enabled>false</enabled></releases>
225+
<snapshots><enabled>true</enabled></snapshots>
226+
</repository>
227+
<repository>
228+
<id>sonatype-old-nexus-snapshots</id>
229+
<name>Sonatype Nexus Snapshots (old)</name>
230+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
231+
<releases><enabled>false</enabled></releases>
232+
<snapshots><enabled>true</enabled></snapshots>
233+
</repository>
234+
</repositories>
229235
</project>

0 commit comments

Comments
 (0)