Skip to content

Commit

Permalink
[FIXED JENKINS-38872] add Compatible-Since-Version version to inform …
Browse files Browse the repository at this point in the history
…users about incompatible configuration changes
  • Loading branch information
imod committed Dec 27, 2016
1 parent 222e2df commit f65c3d3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -211,6 +211,14 @@
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
</plugin>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<compatibleSinceVersion>2.15</compatibleSinceVersion>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit f65c3d3

Please sign in to comment.