Skip to content

Commit 933f6a7

Browse files
committed
experimental attempts to build with snapshot releases of dataverse-spi #11405
1 parent a769133 commit 933f6a7

2 files changed

Lines changed: 13 additions & 7 deletions

File tree

modules/dataverse-parent/pom.xml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -419,19 +419,25 @@
419419
<id>unidata-all</id>
420420
<name>Unidata All</name>
421421
<url>https://artifacts.unidata.ucar.edu/repository/unidata-all/</url>
422+
<snapshots>
423+
<enabled>false</enabled>
424+
</snapshots>
422425
</repository>
423426
<!-- Uncomment when using snapshot releases from Maven Central -->
424-
<!--
425427
<repository>
426-
<id>oss-sonatype</id>
427-
<name>oss-sonatype</name>
428+
<id>central-portal-snapshots</id>
429+
<name>Central Portal Snapshots</name>
428430
<url>
429-
https://oss.sonatype.org/content/repositories/snapshots/
431+
https://central.sonatype.org/repository/maven-snapshots/
430432
</url>
433+
<releases>
434+
<enabled>false</enabled>
435+
</releases>
431436
<snapshots>
432437
<enabled>true</enabled>
433438
</snapshots>
434439
</repository>
440+
<!--
435441
<repository>
436442
<id>s01-oss-sonatype</id>
437443
<name>s01-oss-sonatype</name>
@@ -441,8 +447,8 @@
441447
<snapshots>
442448
<enabled>true</enabled>
443449
</snapshots>
444-
</repository>
445-
-->
450+
</repository>
451+
-->
446452
</repositories>
447453

448454
<profiles>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@
671671
<dependency>
672672
<groupId>io.gdcc</groupId>
673673
<artifactId>dataverse-spi</artifactId>
674-
<version>2.1.0</version>
674+
<version>2.1.0-SNAPSHOT</version>
675675
</dependency>
676676
<dependency>
677677
<groupId>javax.cache</groupId>

0 commit comments

Comments
 (0)