Skip to content

Commit a51f056

Browse files
author
travis-ci
committed
Updating env var names
1 parent 6db311d commit a51f056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.settings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<activeByDefault>true</activeByDefault>
1515
</activation>
1616
<properties>
17-
<gpg.passphrase>${OSSRH_GPG_PASSPHRASE}</gpg.passphrase>
17+
<gpg.passphrase>${GPG_PASSPHRASE}</gpg.passphrase>
1818
</properties>
1919
</profile>
2020
</profiles>
@@ -23,7 +23,7 @@
2323
<server>
2424
<id>ossrh</id>
2525
<username>stevewalton28</username>
26-
<password>${OSSRH_JIRA_PASSWORD}</password>
26+
<password>${SONATYPE_PASSWORD}</password>
2727
</server>
2828
</servers>
2929
</settings>

0 commit comments

Comments
 (0)