We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0458be commit 3efc2d9Copy full SHA for 3efc2d9
pom.xml
@@ -45,6 +45,20 @@
45
</licenses>
46
<inceptionYear>2021</inceptionYear>
47
48
+ <distributionManagement>
49
+ <snapshotRepository>
50
+ <name>Central Portal Snapshots</name>
51
+ <id>central-portal-snapshots</id>
52
+ <url>https://central.sonatype.com/repository/maven-snapshots/</url>
53
+ <releases>
54
+ <enabled>false</enabled>
55
+ </releases>
56
+ <snapshots>
57
+ <enabled>true</enabled>
58
+ </snapshots>
59
+ </snapshotRepository>
60
+ </distributionManagement>
61
+
62
<scm>
63
<url>https://github.com/netty/netty-incubator-h3spec-maven-plugin</url>
64
<connection>scm:git:git://github.com/netty/netty-incubator-h3spec-maven-plugin.git</connection>
0 commit comments