Skip to content

Commit 2c7abf3

Browse files
committed
BridgeDb 3.0.29
1 parent f58cc74 commit 2c7abf3

File tree

29 files changed

+39
-39
lines changed

29 files changed

+39
-39
lines changed

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.0.28
6-
date-released: 2024-09-27
5+
version: 3.0.29
6+
date-released: 2025-07-28
77
authors:
88
- given-names: Manas
99
family-names: Awasthi

README.md

Lines changed: 7 additions & 7 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](https://search.maven.org/artifact/org.bridgedb/bridgedb-bundle), 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.0.28`:
18+
Usage depends on which module you require. The examples below assumes artifact `org.bridgedb.bio` and version `3.0.29`:
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.0.28</version>
27+
<version>3.0.29</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.0.28'
35+
compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.0.29'
3636
```
3737

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

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

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

4646
```buildr
47-
'org.bridgedb:org.bridgedb.bio:jar:3.0.28'
47+
'org.bridgedb:org.bridgedb.bio:jar:3.0.29'
4848
```
4949

5050

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

137137
```shell
138-
mvn versions:set -DnewVersion=3.0.28
138+
mvn versions:set -DnewVersion=3.0.29
139139
mvn clean deploy
140140
```
141141

@@ -145,7 +145,7 @@ and everything.
145145
To make a development (SNAPSHOT) release, use:
146146

147147
```shell
148-
mvn versions:set -DnewVersion=3.0.29-SNAPSHOT
148+
mvn versions:set -DnewVersion=3.0.30-SNAPSHOT
149149
mvn clean deploy
150150
```
151151

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.0.29-SNAPSHOT</version>
6+
<version>3.0.29</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.0.29-SNAPSHOT</version>
11+
<version>3.0.29</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.0.29-SNAPSHOT</version>
9+
<version>3.0.29</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.0.29-SNAPSHOT</version>
10+
<version>3.0.29</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.0.29-SNAPSHOT</version>
10+
<version>3.0.29</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.0.29-SNAPSHOT</version>
10+
<version>3.0.29</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.0.29-SNAPSHOT</version>
9+
<version>3.0.29</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.0.29-SNAPSHOT</version>
10+
<version>3.0.29</version>
1111
</parent>
1212

1313
<build>

0 commit comments

Comments
 (0)