Skip to content

Commit 23f6361

Browse files
committed
adding new git based repo location
1 parent b0b60c1 commit 23f6361

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_wikis/BioJava:Download_3.0.7.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ About
1010
-----
1111

1212
*BioJava* 3.0.7 has been released and is available using Maven from
13-
[<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/)
1414

1515
### New Features
1616

@@ -27,7 +27,7 @@ Maven Download
2727

2828
BioJava 3.0.7 requires [Maven](http://maven.apache.org/) for the build
2929
process. We are providing a BioJava specific Maven repository at
30-
<http://biojava.org/download/maven/> .
30+
<https://github.com/biojava/maven-repo/tree/master/> .
3131

3232
You can add the BioJava repository by adding the following XML to your
3333
project pom.xml file:
@@ -44,9 +44,9 @@ project pom.xml file:
4444
<repositories>
4545
...
4646
<repository>
47-
<id>biojava-maven-repo</id>
48-
<name>BioJava repository</name>
49-
<url>http://www.biojava.org/download/maven/</url>
47+
<id>biojava-legacy-repo</id>
48+
<name>BioJava's Git based legacy maven repo</name>
49+
<url>https://github.com/biojava/maven-repo/raw/master/</url>
5050
</repository>
5151
</repositories>
5252

0 commit comments

Comments
 (0)