Skip to content

Commit e1a6bd6

Browse files
committed
Bump version to 1.9.4
1 parent 26a6999 commit e1a6bd6

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.9.4] - 2023-05-23
11+
1012
### Changed
1113
- Speed up unsatisfiable object-property check on certain reasoners including HermiT [#1100]
1214
- 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
312314

313315
First official release of ROBOT!
314316

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
316319
[1.9.3]: https://github.com/ontodev/robot/compare/v1.9.2...v1.9.3
317320
[1.9.2]: https://github.com/ontodev/robot/compare/v1.9.1...v1.9.2
318321
[1.9.1]: https://github.com/ontodev/robot/compare/v1.9.0...v1.9.1

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.4</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.4</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.4</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.4</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.4</version>
1212
</parent>
1313

1414
<artifactId>robot-maven-plugin</artifactId>
15-
<version>1.10.0-SNAPSHOT</version>
15+
<version>1.9.4</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.4</version>
5959
</plugin>
6060
</plugins>
6161
</build>

0 commit comments

Comments
 (0)