|
@@ -17,7 +17,7 @@
|
|
|
limitations under the License.
|
|
limitations under the License.
|
|
|
-->
|
|
-->
|
|
|
|
|
|
|
|
-<project>
|
|
|
|
|
|
|
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<parent>
|
|
<parent>
|
|
|
<groupId>com.cloudera</groupId>
|
|
<groupId>com.cloudera</groupId>
|
|
@@ -42,10 +42,10 @@
|
|
|
</licenses>
|
|
</licenses>
|
|
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
|
- <hadoop.version>0.20.2-cdh3u0</hadoop.version>
|
|
|
|
|
|
|
+ <hadoop.version>0.20.2-cdh3u2-SNAPSHOT</hadoop.version>
|
|
|
<slf4j.version>1.6.1</slf4j.version>
|
|
<slf4j.version>1.6.1</slf4j.version>
|
|
|
<commons-logging.version>1.0.4</commons-logging.version>
|
|
<commons-logging.version>1.0.4</commons-logging.version>
|
|
|
- <hive.version>0.7.0-cdh3u0</hive.version>
|
|
|
|
|
|
|
+ <hive.version>0.7.1-cdh3u2-SNAPSHOT</hive.version>
|
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
|
|
<organization>
|
|
<organization>
|
|
@@ -59,6 +59,19 @@
|
|
|
<url>https://github.com/cloudera/hue</url>
|
|
<url>https://github.com/cloudera/hue</url>
|
|
|
</scm>
|
|
</scm>
|
|
|
|
|
|
|
|
|
|
+ <build>
|
|
|
|
|
+ <plugins>
|
|
|
|
|
+ <plugin>
|
|
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
+ <artifactId>maven-release-plugin</artifactId>
|
|
|
|
|
+ <version>2.2</version>
|
|
|
|
|
+ <configuration>
|
|
|
|
|
+ <tagBase>https://svn.apache.org/repos/asf/maven/components/releases</tagBase>
|
|
|
|
|
+ </configuration>
|
|
|
|
|
+ </plugin>
|
|
|
|
|
+ </plugins>
|
|
|
|
|
+ </build>
|
|
|
|
|
+
|
|
|
<dependencyManagement>
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
<dependency>
|
|
<dependency>
|