Skip to content

Commit

Permalink
Merge pull request #7 from jenkinsci/pom_INFRA-588
Browse files Browse the repository at this point in the history
[INFRA-588] Fixed pom
  • Loading branch information
v1v committed Feb 10, 2017
2 parents b035247 + 7c86462 commit c1c3158
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Expand Up @@ -33,9 +33,13 @@

<distributionManagement>
<repository>
<id>maven.jenkins-ci.org</id>
<url>http://maven.jenkins-ci.org:8081/content/repositories/releases/</url>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/releases</url>
</repository>
<snapshotRepository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/snapshots</url>
</snapshotRepository>
</distributionManagement>

<developers>
Expand Down

0 comments on commit c1c3158

Please sign in to comment.