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 84
84
</properties >
85
85
86
86
<repositories >
87
- <repository >
88
- <id >sonatype</id >
89
- <url >https://oss.sonatype.org/content/groups/public</url >
90
- </repository >
91
87
<repository >
92
88
<id >sonatype-snapshots</id >
93
- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
89
+ <url >https://central .sonatype.com/repository/maven- snapshots</url >
94
90
</repository >
95
91
</repositories >
96
92
97
- <pluginRepositories >
98
- <pluginRepository >
99
- <id >sonatype</id >
100
- <url >https://oss.sonatype.org/content/groups/public</url >
101
- </pluginRepository >
102
- </pluginRepositories >
103
-
104
- <distributionManagement >
105
- <repository >
106
- <id >sonatype.release</id >
107
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
108
- </repository >
109
- <snapshotRepository >
110
- <id >sonatype.snapshots</id >
111
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
112
- </snapshotRepository >
113
- </distributionManagement >
114
-
115
93
<dependencies >
116
94
<dependency >
117
95
<groupId >ch.qos.logback</groupId >
799
777
<build >
800
778
<plugins >
801
779
<plugin >
802
- <groupId >org.sonatype.plugins </groupId >
803
- <artifactId >nexus-staging -maven-plugin</artifactId >
804
- <version >1.6.2 </version >
780
+ <groupId >org.sonatype.central </groupId >
781
+ <artifactId >central-publishing -maven-plugin</artifactId >
782
+ <version >0.8.0 </version >
805
783
<extensions >true</extensions >
806
784
<configuration >
807
- <nexusUrl >https://oss.sonatype.org</nexusUrl >
808
- <serverId >sonatype.release</serverId >
785
+ <publishingServerId >sonatype.release</publishingServerId >
786
+ <autoPublish >false</autoPublish >
787
+ <ignorePublishedComponents >true</ignorePublishedComponents >
809
788
</configuration >
810
789
</plugin >
811
790
<!-- Source JAR -->
You can’t perform that action at this time.
0 commit comments