Skip to content

Commit

Permalink
Merge branch 'releases/1.2.x' into releases/1.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pkleimann committed Feb 10, 2017
2 parents 5357a98 + 01a5ef4 commit c321ea4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -454,12 +454,16 @@
<url>http://repo.jenkins-ci.org/public/</url>
</repository>
<repository>
<id>oss-sonatype</id>
<id>oss-sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>oss-sonatype-releases</id>
<url>https://oss.sonatype.org/content/repositories/releases</url>
</repository>
</repositories>

<pluginRepositories>
Expand All @@ -468,12 +472,16 @@
<url>http://repo.jenkins-ci.org/public/</url>
</pluginRepository>
<pluginRepository>
<id>oss-sonatype</id>
<id>oss-sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>oss-sonatype-releases</id>
<url>https://oss.sonatype.org/content/repositories/releases</url>
</pluginRepository>
</pluginRepositories>
<developers>
<developer>
Expand Down

0 comments on commit c321ea4

Please sign in to comment.