Skip to content

Commit 0daf49f

Browse files
author
mgeipel
committed
Merge branch 'master' of ssh://[email protected]/culturegraph/metafacture-core.git
2 parents 5e943be + d08160d commit 0daf49f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>metafacture.core</name>
3+
<name>metafacture-core</name>
44
<comment></comment>
55
<projects>
66
</projects>

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ jdk:
55
env:
66
global:
77
- SONATYPE_USERNAME=culturegraph
8-
- secure: "SUVokr6x5uqPnSBgtc/5AqN2ZKXhbW5/lIt0UQ3agVXH6nGuINdgZ3mNN0v2VrzxXpc0NUldwrDqfwY9r1JJZFq4jX+6iVRQ3b8e5efGKO+eEFAPna48Z5UE6RgGjHEnY7h7m/ptQoLouR514Z31ZUTQpq7vTyGSNZyEOvBZOQ4="
9-
8+
- secure: "MHD7Pu9itlb4SHcf1PUkJIG3kdUEA7ZWMIFyotFNnI+FfatTsZahTN4/HBXx+99d+YLijzm9psSItLh35RPSau8GfW0fQQYSNrv9jGiDug/3boi2FB1XASNONs+wW6RGwZtv+ayvqMxXZ7y/LIXuHcPN1hcm504aAe3MwSmMUV8="
9+
10+
11+
1012
after_success:
1113
- python travis-ci/configure-mvn.py
12-
- mvn clean deploy --settings ~/.m2/mySettings.xml -Dgpg.skip=true -Psonatype-oss-release
14+
- mvn clean deploy --settings ~/.m2/mySettings.xml -Dgpg.skip=true -Psonatype-oss-release

0 commit comments

Comments
 (0)