Skip to content

Commit

Permalink
Update release version to 13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julesjacobsen committed Nov 23, 2021
1 parent 8e01059 commit e2987ae
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions exomiser-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# The Exomiser Command Line Executable - Changelog

## 13.0.1 2021-11-23

- Bug fix for issue where application fails to start when only specifying hg38 data in `application.properties`

## 13.0.0 2021-09-21

- Minimum Java version is now set to __Java 11__
Expand Down
2 changes: 1 addition & 1 deletion exomiser-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.monarchinitiative.exomiser</groupId>
<artifactId>exomiser</artifactId>
<version>13.0.0</version>
<version>13.0.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion exomiser-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.monarchinitiative.exomiser</groupId>
<artifactId>exomiser</artifactId>
<version>13.0.0</version>
<version>13.0.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion exomiser-data-genome/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.monarchinitiative.exomiser</groupId>
<artifactId>exomiser</artifactId>
<version>13.0.0</version>
<version>13.0.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion exomiser-data-phenotype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.monarchinitiative.exomiser</groupId>
<artifactId>exomiser</artifactId>
<version>13.0.0</version>
<version>13.0.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion exomiser-rest-prioritiser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.monarchinitiative.exomiser</groupId>
<artifactId>exomiser</artifactId>
<version>13.0.0</version>
<version>13.0.1</version>
</parent>

<artifactId>exomiser-rest-prioritiser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion exomiser-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<parent>
<groupId>org.monarchinitiative.exomiser</groupId>
<artifactId>exomiser</artifactId>
<version>13.0.0</version>
<version>13.0.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion exomiser-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.monarchinitiative.exomiser</groupId>
<artifactId>exomiser</artifactId>
<version>13.0.0</version>
<version>13.0.1</version>
</parent>

<artifactId>exomiser-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion exomiser-spring-boot-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.monarchinitiative.exomiser</groupId>
<artifactId>exomiser</artifactId>
<version>13.0.0</version>
<version>13.0.1</version>
</parent>

<artifactId>exomiser-spring-boot-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion exomiser-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.monarchinitiative.exomiser</groupId>
<artifactId>exomiser</artifactId>
<version>13.0.0</version>
<version>13.0.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>org.monarchinitiative.exomiser</groupId>
<artifactId>exomiser</artifactId>
<version>13.0.0</version>
<version>13.0.1</version>
<packaging>pom</packaging>

<name>exomiser</name>
Expand Down

0 comments on commit e2987ae

Please sign in to comment.