Skip to content

Commit d2ef6d3

Browse files
committed
Use central portal snapshot repository
For the stream Java client.
1 parent 0e7815d commit d2ef6d3

File tree

1 file changed

+8
-23
lines changed

1 file changed

+8
-23
lines changed

pom.xml

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@
8585
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>
8686
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8787
<finalName>stream-perf-test</finalName>
88-
<maven.packagecloud.wagon.version>0.0.6</maven.packagecloud.wagon.version>
89-
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
90-
9188
<gpg.skip>true</gpg.skip>
9289
</properties>
9390

@@ -481,13 +478,6 @@
481478
</executions>
482479
</plugin>
483480
</plugins>
484-
<extensions>
485-
<extension>
486-
<groupId>io.packagecloud.maven.wagon</groupId>
487-
<artifactId>maven-packagecloud-wagon</artifactId>
488-
<version>${maven.packagecloud.wagon.version}</version>
489-
</extension>
490-
</extensions>
491481
</build>
492482

493483
<profiles>
@@ -504,18 +494,13 @@
504494

505495
</profiles>
506496

507-
<repositories>
508-
<repository>
509-
<releases>
510-
<enabled>false</enabled>
511-
</releases>
512-
<snapshots>
513-
<enabled>true</enabled>
514-
</snapshots>
515-
<id>sonatype</id>
516-
<name>Sonatype Maven 2 Snapshot Repository</name>
517-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
518-
</repository>
519-
</repositories>
497+
<repositories>
498+
<repository>
499+
<id>central-portal-snapshots</id>
500+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
501+
<snapshots><enabled>true</enabled></snapshots>
502+
<releases><enabled>false</enabled></releases>
503+
</repository>
504+
</repositories>
520505

521506
</project>

0 commit comments

Comments
 (0)