Skip to content

Commit 2437945

Browse files
committed
Add compatibleSinceVersion to warn users looking at release notes about putty key format support removal
Signed-off-by: Olivier Lamy <olamy@apache.org>
1 parent 7732563 commit 2437945

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,22 @@
100100
</dependencies>
101101
</dependencyManagement>
102102

103+
<build>
104+
<pluginManagement>
105+
<plugins>
106+
<plugin>
107+
<groupId>org.jenkins-ci.tools</groupId>
108+
<artifactId>maven-hpi-plugin</artifactId>
109+
<configuration>
110+
<!-- Compatible since is used to warn users about removal of not anymore supported PuTTy key format
111+
-->
112+
<compatibleSinceVersion>334.v7732563deee1</compatibleSinceVersion>
113+
</configuration>
114+
</plugin>
115+
</plugins>
116+
</pluginManagement>
117+
</build>
118+
103119
<dependencies>
104120
<!-- plugin dependencies -->
105121
<dependency>

0 commit comments

Comments
 (0)