X Tutup
Skip to content

Commit c693411

Browse files
committed
updating version nr.
1 parent a72fbc4 commit c693411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

structure/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ You can add the BioJava repository by adding the following XML to your project p
2525
-->
2626
<groupId>org.biojava</groupId>
2727
<artifactId>biojava3-structure</artifactId>
28-
<version>3.0.8-SNAPSHOT</version>
28+
<version>3.0.8</version>
2929
</dependency>
3030
<!-- if you want to use the visualisation tools you need also this one: -->
3131
<dependency>
3232
<groupId>org.biojava</groupId>
3333
<artifactId>biojava3-structure-gui</artifactId>
34-
<version>3.0.8-SNAPSHOT</version>
34+
<version>3.0.8</version>
3535
</dependency>
3636
<!-- other biojava jars as needed -->
3737
</dependencies>

0 commit comments

Comments
 (0)
X Tutup