Fixed Maven Artifacts Deployment.

Reverted the server configuration changes and added a new server to work with GitHub.
This commit is contained in:
Zalim Bashorov
2013-06-11 13:23:54 +04:00
parent 28244867ee
commit 6e96ff4b11
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -15,6 +15,11 @@
<servers>
<server>
<id>jetbrains-kotlin</id>
<username>tc-kotlin</username>
<password>${tc-kotlin.password}</password>
</server>
<server>
<id>jetbrains-kotlin-github</id>
<password>${KOTLIN_GITHUB_OAUTH_TOKEN}</password>
</server>
</servers>