Skip to content

Commit

Permalink
Merge pull request #2143 from batmat/INFRA-588
Browse files Browse the repository at this point in the history
[INFRA-588] Upgrade + Remove inherited values
  • Loading branch information
jglick committed Mar 21, 2016
2 parents 27aeca9 + 3d29000 commit 60ba6ee
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 60ba6ee

Please sign in to comment.