Skip to content

Commit

Permalink
Use up-to-date URLs in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
darxriggs committed Aug 21, 2019
1 parent 4daa32a commit 311de6b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
<packaging>hpi</packaging>
<name>Authorize Project</name>
<description>Configure projects to run with specified authorization.</description>
<url>https://wiki.jenkins.io/display/JENKINS/Authorize+Project+plugin</url>

<url>https://wiki.jenkins-ci.org/display/JENKINS/Authorize+Project+plugin</url>

<scm>
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
Expand Down Expand Up @@ -113,19 +112,18 @@
</plugin>
</plugins>
</build>

<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->

<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
<url>https://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
<url>https://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>

Expand Down

0 comments on commit 311de6b

Please sign in to comment.