Skip to content

Commit 124cb35

Browse files
Brandstaetterandreasprlic
authored andcommitted
Updated version to latest release version
1 parent a81c1e2 commit 124cb35

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_wikis/BioJava:GetStarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ MacOS X include a suitable Java implementation as standard. Java is also
1414
available on many other platforms: if in doubt, contact your vendor.
1515
BioJava binaries are distributed in .jar (Java ARchive) format.
1616

17-
You can get the latest version [BioJava3 (v3.0.4) (requires Java
17+
You can get the latest version [BioJava3 (v3.0.5) (requires Java
1818
1.6+)](Biojava:Download "wikilink") from the [download
1919
area](Biojava:Download "wikilink").
2020

@@ -56,7 +56,7 @@ project pom.xml file:
5656
<dependency>
5757
<groupId>org.biojava</groupId>
5858
<artifactId>biojava3-core</artifactId>
59-
<version>3.0.2</version>
59+
<version>3.0.5</version>
6060
</dependency>
6161
<!-- other biojava jars as needed -->
6262
</dependencies>

_wikis/BioJava:GetStarted.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
BioJava will run on any computer with a Java virtual machine complying to the Java 2 Standard Edition (J2SE) 1.6 (or later) specifications. Java implementations for Linux, Windows, and Solaris are available to download from [http://www.oracle.com/technetwork/java/ Oracle's java website]. Recent versions of MacOS X include a suitable Java implementation as standard. Java is also available on many other platforms: if in doubt, contact your vendor. BioJava binaries are distributed in .jar (Java ARchive) format.
44

5-
You can get the latest version [[Biojava:Download|BioJava3 (v3.0.4) (requires Java 1.6+)]] from the [[Biojava:Download|download area]].
5+
You can get the latest version [[Biojava:Download|BioJava3 (v3.0.5) (requires Java 1.6+)]] from the [[Biojava:Download|download area]].
66

77
You can get the latest version [[Biojava:Download_1.8|BioJava1 (v1.8.2) (requires Java 1.5+)]] from the [[Biojava:Download_1.8|BJ1 download area]] .
88

@@ -32,7 +32,7 @@ You can add the BioJava repository by adding the following XML to your project p
3232
<dependency>
3333
<groupId>org.biojava</groupId>
3434
<artifactId>biojava3-core</artifactId>
35-
<version>3.0.2</version>
35+
<version>3.0.5</version>
3636
</dependency>
3737
<!-- other biojava jars as needed -->
3838
</dependencies>

0 commit comments

Comments
 (0)