Skip to content

Commit

Permalink
[JENKINS-34511] Migrate to 2.7 parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
armfergom committed Apr 29, 2016
1 parent fa144c7 commit 71bf009
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
22 changes: 7 additions & 15 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.553</version>
<version>2.7</version>
</parent>
<artifactId>antisamy-markup-formatter</artifactId>
<version>1.4-SNAPSHOT</version>
Expand All @@ -23,6 +23,12 @@
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>HEAD</tag>
</scm>

<properties>
<jenkins.version>1.565.3</jenkins.version>
<java.level>6</java.level>
</properties>

<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
Expand All @@ -42,18 +48,4 @@
<version>r88</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<xmlOutput>true</xmlOutput>
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
<failOnError>false</failOnError>
</configuration>
</plugin>
</plugins>
</build>
</project>
1 change: 1 addition & 0 deletions src/main/resources/index.jelly
@@ -1,3 +1,4 @@
<?jelly escape-by-default='true'?>
<div>
Uses the <a href="https://www.owasp.org/index.php/OWASP_Java_HTML_Sanitizer_Project">OWASP Java HTML Sanitizer</a>
to allow safe-seeming HTML markup to be entered in project descriptions and the like.
Expand Down

0 comments on commit 71bf009

Please sign in to comment.