Skip to content

Commit

Permalink
Update version to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrimes committed May 21, 2024
1 parent 0d43852 commit 59686ac
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 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>7.0.0-SNAPSHOT</version>
<version>7.0.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>7.0.0-SNAPSHOT</version>
<version>7.0.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>7.0.0-SNAPSHOT</version>
<version>7.0.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>7.0.0-SNAPSHOT</version>
<version>7.0.0</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>7.0.0-SNAPSHOT</version>
<version>7.0.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>7.0.0-SNAPSHOT</version>
<version>7.0.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>7.0.0-SNAPSHOT</version>
<version>7.0.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:7.0.0-SNAPSHOT" >> /usr/local/spark/conf/spark-defaults.conf
RUN echo "spark.jars.packages au.csiro.pathling:library-runtime:7.0.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>7.0.0-SNAPSHOT</version>
<version>7.0.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>7.0.0-SNAPSHOT</version>
<version>7.0.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>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>
<artifactId>library-runtime</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions 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>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
<packaging>pom</packaging>

<name>Pathling</name>
Expand Down Expand Up @@ -69,7 +69,7 @@
</ciManagement>

<properties>
<project.majorVersion>6</project.majorVersion>
<project.majorVersion>7</project.majorVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<pathling.sparkVersion>3.5.0</pathling.sparkVersion>
Expand Down
6 changes: 3 additions & 3 deletions site/docs/libraries/installation/spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ from pyspark.sql import SparkSession
spark = (
SparkSession.builder.config(
"spark.jars.packages",
"au.csiro.pathling:library-runtime:7.0.0-SNAPSHOT,"
"au.csiro.pathling:library-runtime:7.0.0,"
"io.delta:delta-spark_2.12:3.1.0,"
)
.config(
Expand Down Expand Up @@ -75,7 +75,7 @@ pc <- pathling_connect(sc)
import au.csiro.pathling.library.PathlingContext

val spark = SparkSession.builder
.config("spark.jars.packages", "au.csiro.pathling:library-runtime:7.0.0-SNAPSHOT," +
.config("spark.jars.packages", "au.csiro.pathling:library-runtime:7.0.0," +
"io.delta:delta-spark_2.12:3.1.0")
.config("spark.sql.extensions", "io.delta.sql.DeltaSparkSessionExtension")
.config("spark.sql.catalog.spark_catalog",
Expand All @@ -97,7 +97,7 @@ class MyApp {
public static void main(String[] args) {
SparkSession spark = SparkSession.builder()
.config("spark.jars.packages",
"au.csiro.pathling:library-runtime:7.0.0-SNAPSHOT," +
"au.csiro.pathling:library-runtime:7.0.0," +
"io.delta:delta-spark_2.12:3.1.0")
.config("spark.sql.extensions",
"io.delta.sql.DeltaSparkSessionExtension")
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>7.0.0-SNAPSHOT</version>
<version>7.0.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>7.0.0-SNAPSHOT</version>
<version>7.0.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>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>
<artifactId>utilities</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 59686ac

Please sign in to comment.