Skip to content

Commit

Permalink
ODP version upgrade to 3.2.2.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
manishsinghmowall committed Dec 4, 2023
1 parent 9d37d5b commit b901102
Show file tree
Hide file tree
Showing 25 changed files with 45 additions and 45 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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
</parent>

<groupId>org.apache.livy</groupId>
<artifactId>livy-api</artifactId>
<version>0.7.1.3.2.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>livy-assembly</artifactId>
<version>0.7.1.3.2.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
</parent>

<groupId>org.apache.livy</groupId>
<artifactId>livy-client-common</artifactId>
<version>0.7.1.3.2.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
</parent>

<groupId>org.apache.livy</groupId>
<artifactId>livy-client-http</artifactId>
<version>0.7.1.3.2.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
<relativePath>../scala/pom.xml</relativePath>
</parent>

<artifactId>livy-core-parent</artifactId>
<version>0.7.1.3.2.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
<packaging>jar</packaging>

<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-core-parent</artifactId>
<version>0.7.1.3.2.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
<packaging>jar</packaging>

<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-core-parent</artifactId>
<version>0.7.1.3.2.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
</parent>

<artifactId>livy-coverage-report</artifactId>
<version>0.7.1.3.2.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.apache.livy</groupId>
<artifactId>livy-examples</artifactId>
<version>0.7.1.3.2.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
</parent>

<artifactId>livy-integration-test</artifactId>
<version>0.7.1.3.2.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
<packaging>pom</packaging>
<name>Livy Project Parent POM</name>
<description>Livy Project</description>
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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.apache.livy</groupId>
<artifactId>livy-python-api</artifactId>
<version>0.7.1.3.2.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
</parent>

<artifactId>livy-repl-parent</artifactId>
<version>0.7.1.3.2.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
<packaging>jar</packaging>

<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-repl-parent</artifactId>
<version>0.7.1.3.2.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
<packaging>jar</packaging>

<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-repl-parent</artifactId>
<version>0.7.1.3.2.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
<relativePath>../scala/pom.xml</relativePath>
</parent>

<artifactId>livy-scala-api-parent</artifactId>
<version>0.7.1.3.2.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
<packaging>jar</packaging>

<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-scala-api-parent</artifactId>
<version>0.7.1.3.2.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
<packaging>jar</packaging>

<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-scala-api-parent</artifactId>
<version>0.7.1.3.2.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
<packaging>pom</packaging>

<parent>
<groupId>org.apache.livy</groupId>
<artifactId>livy-main</artifactId>
<version>0.7.1.3.2.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
</parent>

<artifactId>livy-server</artifactId>
<version>0.7.1.3.2.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
</parent>

<groupId>org.apache.livy</groupId>
<artifactId>livy-test-lib</artifactId>
<version>0.7.1.3.2.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</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.2.0-1</version>
<version>0.7.1.3.2.2.0-2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit b901102

Please sign in to comment.