Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jenkinsci/active-directory-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Apr 26, 2012
2 parents 1c4d2ee + 9ee3cb2 commit 91c51af
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions pom.xml
Expand Up @@ -46,8 +46,16 @@

<repositories>
<repository>
<id>m.g.o-public</id>
<url>http://maven.glassfish.org/content/groups/public/</url>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>
</project>

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

0 comments on commit 91c51af

Please sign in to comment.