Skip to content

Commit

Permalink
Release 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed May 9, 2024
1 parent 5b97459 commit b86a49b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: Euclid
version: 2.8
date-released: 2024-02-17
version: 2.9
date-released: 2024-05-09
url: "https://github.com/BlueObelisk/euclid"
preferred-citation:
type: article
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It's used a lot in CML tools (JUMBO, JUMBO-converters) and also AMI (for extract
Instructions to increase the version:

```shell
mvn versions:set -DnewVersion=2.9-SNAPSHOT
mvn versions:set -DnewVersion=2.10-SNAPSHOT
```

Deploy to Sonatype with the following commands, for snapshots and releases respectively:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.blueobelisk</groupId>
<artifactId>euclid</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit b86a49b

Please sign in to comment.