Skip to content

Commit 8a87af5

Browse files
committed
chore: Update version to 9.3.1
1 parent a5a02cb commit 8a87af5

File tree

15 files changed

+17
-17
lines changed

15 files changed

+17
-17
lines changed

encoders/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>au.csiro.pathling</groupId>
3333
<artifactId>pathling</artifactId>
34-
<version>9.4.0-SNAPSHOT</version>
34+
<version>9.3.1</version>
3535
</parent>
3636
<artifactId>encoders</artifactId>
3737
<packaging>jar</packaging>

examples/java/PathlingJavaApp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>au.csiro.pathling</groupId>
3737
<artifactId>library-runtime</artifactId>
38-
<version>9.3.0</version>
38+
<version>9.3.1</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.apache.spark</groupId>

examples/scala/PathlingScalaApp/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ lazy val root = (project in file("."))
1010
Resolver.mavenCentral
1111
),
1212
libraryDependencies ++= Seq(
13-
"au.csiro.pathling" % "library-runtime" % "9.3.0",
13+
"au.csiro.pathling" % "library-runtime" % "9.3.1",
1414
"org.apache.spark" %% "spark-sql" % "4.0.1"
1515
),
1616
run / fork := true,

fhirpath/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>au.csiro.pathling</groupId>
2626
<artifactId>pathling</artifactId>
27-
<version>9.4.0-SNAPSHOT</version>
27+
<version>9.3.1</version>
2828
</parent>
2929
<artifactId>fhirpath</artifactId>
3030
<packaging>jar</packaging>

lib/R/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>au.csiro.pathling</groupId>
2626
<artifactId>pathling</artifactId>
27-
<version>9.4.0-SNAPSHOT</version>
27+
<version>9.3.1</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>r</artifactId>

lib/python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM jupyter/all-spark-notebook
22

33
USER root
4-
RUN echo "spark.jars.packages au.csiro.pathling:library-runtime:9.3.0" >> /usr/local/spark/conf/spark-defaults.conf
4+
RUN echo "spark.jars.packages au.csiro.pathling:library-runtime:9.3.1" >> /usr/local/spark/conf/spark-defaults.conf
55

66
USER ${NB_UID}
77

lib/python/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>au.csiro.pathling</groupId>
2626
<artifactId>pathling</artifactId>
27-
<version>9.4.0-SNAPSHOT</version>
27+
<version>9.3.1</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>python</artifactId>

library-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>pathling</artifactId>
2727
<groupId>au.csiro.pathling</groupId>
28-
<version>9.4.0-SNAPSHOT</version>
28+
<version>9.3.1</version>
2929
</parent>
3030
<artifactId>library-api</artifactId>
3131
<packaging>jar</packaging>

library-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>pathling</artifactId>
2727
<groupId>au.csiro.pathling</groupId>
28-
<version>9.4.0-SNAPSHOT</version>
28+
<version>9.3.1</version>
2929
</parent>
3030
<artifactId>library-runtime</artifactId>
3131
<packaging>jar</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<modelVersion>4.0.0</modelVersion>
2323
<groupId>au.csiro.pathling</groupId>
2424
<artifactId>pathling</artifactId>
25-
<version>9.4.0-SNAPSHOT</version>
25+
<version>9.3.1</version>
2626
<packaging>pom</packaging>
2727

2828
<name>Pathling</name>

0 commit comments

Comments
 (0)