Skip to content

Commit 476e768

Browse files
committed
SDKQE-3739: Update snaphost repository in FIT performers
The FIT performers were still pointing at the old repo so were unable to build with snapshots. Have updated them to use Central Portal Snapshots where the Snapshots are currently published to. Change-Id: I17eefcbc31536e7357b19b4156d25e312437d358 Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/234915 Reviewed-by: David Nault <[email protected]> Reviewed-by: Graham Pople <[email protected]> Tested-by: Build Bot <[email protected]>
1 parent 5988f53 commit 476e768

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

columnar-java-fit-performer/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,9 @@
103103
<!-- Allow using snapshot builds -->
104104
<repositories>
105105
<repository>
106-
<id>oss.sonatype.org</id>
107-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
106+
<name>Central Portal Snapshots</name>
107+
<id>central-portal-snapshots</id>
108+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
108109
<releases>
109110
<enabled>false</enabled>
110111
</releases>

java-fit-performer/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,9 @@
126126
<!-- Allow using snapshot builds -->
127127
<repositories>
128128
<repository>
129-
<id>oss.sonatype.org</id>
130-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
129+
<name>Central Portal Snapshots</name>
130+
<id>central-portal-snapshots</id>
131+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
131132
<releases>
132133
<enabled>false</enabled>
133134
</releases>

kotlin-fit-performer/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@
100100
<!-- Allow using snapshot builds -->
101101
<repositories>
102102
<repository>
103-
<id>oss.sonatype.org</id>
104-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
103+
<name>Central Portal Snapshots</name>
104+
<id>central-portal-snapshots</id>
105+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
105106
<releases>
106107
<enabled>false</enabled>
107108
</releases>

scala-fit-performer/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,9 @@
127127
<!-- Allow using snapshot builds -->
128128
<repositories>
129129
<repository>
130-
<id>oss.sonatype.org</id>
131-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
130+
<name>Central Portal Snapshots</name>
131+
<id>central-portal-snapshots</id>
132+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
132133
<releases>
133134
<enabled>false</enabled>
134135
</releases>

0 commit comments

Comments
 (0)