This is an automated email from the ASF dual-hosted git repository. iwasakims pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/bigtop.git
commit 65af28209557485763203c7f6d05ffc239a0b259 Author: Masatake Iwasaki <[email protected]> AuthorDate: Mon Apr 22 19:13:12 2024 +0900 Changing version to 3.3.0 --- bigtop-bigpetstore/bigpetstore-mapreduce/pom.xml | 2 +- bigtop-test-framework/pom.xml | 4 ++-- bigtop-tests/test-artifacts/fatjar/pom.xml | 4 ++-- bigtop-tests/test-artifacts/hadoop/pom.xml | 4 ++-- bigtop-tests/test-artifacts/hbase/pom.xml | 4 ++-- bigtop-tests/test-artifacts/hcatalog/pom.xml | 4 ++-- bigtop-tests/test-artifacts/httpfs/pom.xml | 4 ++-- bigtop-tests/test-artifacts/hue/pom.xml | 4 ++-- bigtop-tests/test-artifacts/longevity/pom.xml | 4 ++-- bigtop-tests/test-artifacts/package/pom.xml | 4 ++-- bigtop-tests/test-artifacts/phoenix/pom.xml | 4 ++-- bigtop-tests/test-artifacts/pom.xml | 4 ++-- bigtop-tests/test-artifacts/solr/pom.xml | 4 ++-- bigtop-tests/test-artifacts/spark/pom.xml | 4 ++-- bigtop-tests/test-execution/common/pom.xml | 4 ++-- bigtop-tests/test-execution/conf/pom.xml | 4 ++-- bigtop-tests/test-execution/integration/pom.xml | 4 ++-- bigtop-tests/test-execution/longevity/io/pom.xml | 4 ++-- bigtop-tests/test-execution/longevity/pom.xml | 4 ++-- bigtop-tests/test-execution/package/pom.xml | 4 ++-- bigtop-tests/test-execution/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/hadoop/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/hbase/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/hcatalog/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/httpfs/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/hue/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/phoenix/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/solr/pom.xml | 4 ++-- bigtop-tests/test-execution/smokes/spark/pom.xml | 4 ++-- bigtop.bom | 2 +- build.gradle | 2 +- pom.xml | 2 +- 33 files changed, 62 insertions(+), 62 deletions(-) diff --git a/bigtop-bigpetstore/bigpetstore-mapreduce/pom.xml b/bigtop-bigpetstore/bigpetstore-mapreduce/pom.xml index 96ac80625..ee611d360 100644 --- a/bigtop-bigpetstore/bigpetstore-mapreduce/pom.xml +++ b/bigtop-bigpetstore/bigpetstore-mapreduce/pom.xml @@ -20,7 +20,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop</groupId> <artifactId>BigPetStore</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> diff --git a/bigtop-test-framework/pom.xml b/bigtop-test-framework/pom.xml index 3df0a25fc..5b14cee3b 100644 --- a/bigtop-test-framework/pom.xml +++ b/bigtop-test-framework/pom.xml @@ -21,14 +21,14 @@ <parent> <groupId>org.apache.bigtop</groupId> <artifactId>bigtop</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>itest-common</artifactId> <name>iTest: system and integration testing in the cloud</name> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <dependencies> diff --git a/bigtop-tests/test-artifacts/fatjar/pom.xml b/bigtop-tests/test-artifacts/fatjar/pom.xml index ae6ef458f..38e6c3cbc 100644 --- a/bigtop-tests/test-artifacts/fatjar/pom.xml +++ b/bigtop-tests/test-artifacts/fatjar/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>fat-smoke</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>fatjar</name> <dependencies> diff --git a/bigtop-tests/test-artifacts/hadoop/pom.xml b/bigtop-tests/test-artifacts/hadoop/pom.xml index 1d3a292c4..f936ec412 100644 --- a/bigtop-tests/test-artifacts/hadoop/pom.xml +++ b/bigtop-tests/test-artifacts/hadoop/pom.xml @@ -20,14 +20,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hadoop-smoke</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>hadoopsmoke</name> <dependencies> diff --git a/bigtop-tests/test-artifacts/hbase/pom.xml b/bigtop-tests/test-artifacts/hbase/pom.xml index a96d9d976..3a7338cbe 100644 --- a/bigtop-tests/test-artifacts/hbase/pom.xml +++ b/bigtop-tests/test-artifacts/hbase/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hbase-smoke</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>hbasesmoke</name> <dependencies> diff --git a/bigtop-tests/test-artifacts/hcatalog/pom.xml b/bigtop-tests/test-artifacts/hcatalog/pom.xml index 58e4283b6..f56fc6af1 100644 --- a/bigtop-tests/test-artifacts/hcatalog/pom.xml +++ b/bigtop-tests/test-artifacts/hcatalog/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hcatalog-smoke</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>hcatalogsmoke</name> <build> diff --git a/bigtop-tests/test-artifacts/httpfs/pom.xml b/bigtop-tests/test-artifacts/httpfs/pom.xml index ee09ae07f..4e85e4f4f 100644 --- a/bigtop-tests/test-artifacts/httpfs/pom.xml +++ b/bigtop-tests/test-artifacts/httpfs/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>httpfs-smoke</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>httpfssmokes</name> <build> diff --git a/bigtop-tests/test-artifacts/hue/pom.xml b/bigtop-tests/test-artifacts/hue/pom.xml index 69af3fb8b..4b40e46e8 100644 --- a/bigtop-tests/test-artifacts/hue/pom.xml +++ b/bigtop-tests/test-artifacts/hue/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hue-smoke</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>huesmoke</name> diff --git a/bigtop-tests/test-artifacts/longevity/pom.xml b/bigtop-tests/test-artifacts/longevity/pom.xml index 4ec8230bd..055bcaf04 100644 --- a/bigtop-tests/test-artifacts/longevity/pom.xml +++ b/bigtop-tests/test-artifacts/longevity/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>io-longevity</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>io-longevity</name> <dependencies> diff --git a/bigtop-tests/test-artifacts/package/pom.xml b/bigtop-tests/test-artifacts/package/pom.xml index a9da8f749..5b3bcb057 100644 --- a/bigtop-tests/test-artifacts/package/pom.xml +++ b/bigtop-tests/test-artifacts/package/pom.xml @@ -20,14 +20,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>package-smoke</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>packagesmoke</name> <dependencies> diff --git a/bigtop-tests/test-artifacts/phoenix/pom.xml b/bigtop-tests/test-artifacts/phoenix/pom.xml index 1dca75550..06a81a9bb 100644 --- a/bigtop-tests/test-artifacts/phoenix/pom.xml +++ b/bigtop-tests/test-artifacts/phoenix/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>phoenix-smoke</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>phoenixsmoke</name> diff --git a/bigtop-tests/test-artifacts/pom.xml b/bigtop-tests/test-artifacts/pom.xml index 65ef46f6b..7e5281ea7 100644 --- a/bigtop-tests/test-artifacts/pom.xml +++ b/bigtop-tests/test-artifacts/pom.xml @@ -21,14 +21,14 @@ <parent> <groupId>org.apache.bigtop</groupId> <artifactId>bigtop</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> <packaging>pom</packaging> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>bigtop-smokes</name> diff --git a/bigtop-tests/test-artifacts/solr/pom.xml b/bigtop-tests/test-artifacts/solr/pom.xml index 4e3e3d039..34d6205de 100644 --- a/bigtop-tests/test-artifacts/solr/pom.xml +++ b/bigtop-tests/test-artifacts/solr/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>solr-smoke</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>solrsmoke</name> diff --git a/bigtop-tests/test-artifacts/spark/pom.xml b/bigtop-tests/test-artifacts/spark/pom.xml index 20dd60043..a6e3f0d2d 100644 --- a/bigtop-tests/test-artifacts/spark/pom.xml +++ b/bigtop-tests/test-artifacts/spark/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>spark-smoke</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>sparksmoke</name> <repositories> diff --git a/bigtop-tests/test-execution/common/pom.xml b/bigtop-tests/test-execution/common/pom.xml index f3f77904d..660cd4690 100644 --- a/bigtop-tests/test-execution/common/pom.xml +++ b/bigtop-tests/test-execution/common/pom.xml @@ -24,14 +24,14 @@ <parent> <groupId>org.apache.bigtop</groupId> <artifactId>bigtop</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>stacks-common</artifactId> <packaging>pom</packaging> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>stacks-validation-common</name> <properties> diff --git a/bigtop-tests/test-execution/conf/pom.xml b/bigtop-tests/test-execution/conf/pom.xml index 4936b8690..5138841f3 100644 --- a/bigtop-tests/test-execution/conf/pom.xml +++ b/bigtop-tests/test-execution/conf/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>stacks-common</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../common/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests-conf</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>smoke-tests-conf</name> <dependencies> diff --git a/bigtop-tests/test-execution/integration/pom.xml b/bigtop-tests/test-execution/integration/pom.xml index 9d77ae2f4..03c53c6b1 100644 --- a/bigtop-tests/test-execution/integration/pom.xml +++ b/bigtop-tests/test-execution/integration/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>stacks-common</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../common/pom.xml</relativePath> </parent> @@ -30,7 +30,7 @@ <groupId>org.apache.bigtop.itest</groupId> <artifactId>integration-tests</artifactId> <packaging>pom</packaging> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>hadoop-stack-integration</name> <properties> diff --git a/bigtop-tests/test-execution/longevity/io/pom.xml b/bigtop-tests/test-execution/longevity/io/pom.xml index 61a665035..50ba1eb45 100644 --- a/bigtop-tests/test-execution/longevity/io/pom.xml +++ b/bigtop-tests/test-execution/longevity/io/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>longevity-tests</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>io</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>io-longevity-execution</name> <properties> diff --git a/bigtop-tests/test-execution/longevity/pom.xml b/bigtop-tests/test-execution/longevity/pom.xml index bea2cffec..bc3f9122b 100644 --- a/bigtop-tests/test-execution/longevity/pom.xml +++ b/bigtop-tests/test-execution/longevity/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>stacks-common</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../common/pom.xml</relativePath> </parent> @@ -30,7 +30,7 @@ <groupId>org.apache.bigtop.itest</groupId> <artifactId>longevity-tests</artifactId> <packaging>pom</packaging> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>longevity</name> <properties> diff --git a/bigtop-tests/test-execution/package/pom.xml b/bigtop-tests/test-execution/package/pom.xml index 62bd4b0b2..ba17ec546 100644 --- a/bigtop-tests/test-execution/package/pom.xml +++ b/bigtop-tests/test-execution/package/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../smokes/pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>package-smoke-execution</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>packagesmokes</name> <properties> diff --git a/bigtop-tests/test-execution/pom.xml b/bigtop-tests/test-execution/pom.xml index d72a6b2be..97a32b905 100644 --- a/bigtop-tests/test-execution/pom.xml +++ b/bigtop-tests/test-execution/pom.xml @@ -21,14 +21,14 @@ <parent> <groupId>org.apache.bigtop</groupId> <artifactId>bigtop</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-test-execution</artifactId> <packaging>pom</packaging> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>bigtop-smokes</name> <modules> diff --git a/bigtop-tests/test-execution/smokes/hadoop/pom.xml b/bigtop-tests/test-execution/smokes/hadoop/pom.xml index 6bf73dad4..f21948e8e 100644 --- a/bigtop-tests/test-execution/smokes/hadoop/pom.xml +++ b/bigtop-tests/test-execution/smokes/hadoop/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hadoop-smoke-execution</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>Hadoop smoke test execution</name> <properties> diff --git a/bigtop-tests/test-execution/smokes/hbase/pom.xml b/bigtop-tests/test-execution/smokes/hbase/pom.xml index b4057d059..d531a2243 100644 --- a/bigtop-tests/test-execution/smokes/hbase/pom.xml +++ b/bigtop-tests/test-execution/smokes/hbase/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hbase-smoke-execution</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>HBase smoke test execution</name> <properties> diff --git a/bigtop-tests/test-execution/smokes/hcatalog/pom.xml b/bigtop-tests/test-execution/smokes/hcatalog/pom.xml index 3ab45d9d0..a2b9f2bef 100644 --- a/bigtop-tests/test-execution/smokes/hcatalog/pom.xml +++ b/bigtop-tests/test-execution/smokes/hcatalog/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hcatalog-smoke-execution</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>HCatalog smoke test execution</name> <properties> diff --git a/bigtop-tests/test-execution/smokes/httpfs/pom.xml b/bigtop-tests/test-execution/smokes/httpfs/pom.xml index 631f08af3..dde024fda 100644 --- a/bigtop-tests/test-execution/smokes/httpfs/pom.xml +++ b/bigtop-tests/test-execution/smokes/httpfs/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>httpfs-smoke-execution</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>Httpfs smoke test execution</name> <properties> diff --git a/bigtop-tests/test-execution/smokes/hue/pom.xml b/bigtop-tests/test-execution/smokes/hue/pom.xml index 532fedf0d..598a613e1 100644 --- a/bigtop-tests/test-execution/smokes/hue/pom.xml +++ b/bigtop-tests/test-execution/smokes/hue/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hue-smoke-execution</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>Hue smoke test execution</name> <properties> diff --git a/bigtop-tests/test-execution/smokes/phoenix/pom.xml b/bigtop-tests/test-execution/smokes/phoenix/pom.xml index 76eb351ab..5494bfcd8 100644 --- a/bigtop-tests/test-execution/smokes/phoenix/pom.xml +++ b/bigtop-tests/test-execution/smokes/phoenix/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>phoenix-smoke-execution</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>Phoenix smoke test execution</name> <properties> diff --git a/bigtop-tests/test-execution/smokes/pom.xml b/bigtop-tests/test-execution/smokes/pom.xml index a3dfc0bd7..85af8cf90 100644 --- a/bigtop-tests/test-execution/smokes/pom.xml +++ b/bigtop-tests/test-execution/smokes/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>stacks-common</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../common/pom.xml</relativePath> </parent> @@ -30,7 +30,7 @@ <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> <packaging>pom</packaging> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>hadoop-stack-validation</name> <properties> diff --git a/bigtop-tests/test-execution/smokes/solr/pom.xml b/bigtop-tests/test-execution/smokes/solr/pom.xml index 1410c0725..e317e5deb 100644 --- a/bigtop-tests/test-execution/smokes/solr/pom.xml +++ b/bigtop-tests/test-execution/smokes/solr/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>solr-smoke-test</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>Solr smoke test execution</name> <properties> diff --git a/bigtop-tests/test-execution/smokes/spark/pom.xml b/bigtop-tests/test-execution/smokes/spark/pom.xml index e73715868..bd2987212 100644 --- a/bigtop-tests/test-execution/smokes/spark/pom.xml +++ b/bigtop-tests/test-execution/smokes/spark/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>smoke-tests</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>spark-smoke-execution</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <name>Spark smoke test execution</name> <properties> diff --git a/bigtop.bom b/bigtop.bom index 1ef67071d..c3f6cded4 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -97,7 +97,7 @@ bigtop { /** Base Configuration of the mirror and archives */ - version = "3.3.0-SNAPSHOT" + version = "3.3.0" base_version = version.takeWhile { it != '-' } stack { 'jdk' { version = "1." + ( System.getenv('BIGTOP_JDK') ?: "8" ); version_base = version } diff --git a/build.gradle b/build.gradle index 31f45173a..e4f8564bf 100644 --- a/build.gradle +++ b/build.gradle @@ -148,7 +148,7 @@ allprojects { apply plugin: 'maven' group = 'org.apache.bigtop' - version = '3.3.0-SNAPSHOT' + version = '3.3.0' description = """Bigtop""" diff --git a/pom.xml b/pom.xml index 8c94447be..fb6920864 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.bigtop</groupId> <artifactId>bigtop</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <packaging>pom</packaging> <name>Bigtop</name>
