Skip to content

Commit

Permalink
Merge pull request #55 from jglick/compatibleSinceVersion
Browse files Browse the repository at this point in the history
[JENKINS-34564] compatibleSinceVersion=1.11
(cherry picked from commit 035c7e2)
  • Loading branch information
stephenc authored and jglick committed Nov 4, 2016
1 parent 0d23abd commit dba4687
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Expand Up @@ -144,4 +144,16 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<configuration>
<compatibleSinceVersion>1.11</compatibleSinceVersion>
</configuration>
</plugin>
</plugins>
</build>

</project>

0 comments on commit dba4687

Please sign in to comment.