Skip to content

Commit

Permalink
Wrong repository id in deploy-settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbacchella committed Dec 13, 2018
1 parent 9864ce3 commit 6e00e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-settings.xml
Expand Up @@ -4,7 +4,7 @@
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>jfrog-snapshots</id>
<id>sonatype-nexus-snapshots</id>
<username>${env.CI_DEPLOY_USERNAME}</username>
<password>${env.CI_DEPLOY_PASSWORD}</password>
</server>
Expand Down

0 comments on commit 6e00e1a

Please sign in to comment.