This is an automated email from the ASF dual-hosted git repository.
dacort pushed a commit to branch branch-0.8
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git
The following commit(s) were added to refs/heads/branch-0.8 by this push:
new 7ef7c2d2 Preparing development version 0.8.1-incubating-SNAPSHOT
7ef7c2d2 is described below
commit 7ef7c2d2876e88c8256ab824667c4c50186d99da
Author: Damon P. Cortesi <[email protected]>
AuthorDate: Fri Sep 22 15:23:22 2023 -0700
Preparing development version 0.8.1-incubating-SNAPSHOT
---
api/pom.xml | 4 ++--
assembly/pom.xml | 4 ++--
client-common/pom.xml | 4 ++--
client-http/pom.xml | 4 ++--
core/pom.xml | 8 +++-----
core/scala-2.11/pom.xml | 4 ++--
core/scala-2.12/pom.xml | 4 ++--
coverage/pom.xml | 8 +++-----
dev/docker/README.md | 2 +-
dev/docker/build-images.sh | 2 +-
dev/docker/livy-dev-server/Dockerfile | 2 +-
docs/_data/project.yml | 2 +-
examples/pom.xml | 8 +++-----
integration-test/pom.xml | 8 +++-----
pom.xml | 25 ++++++++-----------------
python-api/pom.xml | 8 +++-----
python-api/setup.py | 2 +-
repl/pom.xml | 8 +++-----
repl/scala-2.11/pom.xml | 8 +++-----
repl/scala-2.12/pom.xml | 8 +++-----
rsc/pom.xml | 2 +-
scala-api/pom.xml | 8 +++-----
scala-api/scala-2.11/pom.xml | 4 ++--
scala-api/scala-2.12/pom.xml | 4 ++--
scala/pom.xml | 8 +++-----
server/pom.xml | 14 ++++++--------
test-lib/pom.xml | 4 ++--
thriftserver/client/pom.xml | 6 ++----
thriftserver/server/pom.xml | 6 ++----
thriftserver/session/pom.xml | 6 ++----
30 files changed, 74 insertions(+), 111 deletions(-)
diff --git a/api/pom.xml b/api/pom.xml
index 4d58e74d..6c334764 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.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
</parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-api</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 4e01aaeb..2b76049c 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.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>livy-assembly</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/client-common/pom.xml b/client-common/pom.xml
index 2b1d1e7a..6f93cc9a 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.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
</parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-client-common</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<packaging>jar</packaging>
<dependencies>
diff --git a/client-http/pom.xml b/client-http/pom.xml
index 38cdd318..570892ca 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.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
</parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-client-http</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<packaging>jar</packaging>
<dependencies>
diff --git a/core/pom.xml b/core/pom.xml
index 37129cdf..01ae20c1 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -15,19 +15,17 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>multi-scala-project-root</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<relativePath>../scala/pom.xml</relativePath>
</parent>
<artifactId>livy-core-parent</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<packaging>pom</packaging>
<dependencies>
diff --git a/core/scala-2.11/pom.xml b/core/scala-2.11/pom.xml
index 35fc7a0f..965f109a 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.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-core-parent</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-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 68b68e5e..1a9283f0 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.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-core-parent</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/coverage/pom.xml b/coverage/pom.xml
index ed1d1034..87d55c68 100644
--- a/coverage/pom.xml
+++ b/coverage/pom.xml
@@ -15,19 +15,17 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
</parent>
<artifactId>livy-coverage-report</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<packaging>pom</packaging>
<dependencies>
diff --git a/dev/docker/README.md b/dev/docker/README.md
index 9627315f..794136cf 100644
--- a/dev/docker/README.md
+++ b/dev/docker/README.md
@@ -11,7 +11,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.8.0-incubating_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.8.1-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 f0bdaa11..3623392c 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.8.0-incubating_${SCALA_VERSION}"
+LIVY_VERSION="0.8.1-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 e51f24a4..9fb75164 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.8.0-incubating
+ARG LIVY_VERSION=0.8.1-incubating-SNAPSHOT
ARG ROOT_PATH=/opt
RUN apt-get update \
diff --git a/docs/_data/project.yml b/docs/_data/project.yml
index 8f77e06b..c093eebd 100644
--- a/docs/_data/project.yml
+++ b/docs/_data/project.yml
@@ -16,6 +16,6 @@
# Apache Project configurations
#
name: Apache Livy
-version: 0.8.0-incubating
+version: 0.8.1-incubating-SNAPSHOT
podling: true
diff --git a/examples/pom.xml b/examples/pom.xml
index 51f3016d..30c0c52b 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -15,21 +15,19 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-examples</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index 37fb8ff2..d84313db 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -15,19 +15,17 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
</parent>
<artifactId>livy-integration-test</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
diff --git a/pom.xml b/pom.xml
index 77e2579e..335b43c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,14 +15,12 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Livy Project Parent POM</name>
<description>Livy Project</description>
@@ -1104,19 +1102,12 @@
</goals>
<configuration>
<target>
- <echo message="execRoot: ${execution.root}, buildDir:
${project.build.directory}"/>
- <copy file="${execution.root}/scalastyle.xml"
- tofile="${project.build.directory}/scalastyle.xml" />
- <replace file="${project.build.directory}/scalastyle.xml"
- token="{{COPYRIGHT_HEADER}}"
- value="${copyright.header}" />
- <copy file="${execution.root}/checkstyle.xml"
- tofile="${project.build.directory}/checkstyle.xml" />
- <echo file="${project.build.directory}/checkstyle.header"
- message="${copyright.header}" />
- <replace file="${project.build.directory}/checkstyle.xml"
- token="{{HEADER_FILE}}"
- value="${project.build.directory}/checkstyle.header" />
+ <echo message="execRoot: ${execution.root}, buildDir:
${project.build.directory}" />
+ <copy file="${execution.root}/scalastyle.xml"
tofile="${project.build.directory}/scalastyle.xml" />
+ <replace file="${project.build.directory}/scalastyle.xml"
token="{{COPYRIGHT_HEADER}}" value="${copyright.header}" />
+ <copy file="${execution.root}/checkstyle.xml"
tofile="${project.build.directory}/checkstyle.xml" />
+ <echo file="${project.build.directory}/checkstyle.header"
message="${copyright.header}" />
+ <replace file="${project.build.directory}/checkstyle.xml"
token="{{HEADER_FILE}}" value="${project.build.directory}/checkstyle.header" />
</target>
</configuration>
</execution>
diff --git a/python-api/pom.xml b/python-api/pom.xml
index 11cb2098..c2579020 100644
--- a/python-api/pom.xml
+++ b/python-api/pom.xml
@@ -15,21 +15,19 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-python-api</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<packaging>pom</packaging>
<build>
diff --git a/python-api/setup.py b/python-api/setup.py
index 1120edb2..d7af4970 100644
--- a/python-api/setup.py
+++ b/python-api/setup.py
@@ -40,7 +40,7 @@ requirements = [
setup(
name='livy-python-api',
- version="0.8.0-incubating",
+ version="0.8.1-incubating-SNAPSHOT",
packages=["livy", "livy-tests"],
package_dir={
"": "src/main/python",
diff --git a/repl/pom.xml b/repl/pom.xml
index c8f3f30a..a2790a56 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -15,19 +15,17 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>multi-scala-project-root</artifactId>
<relativePath>../scala/pom.xml</relativePath>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
</parent>
<artifactId>livy-repl-parent</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<packaging>pom</packaging>
<dependencies>
diff --git a/repl/scala-2.11/pom.xml b/repl/scala-2.11/pom.xml
index b1459c72..753b84aa 100644
--- a/repl/scala-2.11/pom.xml
+++ b/repl/scala-2.11/pom.xml
@@ -15,19 +15,17 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.livy</groupId>
<artifactId>livy-repl_2.11</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-repl-parent</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-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 2db20064..73f5bba4 100644
--- a/repl/scala-2.12/pom.xml
+++ b/repl/scala-2.12/pom.xml
@@ -15,19 +15,17 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.livy</groupId>
<artifactId>livy-repl_2.12</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-repl-parent</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/rsc/pom.xml b/rsc/pom.xml
index 66b778a9..2a12d92f 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.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/scala-api/pom.xml b/scala-api/pom.xml
index af21f36e..3af094a3 100644
--- a/scala-api/pom.xml
+++ b/scala-api/pom.xml
@@ -15,20 +15,18 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>multi-scala-project-root</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<relativePath>../scala/pom.xml</relativePath>
</parent>
<artifactId>livy-scala-api-parent</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-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 7f6a78c3..1e6cd4e2 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.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-scala-api-parent</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-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 595d7a2b..6cb2a4dc 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.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-scala-api-parent</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
diff --git a/scala/pom.xml b/scala/pom.xml
index 5b9ce2a7..c7001672 100644
--- a/scala/pom.xml
+++ b/scala/pom.xml
@@ -15,19 +15,17 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.livy</groupId>
<artifactId>multi-scala-project-root</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/server/pom.xml b/server/pom.xml
index 12b46cac..f7365f10 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -15,19 +15,17 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
</parent>
<artifactId>livy-server</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<packaging>jar</packaging>
<dependencies>
@@ -379,9 +377,9 @@
<!-- Execute the shell script to generate the spark build
information. -->
<target>
<exec executable="bash">
- <arg value="${project.basedir}/../dev/livy-build-info.sh"/>
- <arg value="${project.build.directory}/extra-resources"/>
- <arg value="${project.version}"/>
+ <arg value="${project.basedir}/../dev/livy-build-info.sh" />
+ <arg value="${project.build.directory}/extra-resources" />
+ <arg value="${project.version}" />
</exec>
</target>
</configuration>
diff --git a/test-lib/pom.xml b/test-lib/pom.xml
index dd299f1a..17a57389 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.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
</parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-test-lib</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
diff --git a/thriftserver/client/pom.xml b/thriftserver/client/pom.xml
index 40759284..c541661c 100644
--- a/thriftserver/client/pom.xml
+++ b/thriftserver/client/pom.xml
@@ -15,13 +15,11 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>livy-main</artifactId>
<groupId>org.apache.livy</groupId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-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 f7865fe3..0b591c8c 100644
--- a/thriftserver/server/pom.xml
+++ b/thriftserver/server/pom.xml
@@ -15,14 +15,12 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>livy-main</artifactId>
<groupId>org.apache.livy</groupId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/thriftserver/session/pom.xml b/thriftserver/session/pom.xml
index 0c6244e0..7a1a0839 100644
--- a/thriftserver/session/pom.xml
+++ b/thriftserver/session/pom.xml
@@ -15,14 +15,12 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
- <version>0.8.0-incubating</version>
+ <version>0.8.1-incubating-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>