Skip to content

Commit

Permalink
Update version to 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrimes committed Dec 1, 2023
1 parent c2f8b9a commit 9376139
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 15 deletions.
2 changes: 1 addition & 1 deletion deployment/helm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>au.csiro.pathling</groupId>
<artifactId>pathling</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>helm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion encoders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>au.csiro.pathling</groupId>
<artifactId>pathling</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>encoders</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion fhir-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>au.csiro.pathling</groupId>
<artifactId>pathling</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>fhir-server</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion fhirpath/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>au.csiro.pathling</groupId>
<artifactId>pathling</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>fhirpath</artifactId>
<packaging>jar</packaging>
Expand Down
3 changes: 3 additions & 0 deletions lib/R/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Prerequisites: `R >= 3.5.0` (has been tested with `R 4.3.1`)
* Install Spark version required by
Pathling: `pathling::pathling_install_spark()`

You can get a URL for the package source distribution from the
[releases page](https://github.com/aehrc/pathling/releases).

### Running on Windows

Additional steps are required to run Pathling on Windows, related to setting up
Expand Down
2 changes: 1 addition & 1 deletion lib/R/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>au.csiro.pathling</groupId>
<artifactId>pathling</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>r</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lib/import/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>au.csiro.pathling</groupId>
<artifactId>pathling</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>import</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lib/js/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>au.csiro.pathling</groupId>
<artifactId>pathling</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>js</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lib/python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM jupyter/all-spark-notebook

USER root
RUN echo "spark.jars.packages au.csiro.pathling:library-runtime:6.4.0-SNAPSHOT" >> /usr/local/spark/conf/spark-defaults.conf
RUN echo "spark.jars.packages au.csiro.pathling:library-runtime:6.4.0" >> /usr/local/spark/conf/spark-defaults.conf

USER ${NB_UID}

Expand Down
2 changes: 1 addition & 1 deletion lib/python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>au.csiro.pathling</groupId>
<artifactId>pathling</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>python</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion library-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>pathling</artifactId>
<groupId>au.csiro.pathling</groupId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>library-api</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion library-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>pathling</artifactId>
<groupId>au.csiro.pathling</groupId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>library-runtime</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>au.csiro.pathling</groupId>
<artifactId>pathling</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<packaging>pom</packaging>

<name>Pathling</name>
Expand Down
2 changes: 1 addition & 1 deletion site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>au.csiro.pathling</groupId>
<artifactId>pathling</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>site</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion terminology/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>pathling</artifactId>
<groupId>au.csiro.pathling</groupId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>terminology</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>pathling</artifactId>
<groupId>au.csiro.pathling</groupId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>utilities</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 9376139

Please sign in to comment.