This is an automated email from the ASF dual-hosted git repository.

ggal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git


The following commit(s) were added to refs/heads/master by this push:
     new c7d1c2643 Update main to 0.10.0-incubating-SNAPSHOT
c7d1c2643 is described below

commit c7d1c26435b72dc64620a632853837d2fa57d991
Author: György Gál <[email protected]>
AuthorDate: Sun Nov 9 18:13:25 2025 -0500

    Update main to 0.10.0-incubating-SNAPSHOT
---
 api/pom.xml                           | 4 ++--
 assembly/pom.xml                      | 4 ++--
 client-common/pom.xml                 | 4 ++--
 client-http/pom.xml                   | 4 ++--
 core/pom.xml                          | 4 ++--
 core/scala-2.11/pom.xml               | 4 ++--
 core/scala-2.12/pom.xml               | 4 ++--
 coverage/pom.xml                      | 4 ++--
 dev/docker/README.md                  | 2 +-
 dev/docker/build-images.sh            | 2 +-
 dev/docker/livy-dev-server/Dockerfile | 4 ++--
 docs/_data/project.yml                | 2 +-
 examples/pom.xml                      | 4 ++--
 integration-test/pom.xml              | 4 ++--
 pom.xml                               | 2 +-
 python-api/pom.xml                    | 4 ++--
 python-api/setup.py                   | 2 +-
 repl/pom.xml                          | 4 ++--
 repl/scala-2.11/pom.xml               | 4 ++--
 repl/scala-2.12/pom.xml               | 4 ++--
 rsc/pom.xml                           | 2 +-
 scala-api/pom.xml                     | 4 ++--
 scala-api/scala-2.11/pom.xml          | 4 ++--
 scala-api/scala-2.12/pom.xml          | 4 ++--
 scala/pom.xml                         | 4 ++--
 server/pom.xml                        | 4 ++--
 test-lib/pom.xml                      | 4 ++--
 thriftserver/client/pom.xml           | 2 +-
 thriftserver/server/pom.xml           | 2 +-
 thriftserver/session/pom.xml          | 2 +-
 30 files changed, 51 insertions(+), 51 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index 37f857466..f4b526df5 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -20,12 +20,12 @@
   <parent>
     <groupId>org.apache.livy</groupId>
     <artifactId>livy-main</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.livy</groupId>
   <artifactId>livy-api</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index b226f439f..94a8a265c 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -20,12 +20,12 @@
   <parent>
     <groupId>org.apache.livy</groupId>
     <artifactId>livy-main</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>livy-assembly</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
diff --git a/client-common/pom.xml b/client-common/pom.xml
index 313fbc93d..fd49c2ec0 100644
--- a/client-common/pom.xml
+++ b/client-common/pom.xml
@@ -20,12 +20,12 @@
   <parent>
     <groupId>org.apache.livy</groupId>
     <artifactId>livy-main</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.livy</groupId>
   <artifactId>livy-client-common</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <dependencies>
diff --git a/client-http/pom.xml b/client-http/pom.xml
index 875f8cf66..1fd197019 100644
--- a/client-http/pom.xml
+++ b/client-http/pom.xml
@@ -20,12 +20,12 @@
   <parent>
     <groupId>org.apache.livy</groupId>
     <artifactId>livy-main</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.livy</groupId>
   <artifactId>livy-client-http</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <dependencies>
diff --git a/core/pom.xml b/core/pom.xml
index f9f0ad0b7..fca0600b7 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.livy</groupId>
     <artifactId>multi-scala-project-root</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
     <relativePath>../scala/pom.xml</relativePath>
   </parent>
 
   <artifactId>livy-core-parent</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencies>
diff --git a/core/scala-2.11/pom.xml b/core/scala-2.11/pom.xml
index fca4aa67d..950d5b261 100644
--- a/core/scala-2.11/pom.xml
+++ b/core/scala-2.11/pom.xml
@@ -19,13 +19,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.livy</groupId>
   <artifactId>livy-core_2.11</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <parent>
     <groupId>org.apache.livy</groupId>
     <artifactId>livy-core-parent</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/core/scala-2.12/pom.xml b/core/scala-2.12/pom.xml
index a688e249a..edc754540 100644
--- a/core/scala-2.12/pom.xml
+++ b/core/scala-2.12/pom.xml
@@ -19,13 +19,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.livy</groupId>
   <artifactId>livy-core_2.12</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <parent>
     <groupId>org.apache.livy</groupId>
     <artifactId>livy-core-parent</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/coverage/pom.xml b/coverage/pom.xml
index b250dc5ef..096cc16a3 100644
--- a/coverage/pom.xml
+++ b/coverage/pom.xml
@@ -23,11 +23,11 @@
     <groupId>org.apache.livy</groupId>
     <artifactId>livy-main</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>livy-coverage-report</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencies>
