Skip to content

Commit 53c60d4

Browse files
committed
upgrading version nr. for some reason this was still on an old version.
1 parent 4e8223e commit 53c60d4

File tree

1 file changed

+5
-5
lines changed
  • biojava-protein-comparison-tool

1 file changed

+5
-5
lines changed

biojava-protein-comparison-tool/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>biojava</artifactId>
77
<groupId>org.biojava</groupId>
8-
<version>4.1.1-SNAPSHOT</version>
8+
<version>5.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>biojava-protein-comparison-tool</artifactId>
@@ -37,23 +37,23 @@
3737
<dependency>
3838
<groupId>org.biojava</groupId>
3939
<artifactId>biojava-alignment</artifactId>
40-
<version>4.1.1-SNAPSHOT</version>
40+
<version>5.0.0-SNAPSHOT</version>
4141

4242
</dependency>
4343
<dependency>
4444
<groupId>org.biojava</groupId>
4545
<artifactId>biojava-core</artifactId>
46-
<version>4.1.1-SNAPSHOT</version>
46+
<version>5.0.0-SNAPSHOT</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.biojava</groupId>
5050
<artifactId>biojava-structure</artifactId>
51-
<version>4.1.1-SNAPSHOT</version>
51+
<version>5.0.0-SNAPSHOT</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.biojava</groupId>
5555
<artifactId>biojava-structure-gui</artifactId>
56-
<version>4.1.1-SNAPSHOT</version>
56+
<version>5.0.0-SNAPSHOT</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>net.sourceforge.jmol</groupId>

0 commit comments

Comments
 (0)