Author: gates
Date: Mon Mar 25 20:51:00 2013
New Revision: 1460887
URL: http://svn.apache.org/r1460887
Log:
HCATALOG-619 Backing out commit as it caused the builds to break.
Added:
incubator/hcatalog/trunk/build-support/scripts/release.sh
- copied unchanged from r1459033,
incubator/hcatalog/trunk/build-support/scripts/release.sh
Removed:
incubator/hcatalog/trunk/build-support/scripts/release.py
Modified:
incubator/hcatalog/trunk/CHANGES.txt
incubator/hcatalog/trunk/build-support/scripts/test.sh
incubator/hcatalog/trunk/build.properties
incubator/hcatalog/trunk/core/pom.xml
incubator/hcatalog/trunk/hcatalog-pig-adapter/pom.xml
incubator/hcatalog/trunk/pom.xml
incubator/hcatalog/trunk/server-extensions/pom.xml
incubator/hcatalog/trunk/storage-handlers/hbase/pom.xml
incubator/hcatalog/trunk/webhcat/java-client/pom.xml
incubator/hcatalog/trunk/webhcat/svr/pom.xml
Modified: incubator/hcatalog/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1460887&r1=1460886&r2=1460887&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Mon Mar 25 20:51:00 2013
@@ -26,8 +26,6 @@ Trunk (unreleased changes)
IMPROVEMENTS
- HCAT-619 Update HCatalog test/release script with post-release improvements
(traviscrawford via gates)
-
OPTIMIZATIONS
BUG FIXES
Modified: incubator/hcatalog/trunk/build-support/scripts/test.sh
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/build-support/scripts/test.sh?rev=1460887&r1=1460886&r2=1460887&view=diff
==============================================================================
--- incubator/hcatalog/trunk/build-support/scripts/test.sh (original)
+++ incubator/hcatalog/trunk/build-support/scripts/test.sh Mon Mar 25 20:51:00
2013
@@ -55,10 +55,8 @@ run_cmd
# Build and run tests with hadoop20. This must happen afterwards so test
results
# are available for CI to publish.
-cmd="ant -Dtest.junit.output.format=xml -Dforrest.home=${FORREST_HOME} clean
releaseaudit package test"
+cmd='ant -Dtest.junit.output.format=xml clean releaseaudit package test'
if [ "${HUDSON_URL}" == "https://builds.apache.org/" ]; then
cmd="${cmd} mvn-deploy"
-elif [ "${HCAT_MVN_DEPLOY}" == "true" ]; then
- cmd="${cmd} mvn-deploy-signed"
fi
run_cmd
Modified: incubator/hcatalog/trunk/build.properties
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/build.properties?rev=1460887&r1=1460886&r2=1460887&view=diff
==============================================================================
--- incubator/hcatalog/trunk/build.properties (original)
+++ incubator/hcatalog/trunk/build.properties Mon Mar 25 20:51:00 2013
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-hcatalog.version=1.0-gates
+hcatalog.version=0.6.0-SNAPSHOT
jar.name=${ant.project.name}-${hcatalog.version}.jar
hcatalog.jar=${ant.project.name}-${hcatalog.version}.jar
hcatalog.core.jar=${ant.project.name}-core-${hcatalog.version}.jar
Modified: incubator/hcatalog/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/core/pom.xml?rev=1460887&r1=1460886&r2=1460887&view=diff
==============================================================================
--- incubator/hcatalog/trunk/core/pom.xml (original)
+++ incubator/hcatalog/trunk/core/pom.xml Mon Mar 25 20:51:00 2013
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.hcatalog</groupId>
<artifactId>hcatalog</artifactId>
- <version>1.0-gates</version>
+ <version>0.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -32,7 +32,7 @@
<groupId>org.apache.hcatalog</groupId>
<artifactId>hcatalog-core</artifactId>
<packaging>jar</packaging>
- <version>1.0-gates</version>
+ <version>0.6.0-SNAPSHOT</version>
<name>hcatalog-core</name>
<url>http://maven.apache.org</url>
Modified: incubator/hcatalog/trunk/hcatalog-pig-adapter/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/hcatalog-pig-adapter/pom.xml?rev=1460887&r1=1460886&r2=1460887&view=diff
==============================================================================
--- incubator/hcatalog/trunk/hcatalog-pig-adapter/pom.xml (original)
+++ incubator/hcatalog/trunk/hcatalog-pig-adapter/pom.xml Mon Mar 25 20:51:00
2013
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.hcatalog</groupId>
<artifactId>hcatalog</artifactId>
- <version>1.0-gates</version>
+ <version>0.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -32,7 +32,7 @@
<groupId>org.apache.hcatalog</groupId>
<artifactId>hcatalog-pig-adapter</artifactId>
<packaging>jar</packaging>
- <version>1.0-gates</version>
+ <version>0.6.0-SNAPSHOT</version>
<name>hcatalog-pig-adapter</name>
<url>http://maven.apache.org</url>
Modified: incubator/hcatalog/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/pom.xml?rev=1460887&r1=1460886&r2=1460887&view=diff
==============================================================================
--- incubator/hcatalog/trunk/pom.xml (original)
+++ incubator/hcatalog/trunk/pom.xml Mon Mar 25 20:51:00 2013
@@ -51,7 +51,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.hcatalog</groupId>
<artifactId>hcatalog</artifactId>
- <version>1.0-gates</version>
+ <version>0.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<build>
Modified: incubator/hcatalog/trunk/server-extensions/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/server-extensions/pom.xml?rev=1460887&r1=1460886&r2=1460887&view=diff
==============================================================================
--- incubator/hcatalog/trunk/server-extensions/pom.xml (original)
+++ incubator/hcatalog/trunk/server-extensions/pom.xml Mon Mar 25 20:51:00 2013
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.hcatalog</groupId>
<artifactId>hcatalog</artifactId>
- <version>1.0-gates</version>
+ <version>0.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -32,7 +32,7 @@
<groupId>org.apache.hcatalog</groupId>
<artifactId>hcatalog-server-extensions</artifactId>
<packaging>jar</packaging>
- <version>1.0-gates</version>
+ <version>0.6.0-SNAPSHOT</version>
<name>server-extensions</name>
<url>http://maven.apache.org</url>
Modified: incubator/hcatalog/trunk/storage-handlers/hbase/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/storage-handlers/hbase/pom.xml?rev=1460887&r1=1460886&r2=1460887&view=diff
==============================================================================
--- incubator/hcatalog/trunk/storage-handlers/hbase/pom.xml (original)
+++ incubator/hcatalog/trunk/storage-handlers/hbase/pom.xml Mon Mar 25 20:51:00
2013
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.hcatalog</groupId>
<artifactId>hcatalog</artifactId>
- <version>1.0-gates</version>
+ <version>0.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -32,7 +32,7 @@
<groupId>org.apache.hcatalog</groupId>
<artifactId>hbase-storage-handler</artifactId>
<packaging>jar</packaging>
- <version>1.0-gates</version>
+ <version>0.6.0-SNAPSHOT</version>
<name>hbase-storage-handler</name>
<url>http://maven.apache.org</url>
Modified: incubator/hcatalog/trunk/webhcat/java-client/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/webhcat/java-client/pom.xml?rev=1460887&r1=1460886&r2=1460887&view=diff
==============================================================================
--- incubator/hcatalog/trunk/webhcat/java-client/pom.xml (original)
+++ incubator/hcatalog/trunk/webhcat/java-client/pom.xml Mon Mar 25 20:51:00
2013
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.hcatalog</groupId>
<artifactId>hcatalog</artifactId>
- <version>1.0-gates</version>
+ <version>0.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -32,7 +32,7 @@
<groupId>org.apache.hcatalog</groupId>
<artifactId>webhcat-java-client</artifactId>
<packaging>jar</packaging>
- <version>1.0-gates</version>
+ <version>0.6.0-SNAPSHOT</version>
<name>webhcat-java-client</name>
<url>http://maven.apache.org</url>
Modified: incubator/hcatalog/trunk/webhcat/svr/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/webhcat/svr/pom.xml?rev=1460887&r1=1460886&r2=1460887&view=diff
==============================================================================
--- incubator/hcatalog/trunk/webhcat/svr/pom.xml (original)
+++ incubator/hcatalog/trunk/webhcat/svr/pom.xml Mon Mar 25 20:51:00 2013
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.hcatalog</groupId>
<artifactId>hcatalog</artifactId>
- <version>1.0-gates</version>
+ <version>0.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -32,7 +32,7 @@
<groupId>org.apache.hcatalog</groupId>
<artifactId>webhcat</artifactId>
<packaging>jar</packaging>
- <version>1.0-gates</version>
+ <version>0.6.0-SNAPSHOT</version>
<name>webhcat</name>
<url>http://maven.apache.org</url>