diff --git a/dev/docker/README.md b/dev/docker/README.md
index f78880a9d..e2540384c 100644
--- a/dev/docker/README.md
+++ b/dev/docker/README.md
@@ -10,7 +10,7 @@ Following steps use Ubuntu as development environment but 
most of the instructio
 ```
 $ mvn clean package -Pscala-2.12 -Pspark3 -DskipITs -DskipTests
 ```
-This generates a zip file for livy similar to 
`assembly/target/apache-livy-0.9.0-incubating-SNAPSHOT_2.12-bin.zip`. It's 
useful to use the `clean` target to avoid mixing with previously built 
dependencies/versions.
+This generates a zip file for livy similar to 
`assembly/target/apache-livy-0.10.0-incubating-SNAPSHOT_2.12-bin.zip`. It's 
useful to use the `clean` target to avoid mixing with previously built 
dependencies/versions.
 
 ### Build container images locally
 * Build livy-dev-base, livy-dev-spark, livy-dev-server container images using 
provided script `build-images.sh`
diff --git a/dev/docker/build-images.sh b/dev/docker/build-images.sh
index c81881f29..aedb4c340 100644
--- a/dev/docker/build-images.sh
+++ b/dev/docker/build-images.sh
@@ -29,7 +29,7 @@ HIVE_PACKAGE="apache-hive-${HIVE_VERSION}-bin.tar.gz"
 SPARK_VERSION=3.2.3
 SPARK_PACKAGE="spark-${SPARK_VERSION}-bin-without-hadoop.tgz"
 SCALA_VERSION=2.12
-LIVY_VERSION="0.9.0-incubating-SNAPSHOT_${SCALA_VERSION}"
+LIVY_VERSION="0.10.0-incubating-SNAPSHOT_${SCALA_VERSION}"
 LIVY_PACKAGE="apache-livy-${LIVY_VERSION}-bin.zip"
 
LOCALLY_BUILT_LIVY_PACKAGE="${SCRIPT_DIR}/../../assembly/target/${LIVY_PACKAGE}"
 
diff --git a/dev/docker/livy-dev-server/Dockerfile 
b/dev/docker/livy-dev-server/Dockerfile
index 479560b04..152343c7b 100644
--- a/dev/docker/livy-dev-server/Dockerfile
+++ b/dev/docker/livy-dev-server/Dockerfile
@@ -17,7 +17,7 @@
 
 FROM livy-dev-spark:latest
 
-ARG LIVY_VERSION=0.9.0-incubating-SNAPSHOT
+ARG LIVY_VERSION=0.10.0-incubating-SNAPSHOT
 ARG ROOT_PATH=/opt
 
 RUN apt-get update \
@@ -35,6 +35,6 @@ RUN unzip ${LIVY_PACKAGE}.zip 1>/dev/null \
   && rm ${LIVY_PACKAGE}.zip
 
 # Uncomment following line or add more such lines to replace the default jars 
with private builds.
-# COPY livy-core_2.12-0.9.0-incubating-SNAPSHOT.jar 
${SPARK_HOME}/repl_2.12-jars/livy-core_2.12-0.9.0-incubating-SNAPSHOT.jar
+# COPY livy-core_2.12-0.10.0-incubating-SNAPSHOT.jar 
${SPARK_HOME}/repl_2.12-jars/livy-core_2.12-0.10.0-incubating-SNAPSHOT.jar
 
 WORKDIR ${LIVY_HOME}
diff --git a/docs/_data/project.yml b/docs/_data/project.yml
index 02e5bb9d8..7f5528d44 100644
--- a/docs/_data/project.yml
+++ b/docs/_data/project.yml
@@ -16,6 +16,6 @@
 # Apache Project configurations
 #
 name: Apache Livy
-version: 0.9.0-incubating-SNAPSHOT
+version: 0.10.0-incubating-SNAPSHOT
 
 podling: true
diff --git a/examples/pom.xml b/examples/pom.xml
index e0a2496e5..83ed3407a 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.livy</groupId>
     <artifactId>livy-main</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.livy</groupId>
   <artifactId>livy-examples</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index 97413e0bc..055a01b03 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -23,11 +23,11 @@
     <groupId>org.apache.livy</groupId>
     <artifactId>livy-main</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>livy-integration-test</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
diff --git a/pom.xml b/pom.xml
index 8f9ad7f5c..68c71b540 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
   <groupId>org.apache.livy</groupId>
   <artifactId>livy-main</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Livy Project Parent POM</name>
   <description>Livy Project</description>
diff --git a/python-api/pom.xml b/python-api/pom.xml
index 8dbaee1d0..03fa5722c 100644
--- a/python-api/pom.xml
+++ b/python-api/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.livy</groupId>
     <artifactId>livy-main</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.livy</groupId>
   <artifactId>livy-python-api</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <build>
