Skip to content

Commit

Permalink
Update exomiser version to 14.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
julesjacobsen committed Feb 23, 2024
1 parent c21766e commit a6f6690
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
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>14.0.0-SNAPSHOT</version>
<version>14.0.0-RC1</version>
</parent>


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>14.0.0-SNAPSHOT</version>
<version>14.0.0-RC1</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>14.0.0-SNAPSHOT</version>
<version>14.0.0-RC1</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>14.0.0-SNAPSHOT</version>
<version>14.0.0-RC1</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>14.0.0-SNAPSHOT</version>
<version>14.0.0-RC1</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>14.0.0-SNAPSHOT</version>
<version>14.0.0-RC1</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>14.0.0-SNAPSHOT</version>
<version>14.0.0-RC1</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>14.0.0-SNAPSHOT</version>
<version>14.0.0-RC1</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>14.0.0-SNAPSHOT</version>
<version>14.0.0-RC1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion phenix-repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.monarchinitiative.exomiser</groupId>
<artifactId>exomiser</artifactId>
<version>14.0.0-SNAPSHOT</version>
<version>14.0.0-RC1</version>
</parent>

<artifactId>phenix-repository</artifactId>
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>14.0.0-SNAPSHOT</version>
<version>14.0.0-RC1</version>
<packaging>pom</packaging>

<name>exomiser</name>
Expand Down

0 comments on commit a6f6690

Please sign in to comment.