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 ff905cf commit 159a93bCopy full SHA for 159a93b
1 file changed
pom.xml
@@ -80,17 +80,6 @@
80
</dependency>
81
</dependencies>
82
83
- <distributionManagement>
84
- <snapshotRepository>
85
- <id>ossrh</id>
86
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
87
- </snapshotRepository>
88
- <repository>
89
90
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
91
- </repository>
92
- </distributionManagement>
93
-
94
<profiles>
95
<profile>
96
<id>doclint-java8-disable</id>
@@ -177,6 +166,7 @@
177
166
<version>0.7.0</version>
178
167
<extensions>true</extensions>
179
168
<configuration>
169
+ <deploymentName>Release ${project.version} (Maven)</deploymentName>
180
170
<publishingServerId>central</publishingServerId>
181
171
<autoPublish>true</autoPublish>
182
172
</configuration>
0 commit comments