Skip to content

Commit 0581ad5

Browse files
committed
Bump version to 1.9.3
1 parent e8710ef commit 0581ad5

File tree

5 files changed

+18
-12
lines changed

5 files changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9-
- Upgrade OWLAPI to 4.5.25 [#1093]
10-
- Fixing OBO Serialiser erroneous logging [#1088]
11-
- Fixing OBO Serialiser bug where built in vocabulary was introduced as annotation properties [#1089]
9+
10+
## [1.9.3] - 2023-02-16
1211

1312
### Added
1413
- Subset method added to [`extract`] [#1000]
1514

15+
### Changed
16+
- Upgrade OWLAPI to 4.5.25 [#1093]
17+
1618
### Fixed
1719
- Restore logging details for CLI [#1091]
20+
- Fix OBO Serialiser bug where built in vocabulary was introduced as annotation properties [#1089]
21+
- Fix OBO Serialiser erroneous logging [#1088]
1822

1923
## [1.9.2] - 2023-02-09
20-
- Upgrade OWLAPI to 4.5.24 [#1086]
2124

2225
### Changed
2326
- Upgrade OWLAPI to 4.5.24 [#1086]
@@ -305,7 +308,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
305308

306309
First official release of ROBOT!
307310

308-
[Unreleased]: https://github.com/ontodev/robot/compare/v1.9.2...HEAD
311+
[Unreleased]: https://github.com/ontodev/robot/compare/v1.9.3...HEAD
312+
[1.9.3]: https://github.com/ontodev/robot/compare/v1.9.2...v1.9.3
309313
[1.9.2]: https://github.com/ontodev/robot/compare/v1.9.1...v1.9.2
310314
[1.9.1]: https://github.com/ontodev/robot/compare/v1.9.0...v1.9.1
311315
[1.9.0]: https://github.com/ontodev/robot/compare/v1.8.4...v1.9.0
@@ -352,6 +356,8 @@ First official release of ROBOT!
352356
[`validate`]: http://robot.obolibrary.org/validate
353357

354358
[#1091]: https://github.com/ontodev/robot/issues/1091
359+
[#1089]: https://github.com/ontodev/robot/issues/1089
360+
[#1088]: https://github.com/ontodev/robot/issues/1088
355361
[#1086]: https://github.com/ontodev/robot/pull/1086
356362
[#1084]: https://github.com/ontodev/robot/issues/1084
357363
[#1071]: https://github.com/ontodev/robot/pull/1071

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.obolibrary.robot</groupId>
77
<artifactId>robot</artifactId>
8-
<version>1.10.0-SNAPSHOT</version>
8+
<version>1.9.3</version>
99
<packaging>pom</packaging>
1010

1111
<name>robot</name>
@@ -291,7 +291,7 @@
291291
<plugin>
292292
<groupId>org.obolibrary.robot</groupId>
293293
<artifactId>robot-maven-plugin</artifactId>
294-
<version>1.10.0-SNAPSHOT</version>
294+
<version>1.9.3</version>
295295
</plugin>
296296
</plugins>
297297
</build>

robot-command/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.obolibrary.robot</groupId>
88
<artifactId>robot</artifactId>
9-
<version>1.10.0-SNAPSHOT</version>
9+
<version>1.9.3</version>
1010
</parent>
1111
<artifactId>robot-command</artifactId>
1212
<name>robot-command</name>

robot-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.obolibrary.robot</groupId>
88
<artifactId>robot</artifactId>
9-
<version>1.10.0-SNAPSHOT</version>
9+
<version>1.9.3</version>
1010
</parent>
1111
<artifactId>robot-core</artifactId>
1212
<name>robot-core</name>

robot-maven-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<parent>
99
<groupId>org.obolibrary.robot</groupId>
1010
<artifactId>robot</artifactId>
11-
<version>1.10.0-SNAPSHOT</version>
11+
<version>1.9.3</version>
1212
</parent>
1313

1414
<artifactId>robot-maven-plugin</artifactId>
15-
<version>1.10.0-SNAPSHOT</version>
15+
<version>1.9.3</version>
1616
<packaging>maven-plugin</packaging>
1717
<name>robot-maven-plugin</name>
1818

@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.obolibrary.robot</groupId>
5757
<artifactId>robot-maven-plugin</artifactId>
58-
<version>1.10.0-SNAPSHOT</version>
58+
<version>1.9.3</version>
5959
</plugin>
6060
</plugins>
6161
</build>

0 commit comments

Comments
 (0)