Skip to content

Commit 8af1e79

Browse files
committed
Release 3.1.1
1 parent 58f42e0 commit 8af1e79

29 files changed

Lines changed: 38 additions & 38 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cff-version: 1.2.0
22
title: BridgeDb
33
message: 'If you use this software, please cite it as below.'
44
type: software
5-
version: 3.1.0
6-
date-released: '2023-11-05'
5+
version: 3.1.1
6+
date-released: '2023-12-18'
77
authors:
88
- given-names: Manas
99
family-names: Awasthi

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Using BridgeDb dependencies
1515
The [BridgeDb releases](https://github.com/bridgedb/BridgeDb/releases) are published to
1616
[Maven Central](http://central.maven.org/maven2/org/bridgedb/), which means you can use the BridgeDb JARs without needing to compile BridgeDb.
1717

18-
Usage depends on which module you require. The examples below assumes artifact `org.bridgedb.bio` and version `3.1.0`:
18+
Usage depends on which module you require. The examples below assumes artifact `org.bridgedb.bio` and version `3.1.1`:
1919

2020
For [Maven](https://maven.apache.org/):
2121

@@ -24,27 +24,27 @@ For [Maven](https://maven.apache.org/):
2424
<dependency>
2525
<groupId>org.bridgedb</groupId>
2626
<artifactId>org.bridgedb.bio</artifactId>
27-
<version>3.1.0</version>
27+
<version>3.1.1</version>
2828
</dependency>
2929
</dependencies>
3030
```
3131

3232
For [Gradle](https://gradle.org/):
3333

3434
```gradle
35-
compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.1.0'
35+
compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.1.1'
3636
```
3737

3838
For [Ivy](http://ant.apache.org/ivy/):
3939

4040
```xml
41-
<dependency org="org.bridgedb" name="org.bridgedb.bio" rev="3.1.0"/>
41+
<dependency org="org.bridgedb" name="org.bridgedb.bio" rev="3.1.1"/>
4242
```
4343

4444
For [Buildr](https://buildr.apache.org/):
4545

4646
```buildr
47-
'org.bridgedb:org.bridgedb.bio:jar:3.1.0'
47+
'org.bridgedb:org.bridgedb.bio:jar:3.1.1'
4848
```
4949

5050

@@ -133,7 +133,7 @@ To make the release, run the following commands. Mind you, this requires you
133133
to have an approved Sonatype (http://oss.sonatype.org/) account with push rights:
134134

135135
```shell
136-
mvn versions:set -DnewVersion=3.1.0
136+
mvn versions:set -DnewVersion=3.1.2-SNAPSHOT
137137
mvn clean deploy
138138
```
139139

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>bridgedb-bundle</artifactId>
55
<groupId>org.bridgedb</groupId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.bridgedb.examples</groupId>

org.bridgedb.bio/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>bridgedb-bundle</artifactId>
1010
<groupId>org.bridgedb</groupId>
11-
<version>3.1.1-SNAPSHOT</version>
11+
<version>3.1.1</version>
1212
</parent>
1313

1414
<build>

org.bridgedb.file.orthoxml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>bridgedb-bundle</artifactId>
88
<groupId>org.bridgedb</groupId>
9-
<version>3.1.1-SNAPSHOT</version>
9+
<version>3.1.1</version>
1010
</parent>
1111

1212
<build>

org.bridgedb.gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>bridgedb-bundle</artifactId>
99
<groupId>org.bridgedb</groupId>
10-
<version>3.1.1-SNAPSHOT</version>
10+
<version>3.1.1</version>
1111
</parent>
1212

1313
<build>

org.bridgedb.rdb.construct/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>bridgedb-bundle</artifactId>
99
<groupId>org.bridgedb</groupId>
10-
<version>3.1.1-SNAPSHOT</version>
10+
<version>3.1.1</version>
1111
</parent>
1212

1313
<build>

org.bridgedb.rdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>bridgedb-bundle</artifactId>
99
<groupId>org.bridgedb</groupId>
10-
<version>3.1.1-SNAPSHOT</version>
10+
<version>3.1.1</version>
1111
</parent>
1212

1313
<build>

org.bridgedb.rdf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>bridgedb-bundle</artifactId>
88
<groupId>org.bridgedb</groupId>
9-
<version>3.1.1-SNAPSHOT</version>
9+
<version>3.1.1</version>
1010
</parent>
1111

1212
<build>

org.bridgedb.sql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>bridgedb-bundle</artifactId>
99
<groupId>org.bridgedb</groupId>
10-
<version>3.1.1-SNAPSHOT</version>
10+
<version>3.1.1</version>
1111
</parent>
1212

1313
<build>

0 commit comments

Comments
 (0)