File tree Expand file tree Collapse file tree 15 files changed +17
-17
lines changed
docs/libraries/installation Expand file tree Collapse file tree 15 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11FROM jupyter/all-spark-notebook
22
33USER 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
66USER ${NB_UID}
77
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments