diff --git a/README.md b/README.md
index e0d3067..dafc7a8 100644
--- a/README.md
+++ b/README.md
@@ -145,7 +145,7 @@ Set the following spark conf:
```python
.conf("spark.jars.packages",
- "com.rovio.ingest:rovio-ingest:1.0.6_spark_3.0.1") \
+ "com.rovio.ingest:rovio-ingest:1.0.7_spark_3.4.1") \
```
#### PySpark job example
@@ -207,7 +207,7 @@ A `Dataset[Row]` extension is provided to repartition the dataset for the `Druid
For an interactive spark session you can set the following spark conf:
```scala
-("spark.jars.packages", "com.rovio.ingest:rovio-ingest:1.0.6_spark_3.0.1")
+("spark.jars.packages", "com.rovio.ingest:rovio-ingest:1.0.7_spark_3.4.1")
```
To use a snapshot version:
@@ -250,7 +250,7 @@ Maven (for a full example, see [examples/rovio-ingest-maven-example](examples/ro
com.rovio.ingest
rovio-ingest
- 1.0.6_spark_3.0.1
+ 1.0.7_spark_3.4.1
org.apache.logging.log4j
diff --git a/examples/rovio-ingest-maven-example/pom.xml b/examples/rovio-ingest-maven-example/pom.xml
index 8285e6d..3d39cb6 100644
--- a/examples/rovio-ingest-maven-example/pom.xml
+++ b/examples/rovio-ingest-maven-example/pom.xml
@@ -38,7 +38,7 @@
com.rovio.ingest
rovio-ingest
- 1.0.6_spark_3.0.1
+ 1.0.7_spark_3.4.1
diff --git a/pom.xml b/pom.xml
index 374a226..dc43dc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
com.rovio.ingest
rovio-ingest
- 1.0.7_spark_3.4.1-SNAPSHOT
+ 1.0.7_spark_3.4.1
jar
rovio-ingest
An implementation of the DatasourceV2 interface of Apache Spark™ for writing Spark Datasets to Apache Druid™
diff --git a/python/notebooks/druid_ingestion_test.ipynb b/python/notebooks/druid_ingestion_test.ipynb
index 2ca6084..4e5af2d 100644
--- a/python/notebooks/druid_ingestion_test.ipynb
+++ b/python/notebooks/druid_ingestion_test.ipynb
@@ -201,7 +201,7 @@
" # alternative if using a snapshot version\n",
"# \"spark.jars.repositories\": \"https://s01.oss.sonatype.org/content/repositories/snapshots\",\n",
"# \"spark.jars.packages\": \"com.rovio.ingest:rovio-ingest:1.0.7_spark_3.4.1-SNAPSHOT\"\n",
- " \"spark.jars.packages\": \"com.rovio.ingest:rovio-ingest:1.0.6_spark_3.0.1\"\n",
+ " \"spark.jars.packages\": \"com.rovio.ingest:rovio-ingest:1.0.7_spark_3.4.1\"\n",
" }\n",
"}\n",
"\n",