From 44f96026d9617e7eb96007817f3a194114f7bae0 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Mon, 7 Aug 2023 13:21:42 +0200 Subject: [PATCH] Bumped the version for release --- CITATION.cff | 4 ++-- README.md | 12 ++++++------ examples/pom.xml | 2 +- org.bridgedb.bio/pom.xml | 2 +- org.bridgedb.file.orthoxml/pom.xml | 2 +- org.bridgedb.gui/pom.xml | 2 +- org.bridgedb.rdb.construct/pom.xml | 2 +- org.bridgedb.rdb/pom.xml | 2 +- org.bridgedb.rdf/pom.xml | 2 +- org.bridgedb.sql/pom.xml | 2 +- org.bridgedb.tools.batchmapper/pom.xml | 8 ++++---- org.bridgedb.tools.info/pom.xml | 2 +- org.bridgedb.tools.qc/pom.xml | 2 +- org.bridgedb.tools.voidtool/pom.xml | 2 +- org.bridgedb.uri.api/pom.xml | 2 +- org.bridgedb.uri.loader/pom.xml | 2 +- org.bridgedb.uri.sql/pom.xml | 2 +- org.bridgedb.uri.ws.client/pom.xml | 2 +- org.bridgedb.uri.ws.core/pom.xml | 2 +- org.bridgedb.uri.ws.server/pom.xml | 2 +- org.bridgedb.utils/pom.xml | 2 +- org.bridgedb.webservice.biomart/pom.xml | 2 +- org.bridgedb.webservice.bridgerest/pom.xml | 2 +- org.bridgedb.ws.client/pom.xml | 2 +- org.bridgedb.ws.core/pom.xml | 2 +- org.bridgedb.ws.server/pom.xml | 2 +- org.bridgedb/pom.xml | 2 +- org.bridgedb/src/main/resources/version.props | 2 +- pom.xml | 2 +- 29 files changed, 38 insertions(+), 38 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 6cc0389ef..76ec07fb0 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.22 -date-released: '2023-04-29' +version: 3.0.23 +date-released: '2023-08-07' authors: - given-names: Manas family-names: Awasthi diff --git a/README.md b/README.md index 77634d291..49786071c 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.22`: +Usage depends on which module you require. The examples below assumes artifact `org.bridgedb.bio` and version `3.0.23`: For [Maven](https://maven.apache.org/): @@ -24,7 +24,7 @@ For [Maven](https://maven.apache.org/): org.bridgedb org.bridgedb.bio - 3.0.22 + 3.0.23 ``` @@ -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.22' +compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.0.23' ``` For [Ivy](http://ant.apache.org/ivy/): ```xml - + ``` For [Buildr](https://buildr.apache.org/): ```buildr -'org.bridgedb:org.bridgedb.bio:jar:3.0.22' +'org.bridgedb:org.bridgedb.bio:jar:3.0.23' ``` @@ -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.22 +mvn versions:set -DnewVersion=3.0.23 mvn clean deploy ``` diff --git a/examples/pom.xml b/examples/pom.xml index 2254fe3f0..1e6f5ed1b 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -3,7 +3,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 4.0.0 org.bridgedb.examples diff --git a/org.bridgedb.bio/pom.xml b/org.bridgedb.bio/pom.xml index 6481369f1..d46207678 100644 --- a/org.bridgedb.bio/pom.xml +++ b/org.bridgedb.bio/pom.xml @@ -8,7 +8,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb.file.orthoxml/pom.xml b/org.bridgedb.file.orthoxml/pom.xml index 37ad17dc2..95be40a64 100644 --- a/org.bridgedb.file.orthoxml/pom.xml +++ b/org.bridgedb.file.orthoxml/pom.xml @@ -6,7 +6,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb.gui/pom.xml b/org.bridgedb.gui/pom.xml index 756bcc651..216267721 100644 --- a/org.bridgedb.gui/pom.xml +++ b/org.bridgedb.gui/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb.rdb.construct/pom.xml b/org.bridgedb.rdb.construct/pom.xml index 5be815cb0..b1d6bd0d7 100644 --- a/org.bridgedb.rdb.construct/pom.xml +++ b/org.bridgedb.rdb.construct/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb.rdb/pom.xml b/org.bridgedb.rdb/pom.xml index 52460c7ea..8b75100f7 100644 --- a/org.bridgedb.rdb/pom.xml +++ b/org.bridgedb.rdb/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb.rdf/pom.xml b/org.bridgedb.rdf/pom.xml index d9a10e0ae..40f505e81 100644 --- a/org.bridgedb.rdf/pom.xml +++ b/org.bridgedb.rdf/pom.xml @@ -6,7 +6,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb.sql/pom.xml b/org.bridgedb.sql/pom.xml index cd7e24a53..111270a52 100644 --- a/org.bridgedb.sql/pom.xml +++ b/org.bridgedb.sql/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb.tools.batchmapper/pom.xml b/org.bridgedb.tools.batchmapper/pom.xml index 907ae8e2c..89bcf8fac 100644 --- a/org.bridgedb.tools.batchmapper/pom.xml +++ b/org.bridgedb.tools.batchmapper/pom.xml @@ -6,7 +6,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 @@ -33,19 +33,19 @@ org.bridgedb org.bridgedb - 3.0.22 + 3.0.23 compile org.bridgedb org.bridgedb.bio - 3.0.22 + 3.0.23 compile org.bridgedb org.bridgedb.rdb - 3.0.22 + 3.0.23 compile diff --git a/org.bridgedb.tools.info/pom.xml b/org.bridgedb.tools.info/pom.xml index 7ee2e8891..96afc0d73 100644 --- a/org.bridgedb.tools.info/pom.xml +++ b/org.bridgedb.tools.info/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb.tools.qc/pom.xml b/org.bridgedb.tools.qc/pom.xml index aa2cf3045..c61438b76 100644 --- a/org.bridgedb.tools.qc/pom.xml +++ b/org.bridgedb.tools.qc/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb.tools.voidtool/pom.xml b/org.bridgedb.tools.voidtool/pom.xml index 0380b17ac..d20732b63 100644 --- a/org.bridgedb.tools.voidtool/pom.xml +++ b/org.bridgedb.tools.voidtool/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb.uri.api/pom.xml b/org.bridgedb.uri.api/pom.xml index cf5f9d289..dea13dc22 100644 --- a/org.bridgedb.uri.api/pom.xml +++ b/org.bridgedb.uri.api/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb.uri.loader/pom.xml b/org.bridgedb.uri.loader/pom.xml index ce1342bf5..635bb5794 100644 --- a/org.bridgedb.uri.loader/pom.xml +++ b/org.bridgedb.uri.loader/pom.xml @@ -6,7 +6,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb.uri.sql/pom.xml b/org.bridgedb.uri.sql/pom.xml index 8b81978a5..ce6767b3b 100644 --- a/org.bridgedb.uri.sql/pom.xml +++ b/org.bridgedb.uri.sql/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb.uri.ws.client/pom.xml b/org.bridgedb.uri.ws.client/pom.xml index b6e96f11f..50abcd29a 100644 --- a/org.bridgedb.uri.ws.client/pom.xml +++ b/org.bridgedb.uri.ws.client/pom.xml @@ -8,7 +8,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb.uri.ws.core/pom.xml b/org.bridgedb.uri.ws.core/pom.xml index b31bb342d..fc54d5fd5 100644 --- a/org.bridgedb.uri.ws.core/pom.xml +++ b/org.bridgedb.uri.ws.core/pom.xml @@ -8,7 +8,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb.uri.ws.server/pom.xml b/org.bridgedb.uri.ws.server/pom.xml index 754be7916..e5ab5c25f 100644 --- a/org.bridgedb.uri.ws.server/pom.xml +++ b/org.bridgedb.uri.ws.server/pom.xml @@ -8,7 +8,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb.utils/pom.xml b/org.bridgedb.utils/pom.xml index ae8e9b0b0..910e813f4 100644 --- a/org.bridgedb.utils/pom.xml +++ b/org.bridgedb.utils/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb.webservice.biomart/pom.xml b/org.bridgedb.webservice.biomart/pom.xml index 850dfca5b..60376e71d 100644 --- a/org.bridgedb.webservice.biomart/pom.xml +++ b/org.bridgedb.webservice.biomart/pom.xml @@ -8,7 +8,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb.webservice.bridgerest/pom.xml b/org.bridgedb.webservice.bridgerest/pom.xml index b2d79ae69..4ddcc92e8 100644 --- a/org.bridgedb.webservice.bridgerest/pom.xml +++ b/org.bridgedb.webservice.bridgerest/pom.xml @@ -8,7 +8,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb.ws.client/pom.xml b/org.bridgedb.ws.client/pom.xml index abdadfb08..fd1978afb 100644 --- a/org.bridgedb.ws.client/pom.xml +++ b/org.bridgedb.ws.client/pom.xml @@ -8,7 +8,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb.ws.core/pom.xml b/org.bridgedb.ws.core/pom.xml index 3e1242c20..3dde85a80 100644 --- a/org.bridgedb.ws.core/pom.xml +++ b/org.bridgedb.ws.core/pom.xml @@ -8,7 +8,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb.ws.server/pom.xml b/org.bridgedb.ws.server/pom.xml index ec3dc8c6f..a7558a2d8 100644 --- a/org.bridgedb.ws.server/pom.xml +++ b/org.bridgedb.ws.server/pom.xml @@ -8,7 +8,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb/pom.xml b/org.bridgedb/pom.xml index 10415ba60..abba6a136 100644 --- a/org.bridgedb/pom.xml +++ b/org.bridgedb/pom.xml @@ -33,7 +33,7 @@ bridgedb-bundle org.bridgedb - 3.0.22 + 3.0.23 diff --git a/org.bridgedb/src/main/resources/version.props b/org.bridgedb/src/main/resources/version.props index b1d47687d..645ae3a65 100644 --- a/org.bridgedb/src/main/resources/version.props +++ b/org.bridgedb/src/main/resources/version.props @@ -1,2 +1,2 @@ # Current version of BridgeDb -bridgedb.version=3.0.22 +bridgedb.version=3.0.23 diff --git a/pom.xml b/pom.xml index c36527d9c..8f7867726 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.bridgedb bridgedb-bundle pom - 3.0.22 + 3.0.23 BridgeDb bundle BridgeDb is a framework for finding and mapping equivalent database