File tree Expand file tree Collapse file tree 1 file changed +8
-23
lines changed Expand file tree Collapse file tree 1 file changed +8
-23
lines changed Original file line number Diff line number Diff line change 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
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 >
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 >
You can’t perform that action at this time.
0 commit comments