@@ -15,7 +15,7 @@ Using BridgeDb dependencies
1515The [ 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.0.24 ` :
18+ Usage depends on which module you require. The examples below assumes artifact ` org.bridgedb.bio ` and version ` 3.0.25 ` :
1919
2020For [ 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.24 </version >
27+ <version >3.0.25 </version >
2828 </dependency >
2929</dependencies >
3030```
3131
3232For [ Gradle] ( https://gradle.org/ ) :
3333
3434``` gradle
35- compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.0.24 '
35+ compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.0.25 '
3636```
3737
3838For [ Ivy] ( http://ant.apache.org/ivy/ ) :
3939
4040``` xml
41- <dependency org =" org.bridgedb" name =" org.bridgedb.bio" rev =" 3.0.24 " />
41+ <dependency org =" org.bridgedb" name =" org.bridgedb.bio" rev =" 3.0.25 " />
4242```
4343
4444For [ Buildr] ( https://buildr.apache.org/ ) :
4545
4646``` buildr
47- 'org.bridgedb:org.bridgedb.bio:jar:3.0.24 '
47+ 'org.bridgedb:org.bridgedb.bio:jar:3.0.25 '
4848```
4949
5050
@@ -133,7 +133,7 @@ To make the release, run the following commands. Mind you, this requires you
133133to have an approved Sonatype (http://oss.sonatype.org/ ) account with push rights:
134134
135135``` shell
136- mvn versions:set -DnewVersion=3.0.24
136+ mvn versions:set -DnewVersion=3.0.25
137137mvn clean deploy
138138```
139139
@@ -143,7 +143,7 @@ and everything.
143143To make a development (SNAPSHOT) release, use:
144144
145145``` shell
146- mvn versions:set -DnewVersion=3.0.24 -SNAPSHOT
146+ mvn versions:set -DnewVersion=3.0.26 -SNAPSHOT
147147mvn clean deploy
148148```
149149
0 commit comments