Skip to content

Commit

Permalink
ODP-3.2.3.1-2 Tag release.
Browse files Browse the repository at this point in the history
  • Loading branch information
manishsinghmowall committed May 14, 2024
1 parent db3c91d commit 064accc
Show file tree
Hide file tree
Showing 25 changed files with 65 additions and 49 deletions.
4 changes: 2 additions & 2 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
</parent>

<artifactId>oozie-client</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie Client</description>
<name>Apache Oozie Client</name>
<packaging>jar</packaging>
Expand Down
10 changes: 8 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
</parent>

<artifactId>oozie-core</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie Core</description>
<name>Apache Oozie Core</name>
<packaging>jar</packaging>
Expand Down Expand Up @@ -188,6 +188,12 @@
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hive-hcatalog-server-extensions</artifactId>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.pentaho</groupId>
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
</parent>

<artifactId>oozie-distro</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie Distro</description>
<name>Apache Oozie Distro</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
</parent>

<artifactId>oozie-docs</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie Docs</description>
<name>Apache Oozie Docs</name>
<packaging>war</packaging>
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
</parent>

<artifactId>oozie-examples</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie Examples</description>
<name>Apache Oozie Examples</name>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions fluent-job/fluent-job-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-fluent-job</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
</parent>

<artifactId>oozie-fluent-job-api</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie Fluent Job API</description>
<name>Apache Oozie Fluent Job API</name>
<packaging>jar</packaging>
Expand Down Expand Up @@ -118,7 +118,7 @@
<plugin>
<groupId>com.github.davidmoten</groupId>
<artifactId>jax-maven-plugin</artifactId>
<version>0.1.6</version>
<version>0.1.8</version>
<dependencies>
<dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
Expand Down
4 changes: 2 additions & 2 deletions fluent-job/fluent-job-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<artifactId>oozie-fluent-job</artifactId>
<groupId>org.apache.oozie</groupId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>oozie-fluent-job-client</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie Fluent Job Client</description>
<name>Apache Oozie Fluent Job Client</name>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion fluent-job/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>oozie-main</artifactId>
<groupId>org.apache.oozie</groupId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions minitest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
</parent>

<groupId>org.apache.oozie.test</groupId>
<artifactId>oozie-mini</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie MiniOozie</description>
<name>Apache Oozie MiniOozie</name>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie Main</description>
<name>Apache Oozie Main</name>
<packaging>pom</packaging>
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 @@
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
</parent>

<artifactId>oozie-server</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie Server</description>
<name>Apache Oozie Server</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions sharelib/distcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>oozie-sharelib-distcp</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie Share Lib Distcp</description>
<name>Apache Oozie Share Lib Distcp</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions sharelib/git/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-sharelib-git</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie Share Lib Git</description>
<name>Apache Oozie Share Lib Git</name>
<packaging>jar</packaging>
Expand Down
8 changes: 6 additions & 2 deletions sharelib/hcatalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>oozie-sharelib-hcatalog</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie Share Lib HCatalog</description>
<name>Apache Oozie Share Lib HCatalog</name>
<packaging>jar</packaging>
Expand Down Expand Up @@ -262,6 +262,10 @@
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
<exclusion>
<groupId>org.pentaho</groupId>
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions sharelib/hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>oozie-sharelib-hive</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie Share Lib Hive</description>
<name>Apache Oozie Share Lib Hive</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions sharelib/hive2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ e
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>oozie-sharelib-hive2</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie Share Lib Hive 2</description>
<name>Apache Oozie Share Lib Hive 2</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions sharelib/oozie/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>oozie-sharelib-oozie</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie Share Lib Oozie</description>
<name>Apache Oozie Share Lib Oozie</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions sharelib/pig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>oozie-sharelib-pig</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie Share Lib Pig</description>
<name>Apache Oozie Share Lib Pig</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions sharelib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
</parent>

<artifactId>oozie-sharelib</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie Share Lib</description>
<name>Apache Oozie Share Lib</name>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions sharelib/spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>oozie-sharelib-spark</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie Share Lib Spark</description>
<name>Apache Oozie Share Lib Spark</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions sharelib/sqoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>oozie-sharelib-sqoop</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie Share Lib Sqoop</description>
<name>Apache Oozie Share Lib Sqoop</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions sharelib/streaming/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>oozie-sharelib-streaming</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie Share Lib Streaming</description>
<name>Apache Oozie Share Lib Streaming</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
</parent>

<artifactId>oozie-tools</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie Tools</description>
<name>Apache Oozie Tools</name>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
</parent>

<artifactId>oozie-webapp</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie WebApp</description>
<name>Apache Oozie WebApp</name>
<packaging>war</packaging>
Expand Down
10 changes: 8 additions & 2 deletions zookeeper-security-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-main</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
</parent>

<artifactId>oozie-zookeeper-security-tests</artifactId>
<version>5.2.1.3.3.0.0-SNAPSHOT</version>
<version>5.2.1.3.2.3.1-2</version>
<description>Apache Oozie ZooKeeper Security Tests</description>
<name>Apache Oozie ZooKeeper Security Tests</name>
<packaging>jar</packaging>
Expand Down Expand Up @@ -79,6 +79,12 @@
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hive-webhcat-java-client</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.pentaho</groupId>
<artifactId>pentaho-aggdesigner-algorithm</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit 064accc

Please sign in to comment.