File tree 1 file changed +6
-10
lines changed
1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 201
201
</profile >
202
202
</profiles >
203
203
<distributionManagement >
204
+ <snapshotRepository >
205
+ <id >sonatype-nexus-staging</id >
206
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
207
+ </snapshotRepository >
204
208
<repository >
205
209
<id >sonatype-nexus-staging</id >
206
- <name >Sonatype Release</name >
207
- <url >http://oss.sonatype.org/service/local/staging/deploy/maven2
208
- </url >
210
+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
209
211
</repository >
210
- <snapshotRepository >
211
- <id >sonatype-nexus-snapshots</id >
212
- <name >sonatype-nexus-snapshots</name >
213
- <url >${distMgmtSnapshotsUrl} </url >
214
- </snapshotRepository >
215
- </distributionManagement >
212
+ </distributionManagement >
216
213
<modules >
217
214
<module >netty-bp</module >
218
215
<module >netty-utils</module >
378
375
</dependency >
379
376
</dependencies >
380
377
<properties >
381
- <distMgmtSnapshotsUrl >https://oss.sonatype.org/content/repositories/snapshots</distMgmtSnapshotsUrl >
382
378
<surefire .redirectTestOutputToFile>true</surefire .redirectTestOutputToFile>
383
379
<source .property>1.8</source .property>
384
380
<target .property>1.8</target .property>
You can’t perform that action at this time.
0 commit comments