File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121* [ Version 2.13.2 to 2.14.0] ( ./docs/changes/2.14.0.md )
2222* [ Version 2.14.0 to 2.15.0] ( ./docs/changes/2.15.0.md )
2323* [ Version 2.15.0 to 2.16.0] ( ./docs/changes/2.16.0.md )
24+ * [ Version 2.16.0 to 2.17.0] ( ./docs/changes/2.17.0.md )
2425
2526# Latest Version
2627
27- * ** [ Version 2.16 .0 to 2.17.0 ] ( ./docs/changes/2.17.0 .md ) **
28+ * ** [ Version 2.17 .0 to 2.17.1 ] ( ./docs/changes/2.17.1 .md ) **
2829
2930# Planned for Next Version
3031
Original file line number Diff line number Diff line change 1+ # Introduced in 2.17.1
2+
3+ No code changes; only a POM update to fix a deployment problem with the Maven release of 2.17.0.
4+
5+ For the real changes since version 2.16.0 see the [ 2.17.0 change notes] ( ./2.17.0.md ) .
6+
7+ ## Bug Fixes
8+
9+ * [ GH-875 ] ( https://github.com/apache/mina-sshd/issues/875 ) Use Apache Parent POM 36
10+
11+ ## New Features
12+
13+ None.
14+
15+ ## Potential Compatibility Issues
16+
17+ None.
18+
19+ ## Major Code Re-factoring
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.apache</groupId >
2424 <artifactId >apache</artifactId >
25- <version >35 </version >
25+ <version >36 </version >
2626 </parent >
2727
2828 <groupId >org.apache.sshd</groupId >
You can’t perform that action at this time.
0 commit comments