Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions accumulo-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
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.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive</artifactId>
<version>1.2.1.spark</version>
<version>1.2.1.1.spark</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -57,32 +57,32 @@
<artifactId>accumulo-trace</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-metastore</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-serde</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-service</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-shims</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
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.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive</artifactId>
<version>1.2.1.spark</version>
<version>1.2.1.1.spark</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
16 changes: 8 additions & 8 deletions beeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
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.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive</artifactId>
<version>1.2.1.spark</version>
<version>1.2.1.1.spark</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -35,22 +35,22 @@
<!-- dependencies are always listed in sorted order by groupId, artifectId -->
<!-- intra-project -->
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-metastore</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-shims</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-jdbc</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down Expand Up @@ -92,14 +92,14 @@
</dependency>
<!-- test intra-project -->
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-service</artifactId>
<version>${project.version}</version>
<scope>test</scope>
Expand Down
16 changes: 8 additions & 8 deletions cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
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.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive</artifactId>
<version>1.2.1.spark</version>
<version>1.2.1.1.spark</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -35,32 +35,32 @@
<!-- dependencies are always listed in sorted order by groupId, artifectId -->
<!-- intra-project -->
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-metastore</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-serde</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-service</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-shims</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
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.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive</artifactId>
<version>1.2.1.spark</version>
<version>1.2.1.1.spark</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -35,7 +35,7 @@
<!-- dependencies are always listed in sorted order by groupId, artifectId -->
<!-- intra-proect -->
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-shims</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
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.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive</artifactId>
<version>1.2.1.spark</version>
<version>1.2.1.1.spark</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -35,17 +35,17 @@
<!-- dependencies are always listed in sorted order by groupId, artifectId -->
<!-- intra-project -->
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-serde</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-shims</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions hbase-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
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.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive</artifactId>
<version>1.2.1.spark</version>
<version>1.2.1.1.spark</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -35,7 +35,7 @@
<!-- dependencies are always listed in sorted order by groupId, artifectId -->
<!-- intra-project -->
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
14 changes: 7 additions & 7 deletions hcatalog/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.hive.hcatalog</groupId>
<groupId>org.spark-project.hive.hcatalog</groupId>
<artifactId>hive-hcatalog</artifactId>
<version>1.2.1.spark</version>
<version>1.2.1.1.spark</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -41,27 +41,27 @@
<!-- dependencies are always listed in sorted order by groupId, artifectId -->
<!-- intra-project -->
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-cli</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-metastore</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
Expand Down
10 changes: 5 additions & 5 deletions hcatalog/hcatalog-pig-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.hive.hcatalog</groupId>
<groupId>org.spark-project.hive.hcatalog</groupId>
<artifactId>hive-hcatalog</artifactId>
<version>1.2.1.spark</version>
<version>1.2.1.1.spark</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -41,13 +41,13 @@
<!-- dependencies are always listed in sorted order by groupId, artifectId -->
<!-- intra-project -->
<dependency>
<groupId>org.apache.hive.hcatalog</groupId>
<groupId>org.spark-project.hive.hcatalog</groupId>
<artifactId>hive-hcatalog-core</artifactId>
<version>${project.version}</version>
</dependency>
<!-- test intra-project -->
<dependency>
<groupId>org.apache.hive.hcatalog</groupId>
<groupId>org.spark-project.hive.hcatalog</groupId>
<artifactId>hive-hcatalog-core</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
Expand All @@ -60,7 +60,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
Expand Down
6 changes: 3 additions & 3 deletions hcatalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
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.hive</groupId>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive</artifactId>
<version>1.2.1.spark</version>
<version>1.2.1.1.spark</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.apache.hive.hcatalog</groupId>
<groupId>org.spark-project.hive.hcatalog</groupId>
<artifactId>hive-hcatalog</artifactId>
<packaging>pom</packaging>
<name>Hive HCatalog</name>
Expand Down
8 changes: 4 additions & 4 deletions hcatalog/server-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.hive.hcatalog</groupId>
<groupId>org.spark-project.hive.hcatalog</groupId>
<artifactId>hive-hcatalog</artifactId>
<version>1.2.1.spark</version>
<version>1.2.1.1.spark</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -41,7 +41,7 @@
<!-- dependencies are always listed in sorted order by groupId, artifectId -->
<!-- intra-project -->
<dependency>
<groupId>org.apache.hive.hcatalog</groupId>
<groupId>org.spark-project.hive.hcatalog</groupId>
<artifactId>hive-hcatalog-core</artifactId>
<version>${project.version}</version>
</dependency>
Expand All @@ -58,7 +58,7 @@
</dependency>
<!-- test intra-project -->
<dependency>
<groupId>org.apache.hive.hcatalog</groupId>
<groupId>org.spark-project.hive.hcatalog</groupId>
<artifactId>hive-hcatalog-core</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
Expand Down
Loading