Skip to content

Commit 71bb096

Browse files
committed
# WARNING: head commit changed in the meantime
220: Fix problem with maven-javadoc-plugin Task-Url: #220
1 parent bde214d commit 71bb096

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

settings.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
44
<servers>
5-
<server>
6-
<id>bintray-snapshot</id>
7-
<username>${env.CI_DEPLOY_USERNAME}</username>
8-
<password>${env.CI_DEPLOY_PASSWORD}</password>
9-
</server>
105
<server>
116
<id>ossrh</id>
127
<username>${env.CI_DEPLOY_USERNAME}</username>

0 commit comments

Comments
 (0)