File tree 5 files changed +11
-8
lines changed
5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.9.4] - 2023-05-23
11
+
10
12
### Changed
11
13
- Speed up unsatisfiable object-property check on certain reasoners including HermiT [ #1100 ]
12
14
- Update HermiT from 1.3.8.413 to 1.4.5.456 [ #1073 ]
@@ -312,7 +314,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
312
314
313
315
First official release of ROBOT!
314
316
315
- [ Unreleased ] : https://github.com/ontodev/robot/compare/v1.9.3...HEAD
317
+ [ Unreleased ] : https://github.com/ontodev/robot/compare/v1.9.4...HEAD
318
+ [ 1.9.4 ] : https://github.com/ontodev/robot/compare/v1.9.3...v1.9.4
316
319
[ 1.9.3 ] : https://github.com/ontodev/robot/compare/v1.9.2...v1.9.3
317
320
[ 1.9.2 ] : https://github.com/ontodev/robot/compare/v1.9.1...v1.9.2
318
321
[ 1.9.1 ] : https://github.com/ontodev/robot/compare/v1.9.0...v1.9.1
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >org.obolibrary.robot</groupId >
7
7
<artifactId >robot</artifactId >
8
- <version >1.10.0-SNAPSHOT </version >
8
+ <version >1.9.4 </version >
9
9
<packaging >pom</packaging >
10
10
11
11
<name >robot</name >
291
291
<plugin >
292
292
<groupId >org.obolibrary.robot</groupId >
293
293
<artifactId >robot-maven-plugin</artifactId >
294
- <version >1.10.0-SNAPSHOT </version >
294
+ <version >1.9.4 </version >
295
295
</plugin >
296
296
</plugins >
297
297
</build >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.obolibrary.robot</groupId >
8
8
<artifactId >robot</artifactId >
9
- <version >1.10.0-SNAPSHOT </version >
9
+ <version >1.9.4 </version >
10
10
</parent >
11
11
<artifactId >robot-command</artifactId >
12
12
<name >robot-command</name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.obolibrary.robot</groupId >
8
8
<artifactId >robot</artifactId >
9
- <version >1.10.0-SNAPSHOT </version >
9
+ <version >1.9.4 </version >
10
10
</parent >
11
11
<artifactId >robot-core</artifactId >
12
12
<name >robot-core</name >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.obolibrary.robot</groupId >
10
10
<artifactId >robot</artifactId >
11
- <version >1.10.0-SNAPSHOT </version >
11
+ <version >1.9.4 </version >
12
12
</parent >
13
13
14
14
<artifactId >robot-maven-plugin</artifactId >
15
- <version >1.10.0-SNAPSHOT </version >
15
+ <version >1.9.4 </version >
16
16
<packaging >maven-plugin</packaging >
17
17
<name >robot-maven-plugin</name >
18
18
55
55
<plugin >
56
56
<groupId >org.obolibrary.robot</groupId >
57
57
<artifactId >robot-maven-plugin</artifactId >
58
- <version >1.10.0-SNAPSHOT </version >
58
+ <version >1.9.4 </version >
59
59
</plugin >
60
60
</plugins >
61
61
</build >
You can’t perform that action at this time.
0 commit comments