Skip to content

Commit

Permalink
Merge pull request #202 from olamy/compatible-since-for-putty-key-rem…
Browse files Browse the repository at this point in the history
…oval

Add compatibleSinceVersion to warn users looking at release notes about putty key format support removal
  • Loading branch information
jtnord committed Apr 3, 2024
2 parents 76bb0fe + 2437945 commit 395d240
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,22 @@
</dependencies>
</dependencyManagement>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<configuration>
<!-- Compatible since is used to warn users about removal of not anymore supported PuTTy key format
-->
<compatibleSinceVersion>334.v7732563deee1</compatibleSinceVersion>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>

<dependencies>
<!-- plugin dependencies -->
<dependency>
Expand Down

0 comments on commit 395d240

Please sign in to comment.