Skip to content

Commit

Permalink
Bump version to 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaoverton committed Sep 20, 2023
1 parent d603d8d commit 0ba0558
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.9.5] - 2023-09-20

### Added
- 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.
- Add support for pluggable commands [#1119]
Expand Down Expand Up @@ -325,7 +327,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

First official release of ROBOT!

[Unreleased]: https://github.com/ontodev/robot/compare/v1.9.4...HEAD
[Unreleased]: https://github.com/ontodev/robot/compare/v1.9.5...HEAD
[1.9.5]: https://github.com/ontodev/robot/compare/v1.9.4...v1.9.5
[1.9.4]: https://github.com/ontodev/robot/compare/v1.9.3...v1.9.4
[1.9.3]: https://github.com/ontodev/robot/compare/v1.9.2...v1.9.3
[1.9.2]: https://github.com/ontodev/robot/compare/v1.9.1...v1.9.2
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.obolibrary.robot</groupId>
<artifactId>robot</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.9.5</version>
<packaging>pom</packaging>

<name>robot</name>
Expand Down Expand Up @@ -292,7 +292,7 @@
<plugin>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot-maven-plugin</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.9.5</version>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 1 addition & 1 deletion robot-command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.9.5</version>
</parent>
<artifactId>robot-command</artifactId>
<name>robot-command</name>
Expand Down
2 changes: 1 addition & 1 deletion robot-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.9.5</version>
</parent>
<artifactId>robot-core</artifactId>
<name>robot-core</name>
Expand Down
1 change: 1 addition & 0 deletions robot-core/src/main/resources/obo_context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
"MAT": "http://purl.obolibrary.org/obo/MAT_",
"MAXO": "http://purl.obolibrary.org/obo/MAXO_",
"MCO": "http://purl.obolibrary.org/obo/MCO_",
"MCRO": "http://purl.obolibrary.org/obo/MCRO_",
"MF": "http://purl.obolibrary.org/obo/MF_",
"MFMO": "http://purl.obolibrary.org/obo/MFMO_",
"MFO": "http://purl.obolibrary.org/obo/MFO_",
Expand Down
6 changes: 3 additions & 3 deletions robot-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.9.5</version>
</parent>

<artifactId>robot-maven-plugin</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.9.5</version>
<packaging>maven-plugin</packaging>
<name>robot-maven-plugin</name>

Expand Down Expand Up @@ -55,7 +55,7 @@
<plugin>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot-maven-plugin</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.9.5</version>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 1 addition & 1 deletion robot-mock-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.9.5</version>
</parent>
<artifactId>robot-mock-plugin</artifactId>
<name>robot-mock-plugin</name>
Expand Down

0 comments on commit 0ba0558

Please sign in to comment.