Skip to content

Commit 0ba0558

Browse files
committed
Bump version to 1.9.5
1 parent d603d8d commit 0ba0558

File tree

7 files changed

+13
-9
lines changed

7 files changed

+13
-9
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.5] - 2023-09-20
11+
1012
### Added
1113
- Updated ELK from 0.4.3 to 0.5.0. [#999]. This is an important change as ELK 0.5.0 is more complete than 0.4.3, which means that it will potentially uncover inferences, in particular unsatisfiable classes, which were not recognised by ELK 0.4.3.
1214
- Add support for pluggable commands [#1119]
@@ -325,7 +327,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
325327

326328
First official release of ROBOT!
327329

328-
[Unreleased]: https://github.com/ontodev/robot/compare/v1.9.4...HEAD
330+
[Unreleased]: https://github.com/ontodev/robot/compare/v1.9.5...HEAD
331+
[1.9.5]: https://github.com/ontodev/robot/compare/v1.9.4...v1.9.5
329332
[1.9.4]: https://github.com/ontodev/robot/compare/v1.9.3...v1.9.4
330333
[1.9.3]: https://github.com/ontodev/robot/compare/v1.9.2...v1.9.3
331334
[1.9.2]: https://github.com/ontodev/robot/compare/v1.9.1...v1.9.2

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.5</version>
99
<packaging>pom</packaging>
1010

1111
<name>robot</name>
@@ -292,7 +292,7 @@
292292
<plugin>
293293
<groupId>org.obolibrary.robot</groupId>
294294
<artifactId>robot-maven-plugin</artifactId>
295-
<version>1.10.0-SNAPSHOT</version>
295+
<version>1.9.5</version>
296296
</plugin>
297297
</plugins>
298298
</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.5</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.5</version>
1010
</parent>
1111
<artifactId>robot-core</artifactId>
1212
<name>robot-core</name>

robot-core/src/main/resources/obo_context.jsonld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
"MAT": "http://purl.obolibrary.org/obo/MAT_",
139139
"MAXO": "http://purl.obolibrary.org/obo/MAXO_",
140140
"MCO": "http://purl.obolibrary.org/obo/MCO_",
141+
"MCRO": "http://purl.obolibrary.org/obo/MCRO_",
141142
"MF": "http://purl.obolibrary.org/obo/MF_",
142143
"MFMO": "http://purl.obolibrary.org/obo/MFMO_",
143144
"MFO": "http://purl.obolibrary.org/obo/MFO_",

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

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

robot-mock-plugin/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.5</version>
1010
</parent>
1111
<artifactId>robot-mock-plugin</artifactId>
1212
<name>robot-mock-plugin</name>

0 commit comments

Comments
 (0)