Skip to content

Commit

Permalink
fix #148: Remove unused citius-nexus-snapshot from maven-settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pablormier committed Aug 27, 2015
1 parent 5b5ccee commit cabab6d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .config/maven-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@

<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>
<!-- Internal organization repository for snapshots -->
<server>
<id>citius-nexus-snapshots</id>
<username>${env.NEXUS_SNAPSHOT_USERNAME}</username>
<password>${env.NEXUS_SNAPSHOT_PASSWORD}</password>
</server>
<!-- Sonatype Maven repository for snapshots -->
<server>
<id>sonatype-nexus-snapshots</id>
Expand Down

0 comments on commit cabab6d

Please sign in to comment.