@@ -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.1.3 ` :
18+ Usage depends on which module you require. The examples below assumes artifact ` org.bridgedb.bio ` and version ` 3.1.4 ` :
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.1.3 </version >
27+ <version >3.1.4 </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.1.3 '
35+ compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '3.1.4 '
3636```
3737
3838For [ Ivy] ( http://ant.apache.org/ivy/ ) :
3939
4040``` xml
41- <dependency org =" org.bridgedb" name =" org.bridgedb.bio" rev =" 3.1.3 " />
41+ <dependency org =" org.bridgedb" name =" org.bridgedb.bio" rev =" 3.1.4 " />
4242```
4343
4444For [ Buildr] ( https://buildr.apache.org/ ) :
4545
4646``` buildr
47- 'org.bridgedb:org.bridgedb.bio:jar:3.1.3 '
47+ 'org.bridgedb:org.bridgedb.bio:jar:3.1.4 '
4848```
4949
5050
@@ -135,7 +135,7 @@ To make the release, run the following commands. Mind you, this requires you
135135to have an approved Sonatype (http://oss.sonatype.org/ ) account with push rights:
136136
137137``` shell
138- mvn versions:set -DnewVersion=3.1.3
138+ mvn versions:set -DnewVersion=3.1.4
139139mvn clean deploy
140140```
141141
@@ -145,7 +145,7 @@ and everything.
145145To make a development (SNAPSHOT) release, use:
146146
147147``` shell
148- mvn versions:set -DnewVersion=3.1.4 -SNAPSHOT
148+ mvn versions:set -DnewVersion=3.1.5 -SNAPSHOT
149149mvn clean deploy
150150```
151151
0 commit comments