File tree Expand file tree Collapse file tree 1 file changed +11
-15
lines changed Expand file tree Collapse file tree 1 file changed +11
-15
lines changed Original file line number Diff line number Diff line change 40
40
41
41
<distributionManagement >
42
42
<snapshotRepository >
43
- <id >ossrh </id >
44
- <url >https://s01.oss. sonatype.org/content/repositories/ snapshots</url >
43
+ <id >central </id >
44
+ <url >https://central. sonatype.com/repository/maven- snapshots/ </url >
45
45
</snapshotRepository >
46
46
</distributionManagement >
47
47
123
123
<encoding >UTF-8</encoding >
124
124
</configuration >
125
125
</plugin >
126
- <plugin >
127
- <groupId >org.sonatype.plugins</groupId >
128
- <artifactId >nexus-staging-maven-plugin</artifactId >
129
- <version >1.6.7</version >
130
- <extensions >true</extensions >
131
- <configuration >
132
- <serverId >ossrh</serverId >
133
- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
134
- <autoReleaseAfterClose >false</autoReleaseAfterClose >
135
- </configuration >
136
- </plugin >
137
126
<plugin >
138
127
<groupId >org.apache.maven.plugins</groupId >
139
128
<artifactId >maven-javadoc-plugin</artifactId >
202
191
</execution >
203
192
</executions >
204
193
</plugin >
205
-
206
194
<plugin >
207
195
<artifactId >maven-surefire-plugin</artifactId >
208
196
<version >3.3.1</version >
209
197
</plugin >
210
-
198
+ <plugin >
199
+ <groupId >org.sonatype.central</groupId >
200
+ <artifactId >central-publishing-maven-plugin</artifactId >
201
+ <version >0.7.0</version >
202
+ <extensions >true</extensions >
203
+ <configuration >
204
+ <publishingServerId >central</publishingServerId >
205
+ </configuration >
206
+ </plugin >
211
207
</plugins >
212
208
</build >
213
209
</project >
You can’t perform that action at this time.
0 commit comments