Skip to content

Commit

Permalink
Utilize Sonatype OSSRH for further snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mbax committed Apr 19, 2016
1 parent 0b9c7be commit 3b16e8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
11 changes: 3 additions & 8 deletions .travis_settings.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>kittehReleases</id>
<username>${env.CI_DEPLOY_USERNAME}</username>
<password>${env.CI_DEPLOY_PASSWORD}</password>
</server>
<server>
<id>kittehSnapshots</id>
<username>${env.CI_DEPLOY_USERNAME}</username>
<password>${env.CI_DEPLOY_PASSWORD}</password>
<id>ossrh</id>
<username>${env.SONATYPE_USER}</username>
<password>${env.SONATYPE_PASS}</password>
</server>
</servers>
</settings>
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,9 @@
</dependencies>

<distributionManagement>
<repository>
<id>kittehReleases</id>
<name>Kitteh Releases</name>
<url>http://repo.kitteh.org/content/repositories/releases</url>
</repository>
<snapshotRepository>
<id>kittehSnapshots</id>
<name>Kitteh Snapshots</name>
<url>http://repo.kitteh.org/content/repositories/snapshots</url>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

Expand Down

0 comments on commit 3b16e8f

Please sign in to comment.