Skip to content

Commit

Permalink
Add compatibleSinceVersion to warn users looking at release notes abo…
Browse files Browse the repository at this point in the history
…ut putty key format support removal

Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Apr 3, 2024
1 parent 7732563 commit 2437945
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 2437945

Please sign in to comment.