Skip to content

Commit a0ebdbf

Browse files
committed
/* Maven */
1 parent 9fb4112 commit a0ebdbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wiki/BioJava:GetStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ project pom.xml file:
4545
...
4646
<dependency>
4747
<groupId>org.biojava</groupId>
48-
<artifactId>biojava4-core</artifactId>
48+
<artifactId>biojava-core</artifactId>
4949
<version>4.1.0</version>
5050
</dependency>
5151
<!-- other biojava jars as needed -->

wiki/BioJava:GetStarted.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can add the BioJava repository by adding the following XML to your project p
2323
...
2424
<dependency>
2525
<groupId>org.biojava</groupId>
26-
<artifactId>biojava4-core</artifactId>
26+
<artifactId>biojava-core</artifactId>
2727
<version>4.1.0</version>
2828
</dependency>
2929
<!-- other biojava jars as needed -->

0 commit comments

Comments
 (0)