Set version to 4.6.0-HBase-1.1 for release
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/184d6225 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/184d6225 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/184d6225 Branch: refs/heads/txn Commit: 184d6225c8b8565669d0f48f6895e4aa24fa320a Parents: 2248c5d Author: Mujtaba <[email protected]> Authored: Fri Oct 16 08:01:03 2015 -0700 Committer: Mujtaba <[email protected]> Committed: Fri Oct 16 08:01:03 2015 -0700 ---------------------------------------------------------------------- dev/make_rc.sh | 9 +++++++-- phoenix-assembly/pom.xml | 2 +- phoenix-core/pom.xml | 2 +- phoenix-flume/pom.xml | 2 +- phoenix-pherf/pom.xml | 2 +- phoenix-pig/pom.xml | 2 +- phoenix-server-client/pom.xml | 2 +- phoenix-server/pom.xml | 2 +- phoenix-spark/pom.xml | 2 +- phoenix-tracing-webapp/pom.xml | 2 +- pom.xml | 2 +- 11 files changed, 17 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/184d6225/dev/make_rc.sh ---------------------------------------------------------------------- diff --git a/dev/make_rc.sh b/dev/make_rc.sh index 62f332a..cee493e 100755 --- a/dev/make_rc.sh +++ b/dev/make_rc.sh @@ -41,7 +41,7 @@ DIR_EXAMPLES=$DIR_REL_BIN_PATH/examples DIR_DOCS=dev/release_files # Verify no target exists -mvn clean; mvn clean -Dhadoop.profile=2; rm -rf $DIR_REL_BASE; +mvn clean; rm -rf $DIR_REL_BASE; RESULT=$(find -iname target) if [ -z "$RESULT" ] @@ -68,17 +68,22 @@ mkdir $DIR_BIN; mv $REL_SRC.tar.gz $DIR_REL_SRC_TAR_PATH; # Copy common jars -mvn clean apache-rat:check package -DskipTests; +mvn clean apache-rat:check package -DskipTests -Dcheckstyle.skip=true -q; rm -rf $(find . -type d -name archive-tmp); # Copy all phoenix-*.jars to release dir phx_jars=$(find -iname phoenix-*.jar) cp $phx_jars $DIR_REL_BIN_PATH; +# Exclude uber jars as it exceeds max upload limit for Apache SVN until PHOENIX-2248 is fixed +rm $DIR_REL_BIN_PATH/*webapp*runnable* +rm $DIR_REL_BIN_PATH/*pherf*dependencies* + # Copy bin cp bin/* $DIR_BIN; # Copy release docs + cp $DIR_DOCS/* $DIR_REL_BIN_PATH; # Copy examples http://git-wip-us.apache.org/repos/asf/phoenix/blob/184d6225/phoenix-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml index 293e907..35d16b0 100644 --- a/phoenix-assembly/pom.xml +++ b/phoenix-assembly/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>4.6.0-HBase-1.1-SNAPSHOT</version> + <version>4.6.0-HBase-1.1</version> </parent> <artifactId>phoenix-assembly</artifactId> <name>Phoenix Assembly</name> http://git-wip-us.apache.org/repos/asf/phoenix/blob/184d6225/phoenix-core/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml index 6fc1171..22607b1 100644 --- a/phoenix-core/pom.xml +++ b/phoenix-core/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>4.6.0-HBase-1.1-SNAPSHOT</version> + <version>4.6.0-HBase-1.1</version> </parent> <artifactId>phoenix-core</artifactId> <name>Phoenix Core</name> http://git-wip-us.apache.org/repos/asf/phoenix/blob/184d6225/phoenix-flume/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-flume/pom.xml b/phoenix-flume/pom.xml index 18ba08d..cd74e3c 100644 --- a/phoenix-flume/pom.xml +++ b/phoenix-flume/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>4.6.0-HBase-1.1-SNAPSHOT</version> + <version>4.6.0-HBase-1.1</version> </parent> <artifactId>phoenix-flume</artifactId> <name>Phoenix - Flume</name> http://git-wip-us.apache.org/repos/asf/phoenix/blob/184d6225/phoenix-pherf/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml index b548c04..ebbcac4 100644 --- a/phoenix-pherf/pom.xml +++ b/phoenix-pherf/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>4.6.0-HBase-1.1-SNAPSHOT</version> + <version>4.6.0-HBase-1.1</version> </parent> <artifactId>phoenix-pherf</artifactId> http://git-wip-us.apache.org/repos/asf/phoenix/blob/184d6225/phoenix-pig/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-pig/pom.xml b/phoenix-pig/pom.xml index 00f6954..3eca7cb 100644 --- a/phoenix-pig/pom.xml +++ b/phoenix-pig/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>4.6.0-HBase-1.1-SNAPSHOT</version> + <version>4.6.0-HBase-1.1</version> </parent> <artifactId>phoenix-pig</artifactId> <name>Phoenix - Pig</name> http://git-wip-us.apache.org/repos/asf/phoenix/blob/184d6225/phoenix-server-client/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-server-client/pom.xml b/phoenix-server-client/pom.xml index 266885d..5042632 100644 --- a/phoenix-server-client/pom.xml +++ b/phoenix-server-client/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>4.6.0-HBase-1.1-SNAPSHOT</version> + <version>4.6.0-HBase-1.1</version> </parent> <artifactId>phoenix-server-client</artifactId> <name>Phoenix Query Server Client</name> http://git-wip-us.apache.org/repos/asf/phoenix/blob/184d6225/phoenix-server/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-server/pom.xml b/phoenix-server/pom.xml index a4f517a..1c112c3 100644 --- a/phoenix-server/pom.xml +++ b/phoenix-server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>4.6.0-HBase-1.1-SNAPSHOT</version> + <version>4.6.0-HBase-1.1</version> </parent> <artifactId>phoenix-server</artifactId> <name>Phoenix Query Server</name> http://git-wip-us.apache.org/repos/asf/phoenix/blob/184d6225/phoenix-spark/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-spark/pom.xml b/phoenix-spark/pom.xml index 477c0c2..3bb13e1 100644 --- a/phoenix-spark/pom.xml +++ b/phoenix-spark/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>4.6.0-HBase-1.1-SNAPSHOT</version> + <version>4.6.0-HBase-1.1</version> </parent> <artifactId>phoenix-spark</artifactId> <name>Phoenix - Spark</name> http://git-wip-us.apache.org/repos/asf/phoenix/blob/184d6225/phoenix-tracing-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-tracing-webapp/pom.xml b/phoenix-tracing-webapp/pom.xml index 1316b8b..b68d503 100755 --- a/phoenix-tracing-webapp/pom.xml +++ b/phoenix-tracing-webapp/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>4.6.0-HBase-1.1-SNAPSHOT</version> + <version>4.6.0-HBase-1.1</version> </parent> <artifactId>phoenix-tracing-webapp</artifactId> http://git-wip-us.apache.org/repos/asf/phoenix/blob/184d6225/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 161343a..8552077 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.phoenix</groupId> <artifactId>phoenix</artifactId> - <version>4.6.0-HBase-1.1-SNAPSHOT</version> + <version>4.6.0-HBase-1.1</version> <packaging>pom</packaging> <name>Apache Phoenix</name> <description>A SQL layer over HBase</description>
