From f6d831f4764bb1178873d3e9dbeb9617ae3d12a1 Mon Sep 17 00:00:00 2001 From: Egon Willighagen Date: Tue, 30 Jul 2024 10:37:39 +0200 Subject: [PATCH] Release 3.1.2 --- 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 716c1c9a7..cdd95bc91 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.1.1 -date-released: '2023-12-18' +version: 3.1.2 +date-released: '2024-07-30' authors: - given-names: Manas family-names: Awasthi diff --git a/README.md b/README.md index 847361b70..833a6e7f8 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.1.1`: +Usage depends on which module you require. The examples below assumes artifact `org.bridgedb.bio` and version `3.1.2`: For [Maven](https://maven.apache.org/): @@ -24,7 +24,7 @@ For [Maven](https://maven.apache.org/): org.bridgedb org.bridgedb.bio - 3.1.1 + 3.1.2 ``` @@ -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.1.1' +compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.1.2' ``` For [Ivy](http://ant.apache.org/ivy/): ```xml - + ``` For [Buildr](https://buildr.apache.org/): ```buildr -'org.bridgedb:org.bridgedb.bio:jar:3.1.1' +'org.bridgedb:org.bridgedb.bio:jar:3.1.2' ``` @@ -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.1.2-SNAPSHOT +mvn versions:set -DnewVersion=3.1.2 mvn clean deploy ``` @@ -145,7 +145,7 @@ and everything. To make a development (SNAPSHOT) release, use: ```shell -mvn versions:set -DnewVersion=3.1.1-SNAPSHOT +mvn versions:set -DnewVersion=3.1.3-SNAPSHOT mvn clean deploy ``` diff --git a/examples/pom.xml b/examples/pom.xml index fcebe7a70..0c490e85b 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -3,7 +3,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 4.0.0 org.bridgedb.examples diff --git a/org.bridgedb.bio/pom.xml b/org.bridgedb.bio/pom.xml index b63dda2b2..d92cfc8fe 100644 --- a/org.bridgedb.bio/pom.xml +++ b/org.bridgedb.bio/pom.xml @@ -8,7 +8,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb.file.orthoxml/pom.xml b/org.bridgedb.file.orthoxml/pom.xml index 194f6548e..2cd2f9413 100644 --- a/org.bridgedb.file.orthoxml/pom.xml +++ b/org.bridgedb.file.orthoxml/pom.xml @@ -6,7 +6,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb.gui/pom.xml b/org.bridgedb.gui/pom.xml index 1655d6b1a..a2e97b835 100644 --- a/org.bridgedb.gui/pom.xml +++ b/org.bridgedb.gui/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb.rdb.construct/pom.xml b/org.bridgedb.rdb.construct/pom.xml index d45ad5df8..feb7e76d3 100644 --- a/org.bridgedb.rdb.construct/pom.xml +++ b/org.bridgedb.rdb.construct/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb.rdb/pom.xml b/org.bridgedb.rdb/pom.xml index 61d780844..88c3a389e 100644 --- a/org.bridgedb.rdb/pom.xml +++ b/org.bridgedb.rdb/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb.rdf/pom.xml b/org.bridgedb.rdf/pom.xml index 83ca9b27a..50eec5bc7 100644 --- a/org.bridgedb.rdf/pom.xml +++ b/org.bridgedb.rdf/pom.xml @@ -6,7 +6,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb.sql/pom.xml b/org.bridgedb.sql/pom.xml index c0555e252..763f300fe 100644 --- a/org.bridgedb.sql/pom.xml +++ b/org.bridgedb.sql/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb.tools.batchmapper/pom.xml b/org.bridgedb.tools.batchmapper/pom.xml index 9889d24d9..4d26f9632 100644 --- a/org.bridgedb.tools.batchmapper/pom.xml +++ b/org.bridgedb.tools.batchmapper/pom.xml @@ -6,7 +6,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 @@ -33,19 +33,19 @@ org.bridgedb org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 compile org.bridgedb org.bridgedb.bio - 3.1.2-SNAPSHOT + 3.1.2 compile org.bridgedb org.bridgedb.rdb - 3.1.2-SNAPSHOT + 3.1.2 compile diff --git a/org.bridgedb.tools.info/pom.xml b/org.bridgedb.tools.info/pom.xml index 2a6fdd71a..dcd850997 100644 --- a/org.bridgedb.tools.info/pom.xml +++ b/org.bridgedb.tools.info/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb.tools.qc/pom.xml b/org.bridgedb.tools.qc/pom.xml index ecb265353..9dd9273a2 100644 --- a/org.bridgedb.tools.qc/pom.xml +++ b/org.bridgedb.tools.qc/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb.tools.voidtool/pom.xml b/org.bridgedb.tools.voidtool/pom.xml index 37768a064..32b8fdd5a 100644 --- a/org.bridgedb.tools.voidtool/pom.xml +++ b/org.bridgedb.tools.voidtool/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb.uri.api/pom.xml b/org.bridgedb.uri.api/pom.xml index 8bce22c78..7203717ab 100644 --- a/org.bridgedb.uri.api/pom.xml +++ b/org.bridgedb.uri.api/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb.uri.loader/pom.xml b/org.bridgedb.uri.loader/pom.xml index cb9f80dbe..99572ef6c 100644 --- a/org.bridgedb.uri.loader/pom.xml +++ b/org.bridgedb.uri.loader/pom.xml @@ -6,7 +6,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb.uri.sql/pom.xml b/org.bridgedb.uri.sql/pom.xml index 379b9ba3d..c1ea354c8 100644 --- a/org.bridgedb.uri.sql/pom.xml +++ b/org.bridgedb.uri.sql/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb.uri.ws.client/pom.xml b/org.bridgedb.uri.ws.client/pom.xml index 69919c820..dc097d6e5 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.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb.uri.ws.core/pom.xml b/org.bridgedb.uri.ws.core/pom.xml index a350d9c72..6b615cf78 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.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb.uri.ws.server/pom.xml b/org.bridgedb.uri.ws.server/pom.xml index 30c55a733..4638f2530 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.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb.utils/pom.xml b/org.bridgedb.utils/pom.xml index 3aaaeeb59..6d769698e 100644 --- a/org.bridgedb.utils/pom.xml +++ b/org.bridgedb.utils/pom.xml @@ -7,7 +7,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb.webservice.biomart/pom.xml b/org.bridgedb.webservice.biomart/pom.xml index c30eb03a2..eaf9b5248 100644 --- a/org.bridgedb.webservice.biomart/pom.xml +++ b/org.bridgedb.webservice.biomart/pom.xml @@ -8,7 +8,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb.webservice.bridgerest/pom.xml b/org.bridgedb.webservice.bridgerest/pom.xml index eea6d5376..afb7fe1aa 100644 --- a/org.bridgedb.webservice.bridgerest/pom.xml +++ b/org.bridgedb.webservice.bridgerest/pom.xml @@ -8,7 +8,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb.ws.client/pom.xml b/org.bridgedb.ws.client/pom.xml index 308d74fc9..ccd78fba1 100644 --- a/org.bridgedb.ws.client/pom.xml +++ b/org.bridgedb.ws.client/pom.xml @@ -8,7 +8,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb.ws.core/pom.xml b/org.bridgedb.ws.core/pom.xml index 68d3bdfe9..9aed75286 100644 --- a/org.bridgedb.ws.core/pom.xml +++ b/org.bridgedb.ws.core/pom.xml @@ -8,7 +8,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb.ws.server/pom.xml b/org.bridgedb.ws.server/pom.xml index fba9a3dd9..3ac9a6a9b 100644 --- a/org.bridgedb.ws.server/pom.xml +++ b/org.bridgedb.ws.server/pom.xml @@ -8,7 +8,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb/pom.xml b/org.bridgedb/pom.xml index e3881be63..d641b271f 100644 --- a/org.bridgedb/pom.xml +++ b/org.bridgedb/pom.xml @@ -33,7 +33,7 @@ bridgedb-bundle org.bridgedb - 3.1.2-SNAPSHOT + 3.1.2 diff --git a/org.bridgedb/src/main/resources/version.props b/org.bridgedb/src/main/resources/version.props index 3d10b72ab..6cc9da92d 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.1.1 +bridgedb.version=3.1.2 diff --git a/pom.xml b/pom.xml index 89e5e6559..e8c9507fc 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.bridgedb bridgedb-bundle pom - 3.1.2-SNAPSHOT + 3.1.2 BridgeDb bundle BridgeDb is a framework for finding and mapping equivalent database