8000 Add missing distributionManagement section so snapshot deployments work · netty/netty@83a0d11 · GitHub
[go: up one dir, main page]

Skip to content 10000

Commit 83a0d11

Browse files
committed
Add missing distributionManagement section so snapshot deployments work
1 parent df24a0d commit 83a0d11

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

bom/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@
6363
</developer>
6464
</developers>
6565

66+
<distributionManagement>
67+
<snapshotRepository>
68+
<name>Central Portal Snapshots</name>
69+
<id>central-portal-snapshots</id>
70+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
71+
</snapshotRepository>
72+
</distributionManagement>
73+
6674
<properties>
6775
<!-- Keep in sync with ../pom.xml -->
6876
<tcnative.version>2.0.72.Final</tcnative.version>

0 commit comments

Comments
 (0)
0