Skip to content

Commit

Permalink
Update versions to v0.4.5.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Danis <[email protected]>
  • Loading branch information
ielis committed Sep 26, 2022
1 parent e6f3be1 commit c8e8f8f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The cli application works in a standard UNIX-like manner.
```shell
cd phenopacket-tools
./mvnw package
PXF_VERSION="0.4.5-SNAPSHOT"
PXF_VERSION="0.4.5"
alias pfx-tools="java -jar $(pwd)/phenopacket-tools-cli/target/phenopacket-tools-cli-${PXF_VERSION}.jar"
pfx-tools --help
```
Expand Down
2 changes: 1 addition & 1 deletion docs/constants.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Constants
=========

The phenopacket-tools library offers a selection of recommended and predefined OntologyClass objects for commonly used concepts.
For instance, this is the code one would need to write using the native Protobuf frameworkto get an OntologyClass instance that represents the modifier ``Left``.
For instance, this is the code one would need to write using the native Protobuf framework to get an OntologyClass instance that represents the modifier ``Left``.

.. code-block:: java
Expand Down
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.5-SNAPSHOT</version>
<version>0.4.5</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.5-SNAPSHOT</version>
<version>0.4.5</version>
</parent>

<artifactId>phenopacket-tools-cli</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import static picocli.CommandLine.*;

@Command(name = "phenopacket-tools",
version = "0.4.5-SNAPSHOT",
version = "0.4.5",
mixinStandardHelpOptions = true,
usageHelpWidth = Main.USAGE_WIDTH,
subcommands = {
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.5-SNAPSHOT</version>
<version>0.4.5</version>
</parent>

<artifactId>phenopacket-tools-converter</artifactId>
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.5-SNAPSHOT</version>
<version>0.4.5</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.5-SNAPSHOT</version>
<version>0.4.5</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.5-SNAPSHOT</version>
<version>0.4.5</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit c8e8f8f

Please sign in to comment.