Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update distribution management
To work around INFRA-588
  • Loading branch information
centic9 committed Sep 29, 2016
1 parent b898238 commit bf667e8
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions pom.xml
Expand Up @@ -29,7 +29,7 @@ THE SOFTWARE.
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.609.3</version>
<relativePath/>
<relativePath />
</parent>

<artifactId>jacoco</artifactId>
Expand Down Expand Up @@ -85,7 +85,8 @@ THE SOFTWARE.
<connection>scm:git:ssh://github.com/jenkinsci/jacoco-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/jacoco-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/jacoco-plugin</url>
</scm>
<tag>HEAD</tag>
</scm>

<properties>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -191,17 +192,12 @@ THE SOFTWARE.
</dependency>
</dependencies>

<distributionManagement>
<repository>
<uniqueVersion>false</uniqueVersion>
<id>maven.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/releases/</url>
</repository>
<snapshotRepository>
<id>maven.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<distributionManagement>
<repository>
<id>maven.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/releases</url>
</repository>
</distributionManagement>

<build>
<plugins>
Expand Down

0 comments on commit bf667e8

Please sign in to comment.