File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 218
218
</profile >
219
219
</profiles >
220
220
<distributionManagement >
221
- <repository >
222
- <id >sonatype-nexus-staging</id >
223
- <name >Sonatype Release</name >
224
- <url >http://oss.sonatype.org/service/local/staging/deploy/maven2
225
- </url >
226
- </repository >
227
221
<snapshotRepository >
228
- <id >sonatype-nexus-snapshots</id >
229
- <name >sonatype-nexus-snapshots</name >
230
- <url >${distMgmtSnapshotsUrl} </url >
222
+ <id >ossrh</id >
223
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
231
224
</snapshotRepository >
225
+ <repository >
226
+ <id >ossrh</id >
227
+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
228
+ </repository >
232
229
</distributionManagement >
233
230
<modules >
234
231
<module >netty-utils</module >
427
424
</dependency >
428
425
</dependencies >
429
426
<properties >
430
- <distMgmtSnapshotsUrl >http://oss.sonatype.org/content/repositories/snapshots</distMgmtSnapshotsUrl >
431
427
<surefire .redirectTestOutputToFile>true</surefire .redirectTestOutputToFile>
432
428
<source .property>1.8</source .property>
433
429
<target .property>1.8</target .property>
You can’t perform that action at this time.
0 commit comments