cleanup the mess

This commit is contained in:
Stephan Müller 2017-11-09 18:03:28 +01:00
parent 0fd6b4c0b3
commit 6997b44c88
2 changed files with 5 additions and 1 deletions

View File

@ -6,5 +6,9 @@
<username>${env.OSS_SONATYPE_USERNAME}</username> <username>${env.OSS_SONATYPE_USERNAME}</username>
<password>${env.OSS_SONATYPE_PASSWORD}</password> <password>${env.OSS_SONATYPE_PASSWORD}</password>
</server> </server>
<server>
<id>gpg.passphrase</id>
<passphrase>${env.OSS_SONATYPE_PASSPHRASE}</passphrase>
</server>
</servers> </servers>
</settings> </settings>

View File

@ -6,4 +6,4 @@ deployment:
main: main:
branch: master branch: master
commands: commands:
- mvn -s .circleci.settings.xml -DskipTests deploy - mvn -P release -s .circleci.settings.xml -DskipTests deploy