Skip to content

Commit

Permalink
Bump version to 1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaoverton committed Oct 30, 2024
1 parent 9a4242c commit 676461b
Show file tree
Hide file tree
Showing 6 changed files with 12 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.7] - 2024-10-30

### Fixed
- Output inferred object property assertions using Whelk reasoner, by updating to Whelk 1.1.3. [#1121]

Expand Down Expand Up @@ -358,7 +360,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.6...HEAD
[Unreleased]: https://github.com/ontodev/robot/compare/v1.9.7...HEAD
[1.9.7]: https://github.com/ontodev/robot/compare/v1.9.6...v1.9.7
[1.9.6]: https://github.com/ontodev/robot/compare/v1.9.5...v1.9.6
[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
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.7</version>
<packaging>pom</packaging>

<name>robot</name>
Expand Down Expand Up @@ -288,7 +288,7 @@
<plugin>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot-maven-plugin</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.9.7</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.7</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.7</version>
</parent>
<artifactId>robot-core</artifactId>
<name>robot-core</name>
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.7</version>
</parent>

<artifactId>robot-maven-plugin</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.9.7</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.7</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.7</version>
</parent>
<artifactId>robot-mock-plugin</artifactId>
<name>robot-mock-plugin</name>
Expand Down

0 comments on commit 676461b

Please sign in to comment.