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.
2 parents 55035f6 + 1227f0a commit 28f038bCopy full SHA for 28f038b
pom.xml
@@ -88,6 +88,14 @@
88
<url>https://app.codeship.com/projects/302087</url>
89
</ciManagement>
90
91
+ <distributionManagement>
92
+ <repository>
93
+ <id>cloudbees-nexus-staging</id>
94
+ <name>Nexus Release Repository</name>
95
+ <url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
96
+ </repository>
97
+ </distributionManagement>
98
+
99
<properties>
100
<maven.compiler.source>11</maven.compiler.source>
101
<maven.compiler.target>11</maven.compiler.target>
0 commit comments