Skip to content

Commit

Permalink
[INFRA-588] Upgrade&Remove some inherited values
Browse files Browse the repository at this point in the history
See
jenkinsci/pom@4518f15

effective-pom diff between & after this change:

    $ diff before.xml after.xml
    7c7
    <     <version>1.35</version>
    ---
    >     <version>1.36</version>
    85c85
    <       <url>http://maven.jenkins-ci.org:8081/content/repositories/releases</url>
    ---
    >       <url>https://repo.jenkins-ci.org/releases/</url>
    89c89
    <       <url>http://maven.jenkins-ci.org:8081/content/repositories/snapshots</url>
    ---
    >       <url>https://repo.jenkins-ci.org/snapshots/</url>
  • Loading branch information
batmat committed Mar 20, 2016
1 parent 27aeca9 commit 3d29000
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.35</version>
<version>1.36</version>
</parent>

<groupId>org.jenkins-ci.main</groupId>
Expand Down Expand Up @@ -66,10 +66,6 @@ THE SOFTWARE.
<id>github-pages</id>
<url>gitsite:git@github.com/jenkinsci/maven-site.git:core</url>
</site>
<snapshotRepository>
<id>maven.jenkins-ci.org</id>
<url>http://maven.jenkins-ci.org:8081/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<issueManagement>
Expand Down Expand Up @@ -107,6 +103,9 @@ THE SOFTWARE.
<changelog.url>https://jenkins-ci.org/changelog</changelog.url>
</properties>

<!-- Note that the 'repositories' and 'pluginRepositories' blocks below are actually copy-pasted
from the Jenkins org pom. This is on purpose to keep jenkins core buildable even if one has
*not* defined the specific details in the settings.xml file. -->
<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
Expand Down

0 comments on commit 3d29000

Please sign in to comment.