Skip to content

Commit 947f20f

Browse files
authored
Merge pull request #82 from merative/rebrand
fix: File required for publish
2 parents f519f32 + 23e0805 commit 947f20f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

build/.travis.settings.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
4+
<servers>
5+
<server>
6+
<id>ossrh</id>
7+
<username>${env.OSSRH_USERNAME}</username>
8+
<password>${env.OSSRH_PASSWORD}</password>
9+
</server>
10+
</servers>
11+
</settings>

0 commit comments

Comments
 (0)