Skip to content

Commit

Permalink
ODP-3.2.3.0-1 Tag release.
Browse files Browse the repository at this point in the history
  • Loading branch information
manishsinghmowall committed Mar 13, 2024
1 parent b901102 commit d44f8c7
Show file tree
Hide file tree
Showing 25 changed files with 57 additions and 46 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-2</version>
<version>0.7.1.3.2.3.0-1</version>
</parent>

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

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

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

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

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

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

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

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

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

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

<properties>
Expand Down
15 changes: 13 additions & 2 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.2.0-2</version>
<version>0.7.1.3.2.3.0-1</version>
<packaging>pom</packaging>
<name>Livy Project Parent POM</name>
<description>Livy Project</description>
Expand All @@ -41,7 +41,18 @@
<distribution>repo</distribution>
</license>
</licenses>

<distributionManagement>
<repository>
<id>nexus-releases</id>
<name>Releases</name>
<url>https://repo1.acceldata.dev/repository/odp-release/</url>
</repository>
<snapshotRepository>
<id>nexus-snapshots</id>
<name>Snapshot</name>
<url>https://repo1.acceldata.dev/repository/odp-snapshot/</url>
</snapshotRepository>
</distributionManagement>
<scm>
<connection>scm:git:git@github.com:apache/incubator-livy.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-livy.git</developerConnection>
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-2</version>
<version>0.7.1.3.2.3.0-1</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

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

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

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

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

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

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

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

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

Expand Down

0 comments on commit d44f8c7

Please sign in to comment.