Skip to content

Commit c9e6851

Browse files
committed
Prepare release 2.10.0
1 parent c9c8774 commit c9e6851

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

biodata-external/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>biodata</artifactId>
88
<groupId>org.opencb.biodata</groupId>
9-
<version>2.10.0-SNAPSHOT</version>
9+
<version>2.10.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

biodata-formats/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.opencb.biodata</groupId>
2424
<artifactId>biodata</artifactId>
25-
<version>2.10.0-SNAPSHOT</version>
25+
<version>2.10.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

biodata-models/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.opencb.biodata</groupId>
2424
<artifactId>biodata</artifactId>
25-
<version>2.10.0-SNAPSHOT</version>
25+
<version>2.10.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

biodata-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.opencb.biodata</groupId>
2424
<artifactId>biodata</artifactId>
25-
<version>2.10.0-SNAPSHOT</version>
25+
<version>2.10.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>org.opencb.biodata</groupId>
2222
<artifactId>biodata</artifactId>
23-
<version>2.10.0-SNAPSHOT</version>
23+
<version>2.10.0</version>
2424
<packaging>pom</packaging>
2525
<name>Biodata</name>
2626
<description>Biological entities and their equivalents in different file formats typically used in bioinformatics</description>
@@ -34,7 +34,7 @@
3434
</modules>
3535

3636
<properties>
37-
<java-common-libs.version>4.10.0-SNAPSHOT</java-common-libs.version>
37+
<java-common-libs.version>4.10.0</java-common-libs.version>
3838
<collections.version>4.4</collections.version>
3939
<avro.version>1.7.7</avro.version>
4040
<protobuf.version>3.11.4</protobuf.version>

0 commit comments

Comments
 (0)