Skip to content

Commit

Permalink
Prepare release 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Sep 20, 2023
1 parent 1270762 commit 653c757
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion biodata-external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>biodata</artifactId>
<groupId>org.opencb.biodata</groupId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion biodata-formats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.opencb.biodata</groupId>
<artifactId>biodata</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion biodata-models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.opencb.biodata</groupId>
<artifactId>biodata</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion biodata-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.opencb.biodata</groupId>
<artifactId>biodata</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.opencb.biodata</groupId>
<artifactId>biodata</artifactId>
<version>2.11.0-SNAPSHOT</version>
<version>2.11.0</version>
<packaging>pom</packaging>
<name>Biodata</name>
<description>Biological entities and their equivalents in different file formats typically used in bioinformatics</description>
Expand All @@ -34,7 +34,7 @@
</modules>

<properties>
<java-common-libs.version>4.11.0-SNAPSHOT</java-common-libs.version>
<java-common-libs.version>4.11.0</java-common-libs.version>
<collections.version>4.4</collections.version>
<avro.version>1.7.7</avro.version>
<protobuf.version>3.11.4</protobuf.version>
Expand Down

0 comments on commit 653c757

Please sign in to comment.