Skip to content

Commit eb88fbc

Browse files
committed
Release 4.0.0
1 parent 5e85911 commit eb88fbc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55
The change log format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## 4.0.0 Release
8+
9+
### Breaking
10+
- Support for Java 17.
711

812
## 3.0.6 Release
913

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<groupId>org.snomed</groupId>
99
<artifactId>snomed-parent-bom</artifactId>
10-
<version>2.0.0-SNAPSHOT</version>
10+
<version>2.0.0</version>
1111
</parent>
1212

1313
<groupId>org.snomed.otf</groupId>
1414
<artifactId>snomed-owl-toolkit</artifactId>
15-
<version>4.0.0-SNAPSHOT</version>
15+
<version>4.0.0</version>
1616

1717
<dependencies>
1818
<!-- RF2 Loading -->

0 commit comments

Comments
 (0)