diff --git a/python-api/setup.py b/python-api/setup.py
index f284edb7d..59bec11fe 100644
--- a/python-api/setup.py
+++ b/python-api/setup.py
@@ -39,7 +39,7 @@ requirements = [
 
 setup(
     name='livy-python-api',
-    version="0.9.0-incubating-SNAPSHOT",
+    version="0.10.0-incubating-SNAPSHOT",
     packages=["livy", "livy-tests"],
     package_dir={
         "": "src/main/python",
diff --git a/repl/pom.xml b/repl/pom.xml
index 6a37cb515..b3e96324f 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -23,11 +23,11 @@
     <groupId>org.apache.livy</groupId>
     <artifactId>multi-scala-project-root</artifactId>
     <relativePath>../scala/pom.xml</relativePath>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>livy-repl-parent</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencies>
diff --git a/repl/scala-2.11/pom.xml b/repl/scala-2.11/pom.xml
index 49470699d..0b740f744 100644
--- a/repl/scala-2.11/pom.xml
+++ b/repl/scala-2.11/pom.xml
@@ -21,13 +21,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.livy</groupId>
   <artifactId>livy-repl_2.11</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <parent>
     <groupId>org.apache.livy</groupId>
     <artifactId>livy-repl-parent</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/repl/scala-2.12/pom.xml b/repl/scala-2.12/pom.xml
index 4adbdfc25..9a1e87d99 100644
--- a/repl/scala-2.12/pom.xml
+++ b/repl/scala-2.12/pom.xml
@@ -21,13 +21,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.livy</groupId>
   <artifactId>livy-repl_2.12</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <parent>
     <groupId>org.apache.livy</groupId>
     <artifactId>livy-repl-parent</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/rsc/pom.xml b/rsc/pom.xml
index df5e92355..c45d37619 100644
--- a/rsc/pom.xml
+++ b/rsc/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.livy</groupId>
     <artifactId>livy-main</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/scala-api/pom.xml b/scala-api/pom.xml
index 71c2e8cc0..991fb4412 100644
--- a/scala-api/pom.xml
+++ b/scala-api/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.livy</groupId>
     <artifactId>multi-scala-project-root</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
     <relativePath>../scala/pom.xml</relativePath>
   </parent>
 
   <artifactId>livy-scala-api-parent</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencies>
diff --git a/scala-api/scala-2.11/pom.xml b/scala-api/scala-2.11/pom.xml
index 9b827b4a8..4c021fc37 100644
--- a/scala-api/scala-2.11/pom.xml
+++ b/scala-api/scala-2.11/pom.xml
@@ -19,13 +19,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.livy</groupId>
   <artifactId>livy-scala-api_2.11</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <parent>
     <groupId>org.apache.livy</groupId>
     <artifactId>livy-scala-api-parent</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/scala-api/scala-2.12/pom.xml b/scala-api/scala-2.12/pom.xml
index 4a9c3ec8c..7da12d5f9 100644
--- a/scala-api/scala-2.12/pom.xml
+++ b/scala-api/scala-2.12/pom.xml
@@ -19,13 +19,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.livy</groupId>
   <artifactId>livy-scala-api_2.12</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <parent>
     <groupId>org.apache.livy</groupId>
     <artifactId>livy-scala-api-parent</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 </project>
diff --git a/scala/pom.xml b/scala/pom.xml
index 63ce9aa39..ee217fbcb 100644
--- a/scala/pom.xml
+++ b/scala/pom.xml
@@ -21,13 +21,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.livy</groupId>
   <artifactId>multi-scala-project-root</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <parent>
     <groupId>org.apache.livy</groupId>
     <artifactId>livy-main</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/server/pom.xml b/server/pom.xml
index 7e5bc0dc5..29fe3555c 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -23,11 +23,11 @@
     <groupId>org.apache.livy</groupId>
     <artifactId>livy-main</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>livy-server</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <dependencies>
diff --git a/test-lib/pom.xml b/test-lib/pom.xml
index 54adc82d1..1f35e0828 100644
--- a/test-lib/pom.xml
+++ b/test-lib/pom.xml
@@ -20,12 +20,12 @@
   <parent>
     <groupId>org.apache.livy</groupId>
     <artifactId>livy-main</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.livy</groupId>
   <artifactId>livy-test-lib</artifactId>
-  <version>0.9.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
diff --git a/thriftserver/client/pom.xml b/thriftserver/client/pom.xml
index 4c57efbf9..2744d343d 100644
--- a/thriftserver/client/pom.xml
+++ b/thriftserver/client/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>livy-main</artifactId>
     <groupId>org.apache.livy</groupId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/thriftserver/server/pom.xml b/thriftserver/server/pom.xml
index d8d110eb4..759a75174 100644
--- a/thriftserver/server/pom.xml
+++ b/thriftserver/server/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>livy-main</artifactId>
     <groupId>org.apache.livy</groupId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/thriftserver/session/pom.xml b/thriftserver/session/pom.xml
index d8d606a75..e7be3fe92 100644
--- a/thriftserver/session/pom.xml
+++ b/thriftserver/session/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.livy</groupId>
     <artifactId>livy-main</artifactId>
-    <version>0.9.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Reply via email to