Skip to content

Commit

Permalink
Merge pull request #9 from jenkinsci/pom_plugin
Browse files Browse the repository at this point in the history
Updated Parent Pom
  • Loading branch information
v1v committed Feb 12, 2017
2 parents 3857674 + 2742dbe commit 736f3f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Expand Up @@ -6,9 +6,17 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.554.1</version>
<version>2.21</version>
<relativePath />
</parent>

<properties>
<jenkins.version>1.554.1</jenkins.version>
<jenkins-test-harness.version>1.554.1</jenkins-test-harness.version>
<!--TODO: make true after the code cleanup-->
<findbugs.failOnError>false</findbugs.failOnError>
</properties>

<artifactId>jenkinslint</artifactId>
<version>0.7.0-SNAPSHOT</version>
<packaging>hpi</packaging>
Expand Down Expand Up @@ -59,6 +67,7 @@
<connection>scm:git:git://github.com/jenkinsci/jenkinslint-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/jenkinslint-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/jenkinslint-plugin</url>
<tag>HEAD</tag>
</scm>

<repositories>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/index.jelly
@@ -1,3 +1,4 @@
<?jelly escape-by-default='true'?>
<div>
<span>
The <a href="http://wiki.jenkins-ci.org/display/JENKINS/JenkinsLint+Plugin">JenkinsLint Plugin</a> detects whether your Jenkins configuration follows some best practices.
Expand Down

0 comments on commit 736f3f7

Please sign in to comment.