Skip to content

Commit

Permalink
Merge pull request #132 from v1v/feature/license
Browse files Browse the repository at this point in the history
Added a licensing definition to the Maven project
  • Loading branch information
artkoshelev authored Nov 1, 2017
2 parents 6bbcb3a + 8097e14 commit 96aebe0
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<version>2.33</version>
<relativePath />
</parent>

<artifactId>jira</artifactId>
<version>2.5-SNAPSHOT</version>
<packaging>hpi</packaging>
<name>Jenkins JIRA plugin</name>
<description>Integrates Jenkins to JIRA</description>
<url>https://wiki.jenkins-ci.org/display/JENKINS/JIRA+Plugin</url>

<properties>
<java.level>7</java.level>
<mockito.version>1.10.19</mockito.version>
Expand All @@ -29,7 +29,7 @@
<!-- security -->
<owasp.version>1.3.1</owasp.version>
<findbugs.failOnError>false</findbugs.failOnError>

<!-- tests -->
<groovy.version>2.4.5</groovy.version>
<cobertura.version>2.7</cobertura.version>
Expand Down Expand Up @@ -64,6 +64,14 @@
<tag>HEAD</tag>
</scm>

<licenses>
<license>
<name>The MIT license</name>
<url>https://github.com/jenkinsci/jira-plugin/raw/master/LICENSE.md</url>
<distribution>repo</distribution>
</license>
</licenses>

<issueManagement>
<system>JIRA</system>
<url>https://issues.jenkins-ci.org/browse/JENKINS</url>
Expand Down Expand Up @@ -410,7 +418,7 @@
</snapshots>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>atlassian-public</id>
Expand Down

0 comments on commit 96aebe0

Please # to comment.