Skip to content

Commit

Permalink
Release 3.2.3.2-3
Browse files Browse the repository at this point in the history
  • Loading branch information
harshith-212 committed Jun 14, 2024
1 parent 847967e commit efea81f
Show file tree
Hide file tree
Showing 25 changed files with 51 additions and 51 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
</parent>

<groupId>org.apache.livy</groupId>
<artifactId>livy-api</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>livy-assembly</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<packaging>pom</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions client-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
</parent>

<groupId>org.apache.livy</groupId>
<artifactId>livy-client-common</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions client-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
</parent>

<groupId>org.apache.livy</groupId>
<artifactId>livy-client-http</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>multi-scala-project-root</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<relativePath>../scala/pom.xml</relativePath>
</parent>

<artifactId>livy-core-parent</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<packaging>pom</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions core/scala-2.11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.livy</groupId>
<artifactId>livy-core_2.11</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<packaging>jar</packaging>

<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-core-parent</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions core/scala-2.12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.livy</groupId>
<artifactId>livy-core_2.12</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<packaging>jar</packaging>

<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-core-parent</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
</parent>

<artifactId>livy-coverage-report</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<packaging>pom</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.apache.livy</groupId>
<artifactId>livy-examples</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
</parent>

<artifactId>livy-integration-test</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<packaging>jar</packaging>

<properties>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<packaging>pom</packaging>
<name>Livy Project Parent POM</name>
<description>Livy Project</description>
Expand Down Expand Up @@ -92,14 +92,14 @@

<properties>
<asynchttpclient.version>2.10.1</asynchttpclient.version>
<hadoop.version>3.2.3.3.2.3.2-2</hadoop.version>
<hadoop.version>3.2.3.3.2.3.2-3</hadoop.version>
<hadoop.scope>compile</hadoop.scope>
<slf4j.version>1.7.35</slf4j.version>
<reload4j.version>1.2.25</reload4j.version>
<spark.scala-2.11.version>2.4.8.3.2.3.2-2</spark.scala-2.11.version>
<spark.scala-2.12.version>2.4.8.3.2.3.2-2</spark.scala-2.12.version>
<spark.scala-2.11.version>2.4.8.3.2.3.2-3</spark.scala-2.11.version>
<spark.scala-2.12.version>2.4.8.3.2.3.2-3</spark.scala-2.12.version>
<spark.version>${spark.scala-2.11.version}</spark.version>
<hive.version>3.1.4.3.2.3.2-2</hive.version>
<hive.version>3.1.4.3.2.3.2-3</hive.version>
<commons-codec.version>1.9</commons-codec.version>
<httpclient.version>4.5.3</httpclient.version>
<httpcore.version>4.4.4</httpcore.version>
Expand Down Expand Up @@ -148,7 +148,7 @@
<ldap-api.version>1.0.0-M33</ldap-api.version>

<curator.version>2.7.1</curator.version>
<zookeeper.version>3.5.10.3.2.3.2-2</zookeeper.version>
<zookeeper.version>3.5.10.3.2.3.2-3</zookeeper.version>

<!--
Properties for the copyright header style checks. Modules that use the ASF header
Expand Down Expand Up @@ -1198,7 +1198,7 @@
</activation>
<properties>
<spark.scala-2.12.version>3.0.0</spark.scala-2.12.version>
<spark.scala-2.11.version>2.4.8.3.2.3.2-2</spark.scala-2.11.version>
<spark.scala-2.11.version>2.4.8.3.2.3.2-3</spark.scala-2.11.version>
<spark.version>${spark.scala-2.11.version}</spark.version>
<netty.spark-2.12.version>4.1.77.Final</netty.spark-2.12.version>
<netty.spark-2.11.version>4.1.77.Final</netty.spark-2.11.version>
Expand Down
4 changes: 2 additions & 2 deletions python-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.apache.livy</groupId>
<artifactId>livy-python-api</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<packaging>pom</packaging>

<build>
Expand Down
4 changes: 2 additions & 2 deletions repl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<groupId>org.apache.livy</groupId>
<artifactId>multi-scala-project-root</artifactId>
<relativePath>../scala/pom.xml</relativePath>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
</parent>

<artifactId>livy-repl-parent</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<packaging>pom</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions repl/scala-2.11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.livy</groupId>
<artifactId>livy-repl_2.11</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<packaging>jar</packaging>

<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-repl-parent</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions repl/scala-2.12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.livy</groupId>
<artifactId>livy-repl_2.12</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<packaging>jar</packaging>

<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-repl-parent</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion rsc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions scala-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>multi-scala-project-root</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<relativePath>../scala/pom.xml</relativePath>
</parent>

<artifactId>livy-scala-api-parent</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<packaging>pom</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions scala-api/scala-2.11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.livy</groupId>
<artifactId>livy-scala-api_2.11</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<packaging>jar</packaging>

<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-scala-api-parent</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions scala-api/scala-2.12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.livy</groupId>
<artifactId>livy-scala-api_2.12</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<packaging>jar</packaging>

<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-scala-api-parent</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.livy</groupId>
<artifactId>multi-scala-project-root</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<packaging>pom</packaging>

<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
</parent>

<artifactId>livy-server</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions test-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
</parent>

<groupId>org.apache.livy</groupId>
<artifactId>livy-test-lib</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion thriftserver/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>livy-main</artifactId>
<groupId>org.apache.livy</groupId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion thriftserver/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>livy-main</artifactId>
<groupId>org.apache.livy</groupId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion thriftserver/session/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.1.3.2.3.2-2</version>
<version>0.7.1.3.2.3.2-3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit efea81f

Please sign in to comment.