File tree Expand file tree Collapse file tree 1 file changed +7
-28
lines changed Expand file tree Collapse file tree 1 file changed +7
-28
lines changed Original file line number Diff line number Diff line change 78
78
</properties >
79
79
80
80
<repositories >
81
- <repository >
82
- <id >sonatype</id >
83
- <url >https://oss.sonatype.org/content/groups/public</url >
84
- </repository >
85
81
<repository >
86
82
<id >sonatype-snapshots</id >
87
- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
83
+ <url >https://central .sonatype.com/repository/maven- snapshots</url >
88
84
</repository >
89
85
</repositories >
90
86
91
- <pluginRepositories >
92
- <pluginRepository >
93
- <id >sonatype</id >
94
- <url >https://oss.sonatype.org/content/groups/public/</url >
95
- </pluginRepository >
96
- </pluginRepositories >
97
-
98
87
<dependencyManagement >
99
88
<dependencies >
100
89
<dependency >
349
338
</dependency >
350
339
</dependencies >
351
340
</dependencyManagement >
352
- <distributionManagement >
353
- <repository >
354
- <id >sonatype.release</id >
355
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
356
- </repository >
357
- <snapshotRepository >
358
- <id >sonatype.snapshots</id >
359
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
360
- </snapshotRepository >
361
- </distributionManagement >
362
341
<build >
363
342
<testSourceDirectory >${testSourceLocation} </testSourceDirectory >
364
343
<pluginManagement >
532
511
<build >
533
512
<plugins >
534
513
<plugin >
535
- <groupId >org.sonatype.plugins </groupId >
536
- <artifactId >nexus-staging -maven-plugin</artifactId >
537
- <version >1.6.2 </version >
514
+ <groupId >org.sonatype.central </groupId >
515
+ <artifactId >central-publishing -maven-plugin</artifactId >
516
+ <version >0.8.0 </version >
538
517
<extensions >true</extensions >
539
518
<configuration >
540
- <nexusUrl >https://oss. sonatype.org</ nexusUrl >
541
- <serverId >sonatype.release</ serverId >
542
- <stagingProfileId >655dc88dc770c3</ stagingProfileId >
519
+ <publishingServerId > sonatype.release</ publishingServerId >
520
+ <autoPublish >false</ autoPublish >
521
+ <ignorePublishedComponents >true</ ignorePublishedComponents >
543
522
</configuration >
544
523
</plugin >
545
524
<!-- Source JAR -->
You can’t perform that action at this time.
0 commit comments