From 3b945e21860b097e2fb02a36d6b08f432563343c Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Thu, 25 Jul 2024 20:37:12 +0200 Subject: [PATCH] Bumped the version --- CITATION.cff | 4 ++-- README.md | 14 +++++++------- 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, 39 insertions(+), 39 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index d87129b90..c67bd814b 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.26 -date-released: '2024-06-03' +version: 3.0.27 +date-released: '2024-07-25' authors: - given-names: Manas family-names: Awasthi diff --git a/README.md b/README.md index 82a306b0c..59ff9736a 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](https://search.maven.org/artifact/org.bridgedb/bridgedb-bundle), 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.26`: +Usage depends on which module you require. The examples below assumes artifact `org.bridgedb.bio` and version `3.0.27`: For [Maven](https://maven.apache.org/): @@ -24,7 +24,7 @@ For [Maven](https://maven.apache.org/): org.bridgedb org.bridgedb.bio - 3.0.26 + 3.0.27 ``` @@ -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.26' +compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.0.27' ``` For [Ivy](http://ant.apache.org/ivy/): ```xml - + ``` For [Buildr](https://buildr.apache.org/): ```buildr -'org.bridgedb:org.bridgedb.bio:jar:3.0.26' +'org.bridgedb:org.bridgedb.bio:jar:3.0.27' ``` @@ -135,7 +135,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.26 +mvn versions:set -DnewVersion=3.0.27 mvn clean deploy ``` @@ -145,7 +145,7 @@ and everything. To make a development (SNAPSHOT) release, use: ```shell -mvn versions:set -DnewVersion=3.0.27-SNAPSHOT +mvn versions:set -DnewVersion=3.0.28-SNAPSHOT mvn clean deploy ``` diff --git a/examples/pom.xml b/examples/pom.xml index 2d1051685..c38bc0cd2 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -3,7 +3,7 @@ bridgedb-bundle org.bridgedb - 3.0.27-SNAPSHOT + 3.0.27 4.0.0 org.bridgedb.examples diff --git a/org.bridgedb.bio/pom.xml b/org.bridgedb.bio/pom.xml index 06d35ccea..62bff3f8f 100644 --- a/org.bridgedb.bio/pom.xml +++ b/org.bridgedb.bio/pom.xml @@ -8,7 +8,7 @@ bridgedb-bundle org.bridgedb - 3.0.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb.file.orthoxml/pom.xml b/org.bridgedb.file.orthoxml/pom.xml index 915fda9bb..7daa2ede0 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.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb.gui/pom.xml b/org.bridgedb.gui/pom.xml index 1230398bd..7a5dd73f9 100644 --- a/org.bridgedb.gui/pom.xml +++ b/org.bridgedb.gui/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.0.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb.rdb.construct/pom.xml b/org.bridgedb.rdb.construct/pom.xml index c36204f67..5d5e42928 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.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb.rdb/pom.xml b/org.bridgedb.rdb/pom.xml index 32526c97a..51d654945 100644 --- a/org.bridgedb.rdb/pom.xml +++ b/org.bridgedb.rdb/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.0.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb.rdf/pom.xml b/org.bridgedb.rdf/pom.xml index 577ed34f1..8e5ec77ab 100644 --- a/org.bridgedb.rdf/pom.xml +++ b/org.bridgedb.rdf/pom.xml @@ -6,7 +6,7 @@ bridgedb-bundle org.bridgedb - 3.0.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb.sql/pom.xml b/org.bridgedb.sql/pom.xml index be270d262..cb327ebbf 100644 --- a/org.bridgedb.sql/pom.xml +++ b/org.bridgedb.sql/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.0.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb.tools.batchmapper/pom.xml b/org.bridgedb.tools.batchmapper/pom.xml index 89a7c6614..0f7b6d616 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.27-SNAPSHOT + 3.0.27 @@ -33,19 +33,19 @@ org.bridgedb org.bridgedb - 3.0.27-SNAPSHOT + 3.0.27 compile org.bridgedb org.bridgedb.bio - 3.0.27-SNAPSHOT + 3.0.27 compile org.bridgedb org.bridgedb.rdb - 3.0.27-SNAPSHOT + 3.0.27 compile diff --git a/org.bridgedb.tools.info/pom.xml b/org.bridgedb.tools.info/pom.xml index f24d070e4..b42a33ce8 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.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb.tools.qc/pom.xml b/org.bridgedb.tools.qc/pom.xml index 53a1b15a8..5a989d7f7 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.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb.tools.voidtool/pom.xml b/org.bridgedb.tools.voidtool/pom.xml index 11af59080..cd57da2ef 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.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb.uri.api/pom.xml b/org.bridgedb.uri.api/pom.xml index ab7a8ee33..45553e6cc 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.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb.uri.loader/pom.xml b/org.bridgedb.uri.loader/pom.xml index b761a6a1a..e8e72ae75 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.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb.uri.sql/pom.xml b/org.bridgedb.uri.sql/pom.xml index c3c198e2f..4ba1453de 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.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb.uri.ws.client/pom.xml b/org.bridgedb.uri.ws.client/pom.xml index 93beb2226..a42738d94 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.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb.uri.ws.core/pom.xml b/org.bridgedb.uri.ws.core/pom.xml index a2d073a39..8a798b1b1 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.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb.uri.ws.server/pom.xml b/org.bridgedb.uri.ws.server/pom.xml index 432089395..060c728c7 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.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb.utils/pom.xml b/org.bridgedb.utils/pom.xml index e923c307d..7c644391d 100644 --- a/org.bridgedb.utils/pom.xml +++ b/org.bridgedb.utils/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.0.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb.webservice.biomart/pom.xml b/org.bridgedb.webservice.biomart/pom.xml index e248cf61b..c93472cc4 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.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb.webservice.bridgerest/pom.xml b/org.bridgedb.webservice.bridgerest/pom.xml index 77c2311b9..58e058328 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.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb.ws.client/pom.xml b/org.bridgedb.ws.client/pom.xml index dff73af67..96f936d5a 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.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb.ws.core/pom.xml b/org.bridgedb.ws.core/pom.xml index 47ea9b934..d3b564969 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.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb.ws.server/pom.xml b/org.bridgedb.ws.server/pom.xml index 9c9abbc15..4a5aa4ece 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.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb/pom.xml b/org.bridgedb/pom.xml index 09e3fdb6d..21329ed30 100644 --- a/org.bridgedb/pom.xml +++ b/org.bridgedb/pom.xml @@ -38,7 +38,7 @@ bridgedb-bundle org.bridgedb - 3.0.27-SNAPSHOT + 3.0.27 diff --git a/org.bridgedb/src/main/resources/version.props b/org.bridgedb/src/main/resources/version.props index 8cf3b44b2..22ec22e1c 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.26 +bridgedb.version=3.0.27 diff --git a/pom.xml b/pom.xml index 64ced6ed6..622a16aea 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.bridgedb bridgedb-bundle pom - 3.0.27-SNAPSHOT + 3.0.27 BridgeDb bundle BridgeDb is a framework for finding and mapping equivalent database