Skip to content

Commit 9b5649b

Browse files
committed
Release 4.0.3
1 parent fdf21e7 commit 9b5649b

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ authors:
2727
- family-names: Coort
2828
given-names: Susan
2929
title: "libGPML"
30-
version: 4.0.2
31-
date-released: 2022-12-08
30+
version: 4.0.3
31+
date-released: 2023-03-23
3232
url: "https://github.com/PathVisio/libGPML"

org.pathvisio.lib/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,17 @@ mvn clean install -Dgpg.skip
1515
Instructions to increase the version to a development (ending with `-SNAPSHOT`) version:
1616

1717
```shell
18-
mvn versions:set -DnewVersion=4.0.3-SNAPSHOT
18+
mvn versions:set -DnewVersion=4.0.4-SNAPSHOT
1919
```
2020

2121
Or to a release version:
2222

2323
```shell
24-
mvn versions:set -DnewVersion=4.0.2
24+
mvn versions:set -DnewVersion=4.0.3
2525
```
2626

27+
Also update the `../CITATION.cff` file for the version and release date.
28+
2729
## Making releases
2830

2931
Deploy to Sonatype with the following commands, for snapshots:

org.pathvisio.lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.pathvisio</groupId>
44
<artifactId>org.pathvisio.libgpml</artifactId>
5-
<version>4.0.3-SNAPSHOT</version>
5+
<version>4.0.3</version>
66
<packaging>jar</packaging>
77
<name>libGPML</name>
88
<description>libGPML is a library for reading, writing, manipulation, and conversion of files and data streams in the GPML (Graphical Pathway Markup Language) format.</description>

0 commit comments

Comments
 (0)