Skip to content

Commit 0aa51fb

Browse files
committed
---
yaml --- r: 607 b: refs/heads/travis c: 6e21050 h: refs/heads/master i: 605: 239ebc1 603: edaa617 599: 6b63454 591: 76dc17a 575: 68a2ac3 v: v3
1 parent f734423 commit 0aa51fb

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
refs/heads/master: 92537786d4fa0a9fb51215f27d3d0581f4fe3a65
3-
refs/heads/travis: 464923f3a5ae1a2bbfe643e4f9547902447687c9
3+
refs/heads/travis: 6e21050928f562824a17b32ab866a47e30fff990
44
refs/heads/gh-pages: 2cc964c1ecc5d653c449b81ee9e924182b221d18

branches/travis/settings.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@
1313
<username>${env.CI_DEPLOY_USERNAME}</username>
1414
<password>${env.CI_DEPLOY_PASSWORD}</password>
1515
</server>
16+
<server>
17+
<id>sonatype-nexus-snapshots</id>
18+
<username>${env.MVN_DEPLOY_USERNAME}</username>
19+
<password>${env.MVN_DEPLOY_PASSWORD}</password>
20+
</server>
21+
<server>
22+
<id>sonatype-nexus-staging</id>
23+
<username>${env.MVN_DEPLOY_USERNAME}</username>
24+
<password>${env.MVN_DEPLOY_PASSWORD}</password>
25+
</server>
1626
</servers>
1727
<mirrors/>
1828
<proxies/>

0 commit comments

Comments
 (0)