Skip to content

Commit

Permalink
Tidying up POM.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Aug 18, 2014
1 parent 710fc83 commit af48332
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,13 @@
<version>1.11-SNAPSHOT</version>
<name>Jenkins Mailer Plugin</name>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Mailer</url>

<licenses>
<license>
<name>The MIT license</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>

<!--
<issueManagement>
<system>JIRA</system>
<url>http://issues.jenkins-ci.org/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+JENKINS+AND+status+in+%28Open%2C+%22In+Progress%22%2C+Reopened%29+AND+component+%3D+%27email-ext%27</url>
</issueManagement>
-->
<properties>
<powermock.version>1.4.12</powermock.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -89,15 +81,6 @@
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</repository>
<repository>
<id>powermock-repo</id>
<url>http://powermock.googlecode.com/svn/repo/</url>
</repository>
<repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net repository for Maven2</name>
<url>http://download.java.net/maven/2/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
Expand Down

0 comments on commit af48332

Please sign in to comment.