X Tutup
Skip to content

Commit 5b414a0

Browse files
committed
Update: we don't have snapshot builds anymore
1 parent e9033c8 commit 5b414a0

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Full javadocs are available at the [BioJava website](http://biojava.org/docs/api
1818

1919
### Maven Repository
2020

21-
BioJava release are available from Maven Central. Snapshot builds are distributed using [OSS Sonatype](https://oss.sonatype.org/content/repositories/snapshots/org/biojava)
21+
BioJava release are available from Maven Central.
2222

2323
### Quick Installation
2424

@@ -35,25 +35,6 @@ If you are using Maven you can add the BioJava repository by adding the followin
3535
</dependencies>
3636
```
3737

38-
### Snapshot builds
39-
40-
To use the latest builds from BioJava, you can add the following config your project's pom.xml:
41-
42-
```xml
43-
<repositories>
44-
<repository>
45-
<id>oss.sonatype.org-snapshot</id>
46-
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
47-
<releases>
48-
<enabled>false</enabled>
49-
</releases>
50-
<snapshots>
51-
<enabled>true</enabled>
52-
</snapshots>
53-
</repository>
54-
</repositories>
55-
```
56-
5738
### Mailing Lists
5839

5940
BioJava has one main mailing list. In order to avoid SPAM the list only accepts postings from list members. Anybody can become a list member, so please subscribe before you post. If you send without being subscribed your mail might get stuck in the moderation loop, which can cause several weeks of delay (no fun to read through all that spam).
@@ -70,7 +51,6 @@ A [dev mailing list](http://lists.open-bio.org/mailman/listinfo/biojava-dev) use
7051

7152
### Please cite
7253

73-
7454
**BioJava 5: A community driven open-source bioinformatics library**<br/>
7555
*Aleix Lafita, Spencer Bliven, Andreas Prlić, Dmytro Guzenko, Peter W. Rose, Anthony Bradley, Paolo Pavan, Douglas Myers-Turnbull, Yana Valasatava, Michael Heuer, Matt Larson, Stephen K. Burley, Jose M. Duarte* <br/>
7656
[PLOS Computational Biology 15(2): e1006791](http://dx.plos.org/10.1371/journal.pcbi.1006791) <br/>

0 commit comments

Comments
 (0)
X Tutup