Skip to content

Commit

Permalink
Update version to 6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrimes committed Dec 21, 2023
1 parent 7eb6e3f commit 30258ab
Show file tree
Hide file tree
Showing 15 changed files with 15 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.2-SNAPSHOT</version>
<version>6.4.2</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.2-SNAPSHOT</version>
<version>6.4.2</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.2-SNAPSHOT</version>
<version>6.4.2</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.2-SNAPSHOT</version>
<version>6.4.2</version>
</parent>
<artifactId>fhirpath</artifactId>
<packaging>jar</packaging>
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.2-SNAPSHOT</version>
<version>6.4.2</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.2-SNAPSHOT</version>
<version>6.4.2</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.2-SNAPSHOT</version>
<version>6.4.2</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.2-SNAPSHOT" >> /usr/local/spark/conf/spark-defaults.conf
RUN echo "spark.jars.packages au.csiro.pathling:library-runtime:6.4.2" >> /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.2-SNAPSHOT</version>
<version>6.4.2</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.2-SNAPSHOT</version>
<version>6.4.2</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.2-SNAPSHOT</version>
<version>6.4.2</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.2-SNAPSHOT</version>
<version>6.4.2</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.2-SNAPSHOT</version>
<version>6.4.2</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.2-SNAPSHOT</version>
<version>6.4.2</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.2-SNAPSHOT</version>
<version>6.4.2</version>
</parent>
<artifactId>utilities</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 30258ab

Please sign in to comment.