Skip to content

Commit 1c7cecf

Browse files
committed
updating info about git based maven repo
1 parent 328c627 commit 1c7cecf

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

_wikis/BioJava:Download_3.1.0.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ title: BioJava:Download 3.1.0
44

55
This page offers downloads for the <b>BioJava 3.1.0 release</b>.
66

7-
BioJava 3.1.0 requires <b>Java 6 or 7</b>. Users of Java 8 should
8-
download the latest [BioJava 4.0.0-SNAPSHOT](Get source "wikilink").
7+
BioJava 3.1.0 requires <b>Java 6 or 7</b>.
98

109
About
1110
-----
1211

1312
*BioJava* 3.1.0 has been released and is available using Maven from
14-
[<http://biojava.org/download/maven/>](http://biojava.org/download/maven/)
13+
[<https://github.com/biojava/maven-repo/tree/master//>](https://github.com/biojava/maven-repo/tree/master/)
1514

1615
### New Features
1716

@@ -51,9 +50,9 @@ project pom.xml file:
5150
<repositories>
5251
...
5352
<repository>
54-
<id>biojava-maven-repo</id>
55-
<name>BioJava repository</name>
56-
<url>http://www.biojava.org/download/maven/</url>
53+
<id>biojava-legacy-repo</id>
54+
<name>BioJava's Git based legacy maven repo</name>
55+
<url>https://github.com/biojava/maven-repo/raw/master/</url>
5756
</repository>
5857
</repositories>
5958

0 commit comments

Comments
 (0)