提交 3d290009 编写于 作者: B Baptiste Mathus

[INFRA-588] Upgrade&Remove some inherited values

See
https://github.com/jenkinsci/pom/commit/4518f1577489d7a7fd91c0213ab708defb77a67f

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>
上级 27aeca9e
......@@ -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>
......@@ -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>
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册