X Tutup
Skip to content

Commit ca65399

Browse files
committed
fixing wrong version number
1 parent ef5c9d7 commit ca65399

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.0.0-SNAPSHOT</version>
8+
<version>4.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>biojava-protein-comparison-tool</artifactId>
@@ -30,23 +30,23 @@
3030
<dependency>
3131
<groupId>org.biojava</groupId>
3232
<artifactId>biojava-alignment</artifactId>
33-
<version>4.0.0-SNAPSHOT</version>
33+
<version>4.1.0-SNAPSHOT</version>
3434

3535
</dependency>
3636
<dependency>
3737
<groupId>org.biojava</groupId>
3838
<artifactId>biojava-core</artifactId>
39-
<version>4.0.0-SNAPSHOT</version>
39+
<version>4.1.0-SNAPSHOT</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.biojava</groupId>
4343
<artifactId>biojava-structure</artifactId>
44-
<version>4.0.0-SNAPSHOT</version>
44+
<version>4.1.0-SNAPSHOT</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.biojava</groupId>
4848
<artifactId>biojava-structure-gui</artifactId>
49-
<version>4.0.0-SNAPSHOT</version>
49+
<version>4.1.0-SNAPSHOT</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>net.sourceforge.jmol</groupId>

0 commit comments

Comments
 (0)
X Tutup