Skip to content

Commit

Permalink
Prepares the library for the release 1.5.0
Browse files Browse the repository at this point in the history
- Removed the `SNAPSHOT` suffix from the pom version.
- Updated the README dependency example to the latest release.
  • Loading branch information
tonyKunchev committed Mar 7, 2022
1 parent 00dc270 commit 160cff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4.0</version>
<version>1.5.0</version>
</dependency>
```

Expand Down
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.5.0-SNAPSHOT</version>
<version>1.5.0</version>

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

0 comments on commit 160cff1

Please sign in to comment.