Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-38607] - Add explicit compatibility notice for the JEN…
…KINS-31573 change

Also updates maven-hpi-version to the version declared in POM
  • Loading branch information
oleg-nenashev committed Sep 30, 2016
1 parent 8aec81f commit 980150d
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions pom.xml
Expand Up @@ -73,15 +73,18 @@
</scm>

<build>

<plugins>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<version>1.98</version>
<extensions>true</extensions>
</plugin>
</plugins>
<plugins>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<!-- Fix of JENKINS-31573 changed the property file parsing approach.
Now it follows the Java property file standard. -->
<compatibleSinceVersion>1.93</compatibleSinceVersion>
</configuration>
</plugin>
</plugins>
</build>

<dependencies>
Expand Down

0 comments on commit 980150d

Please sign in to comment.