Skip to content

Commit e661b4a

Browse files
committed
GH-875: Update Apache Parent POM
From version 35 to 36.
1 parent 42d2c7d commit e661b4a

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
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

docs/changes/2.17.1.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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>

0 commit comments

Comments
 (0)