Skip to content

Commit

Permalink
[JENKINS-30588] Some upgrades to the POM.
Browse files Browse the repository at this point in the history
  • Loading branch information
andresrc committed Jan 19, 2017
1 parent cd5869c commit 052fe9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.6</version>
<version>2.21</version>
</parent>

<artifactId>ldap</artifactId>
Expand All @@ -13,7 +13,7 @@

<name>LDAP Plugin</name>
<description>Adds LDAP authentication to Jenkins</description>
<url>http://wiki.jenkins-ci.org/display/JENKINS/LDAP+Plugin</url>
<url>https://wiki.jenkins-ci.org/display/JENKINS/LDAP+Plugin</url>
<licenses>
<license>
<name>The MIT license</name>
Expand All @@ -36,13 +36,13 @@
<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 052fe9f

Please sign in to comment.