Skip to content

Commit

Permalink
Merge pull request #27 from andresrc/newParentPOM
Browse files Browse the repository at this point in the history
[JENKINS-32493] Adapt to new plugin parent POM
  • Loading branch information
jglick committed Jan 28, 2016
2 parents 5d26cc0 + bc6559d commit c3a8686
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions hpi-archetype/pom.xml
Expand Up @@ -6,24 +6,41 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<!-- Baseline Jenkins version you use to build and test the plugin. Users must have this version or newer to run. -->
<version>1.580.1</version>
<version>2.3</version>
<relativePath/>
</parent>
<!-- $ --><groupId>org.jenkins-ci.tools</groupId><!-- /$ -->
<!-- $ --><artifactId>hpi-archetype</artifactId><!-- /$ -->
<!-- $ --><version>1.0-SNAPSHOT</version><!-- /$ -->
<packaging>hpi</packaging>

<properties>
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
<jenkins.version>1.625.3</jenkins.version>
<!-- Java Level to use. Java 7 required when using core >= 1.612 -->
<java.level>7</java.level>
<!-- Jenkins Test Harness version you use to test the plugin. -->
<!-- For Jenkins version >= 1.580.1 use JTH 2.x or higher. -->
<jenkins-test-harness.version>2.1</jenkins-test-harness.version>
<!-- Other properties you may want to use:
~ hpi-plugin.version: The HPI Maven Plugin version used by the plugin..
~ stapler-plugin.version: The Stapler Maven plugin version required by the plugin.
-->
</properties>

<name>TODO Plugin</name>
<description>TODO</description>
<url>https://wiki.jenkins-ci.org/display/JENKINS/TODO+Plugin</url>

<!-- The default licence for Jenkins OSS Plugins is MIT. Substitute for the applicable one if needed. -->

<licenses>
<license>
<name>MIT License</name>
<url>http://opensource.org/licenses/MIT</url>
</license>
</licenses>

<!-- If you want this to appear on the wiki page:
<developers>
<developer>
Expand Down

0 comments on commit c3a8686

Please sign in to comment.