Skip to content

Commit

Permalink
Prepares the library for new version release
Browse files Browse the repository at this point in the history
- Removed the `SNAPSHOT` suffix from the project version in the
`pom.xml`.
- Updated the `CHANGELOG.md` to reflect the latest changes.
- Removed the `TODO.md` as we aren't really using it.
  • Loading branch information
tonyKunchev committed Sep 19, 2022
1 parent 23f364b commit 1417ce6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 18 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
### New

- Added `record-based` options for the `Engines` enum. The reason is completeness.

### Changes

- TBD
- Removed the `TODO.md` as we aren't really keeping it up-to-date. Instead we are using internal JIRA tasks and the issues tracker of the project.

### Bug fixes

Expand All @@ -17,6 +17,7 @@
- Fixed the string serialization of the `Engines` enum values. The previous mechanism was causing parsing errors in the OpenRefine, when the `export` command was
executed.


## Version 1.7

### New
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ complete given operation.
<dependency>
<groupId>com.ontotext</groupId>
<artifactId>ontorefine-client</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</dependency>
```

Expand Down
14 changes: 0 additions & 14 deletions TODO.md

This file was deleted.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.ontotext</groupId>
<artifactId>ontorefine-client</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.7.1</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>An Ontotext Refine Client Library</description>
Expand Down

0 comments on commit 1417ce6

Please sign in to comment.