From 3376c49d997b807b37379502ebaf38a18ab53a01 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Thu, 8 Dec 2022 12:27:50 +0100 Subject: [PATCH] Release 3.0.18 --- CITATION.cff | 4 ++-- README.md | 12 ++++++------ org.bridgedb/version.props | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index f026c9b50..74dcbec99 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,8 +2,8 @@ cff-version: 1.2.0 title: BridgeDb message: 'If you use this software, please cite it as below.' type: software -version: 3.0.17 -date-released: '2022-08-10' +version: 3.0.18 +date-released: '2022-12-08' authors: - given-names: Manas family-names: Awasthi diff --git a/README.md b/README.md index 5430a9579..0ce6a4d08 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Using BridgeDb dependencies The [BridgeDb releases](https://github.com/bridgedb/BridgeDb/releases) are published to [Maven Central](http://central.maven.org/maven2/org/bridgedb/), which means you can use the BridgeDb JARs without needing to compile BridgeDb. -Usage depends on which module you require. The examples below assumes artifact `org.bridgedb.bio` and version `3.0.17`: +Usage depends on which module you require. The examples below assumes artifact `org.bridgedb.bio` and version `3.0.18`: For [Maven](https://maven.apache.org/): @@ -24,7 +24,7 @@ For [Maven](https://maven.apache.org/): org.bridgedb org.bridgedb.bio - 3.0.17 + 3.0.18 ``` @@ -32,19 +32,19 @@ For [Maven](https://maven.apache.org/): For [Gradle](https://gradle.org/): ```gradle -compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.0.17' +compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.0.18' ``` For [Ivy](http://ant.apache.org/ivy/): ```xml - + ``` For [Buildr](https://buildr.apache.org/): ```buildr -'org.bridgedb:org.bridgedb.bio:jar:3.0.17' +'org.bridgedb:org.bridgedb.bio:jar:3.0.18' ``` @@ -133,7 +133,7 @@ To make the release, run the following commands. Mind you, this requires you to have an approved Sonatype (http://oss.sonatype.org/) account with push rights: ```shell -mvn versions:set -DnewVersion=3.0.17-SNAPSHOT +mvn versions:set -DnewVersion=3.0.19-SNAPSHOT mvn clean deploy -P release ``` diff --git a/org.bridgedb/version.props b/org.bridgedb/version.props index b6935086e..4905e31f9 100644 --- a/org.bridgedb/version.props +++ b/org.bridgedb/version.props @@ -1,2 +1,2 @@ # Current version of BridgeDb -bridgedb.version=3.0.17 +bridgedb.version=3.0.18