Skip to content

Commit

Permalink
Update version to 13.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julesjacobsen committed Oct 25, 2023
1 parent a22e78b commit e3b928a
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>13.3.0-RC2</version>
<version>13.3.0</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>13.3.0-RC2</version>
<version>13.3.0</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.3.0-RC2</version>
<version>13.3.0</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.3.0-RC2</version>
<version>13.3.0</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.3.0-RC2</version>
<version>13.3.0</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.3.0-RC2</version>
<version>13.3.0</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.3.0-RC2</version>
<version>13.3.0</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.3.0-RC2</version>
<version>13.3.0</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.3.0-RC2</version>
<version>13.3.0</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>13.3.0-RC2</version>
<version>13.3.0</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>13.3.0-RC2</version>
<version>13.3.0</version>
<packaging>pom</packaging>

<name>exomiser</name>
Expand Down

0 comments on commit e3b928a

Please sign in to comment.