Skip to content

Commit 1783099

Browse files
hlfernandezmrjato
authored andcommitted
Version change for v1.0.0 release
1 parent 79ed0b6 commit 1783099

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bdbm-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>es.uvigo.ei.sing</groupId>
77
<artifactId>bdbm-project</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>bdbm-api</artifactId>

bdbm-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>es.uvigo.ei.sing</groupId>
77
<artifactId>bdbm-project</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>bdbm-cli</artifactId>

bdbm-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>es.uvigo.ei.sing</groupId>
77
<artifactId>bdbm-project</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>bdbm-core</artifactId>

bdbm-gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>es.uvigo.ei.sing</groupId>
77
<artifactId>bdbm-project</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>bdbm-gui</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>es.uvigo.ei.sing</groupId>
77
<artifactId>bdbm-project</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
<!-- WARNING: change version using: mvn versions:set -DnewVersion=[new_version]
1010
in order to change the version in all modules at-once -->
1111
<name>BLAST DataBase Manager</name>

0 commit comments

Comments
 (0)