Skip to content

Commit

Permalink
Set versions to v0.4.7.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Danis <[email protected]>
  • Loading branch information
ielis committed Nov 13, 2022
1 parent 148748d commit 144aa94
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion phenopacket-tools-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.phenopackets.phenopackettools</groupId>
<artifactId>phenopacket-tools</artifactId>
<version>0.4.7-SNAPSHOT</version>
<version>0.4.7</version>
</parent>

<artifactId>phenopacket-tools-builder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phenopacket-tools-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.phenopackets.phenopackettools</groupId>
<artifactId>phenopacket-tools</artifactId>
<version>0.4.7-SNAPSHOT</version>
<version>0.4.7</version>
</parent>

<artifactId>phenopacket-tools-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phenopacket-tools-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.phenopackets.phenopackettools</groupId>
<artifactId>phenopacket-tools</artifactId>
<version>0.4.7-SNAPSHOT</version>
<version>0.4.7</version>
</parent>

<artifactId>phenopacket-tools-converter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phenopacket-tools-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>phenopacket-tools</artifactId>
<groupId>org.phenopackets.phenopackettools</groupId>
<version>0.4.7-SNAPSHOT</version>
<version>0.4.7</version>
</parent>

<artifactId>phenopacket-tools-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phenopacket-tools-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>phenopacket-tools</artifactId>
<groupId>org.phenopackets.phenopackettools</groupId>
<version>0.4.7-SNAPSHOT</version>
<version>0.4.7</version>
</parent>

<artifactId>phenopacket-tools-io</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phenopacket-tools-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>phenopacket-tools</artifactId>
<groupId>org.phenopackets.phenopackettools</groupId>
<version>0.4.7-SNAPSHOT</version>
<version>0.4.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion phenopacket-tools-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>phenopacket-tools</artifactId>
<groupId>org.phenopackets.phenopackettools</groupId>
<version>0.4.7-SNAPSHOT</version>
<version>0.4.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion phenopacket-tools-validator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.phenopackets.phenopackettools</groupId>
<artifactId>phenopacket-tools</artifactId>
<version>0.4.7-SNAPSHOT</version>
<version>0.4.7</version>
</parent>

<artifactId>phenopacket-tools-validator-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion phenopacket-tools-validator-jsonschema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.phenopackets.phenopackettools</groupId>
<artifactId>phenopacket-tools</artifactId>
<version>0.4.7-SNAPSHOT</version>
<version>0.4.7</version>
</parent>

<artifactId>phenopacket-tools-validator-jsonschema</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.phenopackets.phenopackettools</groupId>
<artifactId>phenopacket-tools</artifactId>
<version>0.4.7-SNAPSHOT</version>
<version>0.4.7</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit 144aa94

Please sign in to comment.