This is an automated email from the ASF dual-hosted git repository. iwasakims pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/bigtop.git
commit 5ad2a4e4db1181996dc66e2697b565bc4737aaee Author: Masatake Iwasaki <[email protected]> AuthorDate: Fri Feb 21 11:42:28 2025 +0900 Changing version to 3.4.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/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/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 +- provisioner/docker/config.yaml | 2 +- provisioner/docker/config_debian-12.yaml | 4 ++-- provisioner/docker/config_openeuler-22.03.yaml | 4 ++-- provisioner/docker/config_rockylinux-9.yaml | 4 ++-- provisioner/docker/config_ubuntu-24.04.yaml | 4 ++-- 36 files changed, 67 insertions(+), 67 deletions(-) diff --git a/bigtop-bigpetstore/bigpetstore-mapreduce/pom.xml b/bigtop-bigpetstore/bigpetstore-mapreduce/pom.xml index c1576fcc5..8d4667f11 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.4.0-SNAPSHOT</version> + <version>3.4.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 69c744bd4..bd38dd45a 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.4.0-SNAPSHOT</version> + <version>3.4.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.4.0-SNAPSHOT</version> + <version>3.4.0</version> <dependencies> diff --git a/bigtop-tests/test-artifacts/fatjar/pom.xml b/bigtop-tests/test-artifacts/fatjar/pom.xml index 715e2cc0e..037f93e76 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>fat-smoke</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.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 2695b5953..ed3c1d725 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hadoop-smoke</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.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 ab79c0b12..36b40067d 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hbase-smoke</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.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 6437c7c40..9a1f972c4 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hcatalog-smoke</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.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 0c81477ba..9473a3cb4 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>httpfs-smoke</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.0</version> <name>httpfssmokes</name> <build> diff --git a/bigtop-tests/test-artifacts/longevity/pom.xml b/bigtop-tests/test-artifacts/longevity/pom.xml index a21c23b85..d99a156a4 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>io-longevity</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.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 5648fc5ce..f285e1084 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>package-smoke</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.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 e814a923b..390bcc641 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>phoenix-smoke</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.0</version> <name>phoenixsmoke</name> diff --git a/bigtop-tests/test-artifacts/pom.xml b/bigtop-tests/test-artifacts/pom.xml index ec5ee1c1a..deff66e09 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-smokes</artifactId> <packaging>pom</packaging> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.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 e755aeb03..967c7f516 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>solr-smoke</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.0</version> <name>solrsmoke</name> diff --git a/bigtop-tests/test-artifacts/spark/pom.xml b/bigtop-tests/test-artifacts/spark/pom.xml index bc7e04b30..e8f2a34ea 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>spark-smoke</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.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 13f4c31bf..98cbf1f9e 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> <relativePath>../../../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>stacks-common</artifactId> <packaging>pom</packaging> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.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 ca47cc691..f8dfd7f66 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.4.0-SNAPSHOT</version> + <version>3.4.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.4.0-SNAPSHOT</version> + <version>3.4.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 42816ca02..9dd451ce4 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.4.0-SNAPSHOT</version> + <version>3.4.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.4.0-SNAPSHOT</version> + <version>3.4.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 628ebbc9e..594bd78a7 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.bigtop.itest</groupId> <artifactId>io</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.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 6f99bc658..970d8451c 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.4.0-SNAPSHOT</version> + <version>3.4.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.4.0-SNAPSHOT</version> + <version>3.4.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 f0aca12b2..910011133 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> <relativePath>../smokes/pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>package-smoke-execution</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.0</version> <name>packagesmokes</name> <properties> diff --git a/bigtop-tests/test-execution/pom.xml b/bigtop-tests/test-execution/pom.xml index a4dc09359..980ee6cfe 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>bigtop-test-execution</artifactId> <packaging>pom</packaging> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.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 6953dee4b..ed2cec261 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hadoop-smoke-execution</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.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 67d5525ee..5b3789612 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.4.0-SNAPSHOT</version> + <version>3.4.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.4.0-SNAPSHOT</version> + <version>3.4.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 87c86deb3..de6a979a5 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.4.0-SNAPSHOT</version> + <version>3.4.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.4.0-SNAPSHOT</version> + <version>3.4.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 8b3854908..e56c919e6 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.4.0-SNAPSHOT</version> + <version>3.4.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.4.0-SNAPSHOT</version> + <version>3.4.0</version> <name>Httpfs 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 eed94b6f6..582f46b90 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.4.0-SNAPSHOT</version> + <version>3.4.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.4.0-SNAPSHOT</version> + <version>3.4.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 eaa5215d7..7bcc8e164 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.4.0-SNAPSHOT</version> + <version>3.4.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.4.0-SNAPSHOT</version> + <version>3.4.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 0c308bf52..c527d0b67 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.4.0-SNAPSHOT</version> + <version>3.4.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.4.0-SNAPSHOT</version> + <version>3.4.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 1b0560470..6cba3fa7c 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.bigtop.itest</groupId> <artifactId>spark-smoke-execution</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.0</version> <name>Spark smoke test execution</name> <properties> diff --git a/bigtop.bom b/bigtop.bom index 14aeec613..11f0fb6c8 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -97,7 +97,7 @@ bigtop { /** Base Configuration of the mirror and archives */ - version = "3.4.0-SNAPSHOT" + version = "3.4.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 3ffdcb397..93549418c 100644 --- a/build.gradle +++ b/build.gradle @@ -147,7 +147,7 @@ allprojects { apply plugin: 'maven' group = 'org.apache.bigtop' - version = '3.4.0-SNAPSHOT' + version = '3.4.0' description = """Bigtop""" diff --git a/pom.xml b/pom.xml index 43ab4a27a..777fb5b22 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.bigtop</groupId> <artifactId>bigtop</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.0</version> <packaging>pom</packaging> <name>Bigtop</name> diff --git a/provisioner/docker/config.yaml b/provisioner/docker/config.yaml index 435820d6b..9ff7bfa73 120000 --- a/provisioner/docker/config.yaml +++ b/provisioner/docker/config.yaml @@ -1 +1 @@ -config_ubuntu-22.04.yaml \ No newline at end of file +config_ubuntu-24.04.yaml \ No newline at end of file diff --git a/provisioner/docker/config_debian-12.yaml b/provisioner/docker/config_debian-12.yaml index 5388dc4b5..065309102 100644 --- a/provisioner/docker/config_debian-12.yaml +++ b/provisioner/docker/config_debian-12.yaml @@ -15,9 +15,9 @@ docker: memory_limit: "4g" - image: "bigtop/puppet:trunk-debian-12" + image: "bigtop/puppet:3.4.0-debian-12" -repo: "http://repos.bigtop.apache.org/releases/3.3.0/debian/12/$(ARCH)" +repo: "http://repos.bigtop.apache.org/releases/3.4.0/debian/12/$(ARCH)" distro: debian components: [hdfs, yarn, mapreduce] enable_local_repo: false diff --git a/provisioner/docker/config_openeuler-22.03.yaml b/provisioner/docker/config_openeuler-22.03.yaml index 5d27bf7b1..a9917e0e3 100644 --- a/provisioner/docker/config_openeuler-22.03.yaml +++ b/provisioner/docker/config_openeuler-22.03.yaml @@ -15,9 +15,9 @@ docker: memory_limit: "4g" - image: "bigtop/puppet:trunk-openeuler-22.03" + image: "bigtop/puppet:3.4.0-openeuler-22.03" -repo: "http://repos.bigtop.apache.org/releases/3.3.0/openEuler/22.03/$basearch" +repo: "http://repos.bigtop.apache.org/releases/3.4.0/openEuler/22.03/$basearch" distro: centos components: [hdfs ,yarn ,mapreduce] enable_local_repo: false diff --git a/provisioner/docker/config_rockylinux-9.yaml b/provisioner/docker/config_rockylinux-9.yaml index ebc98d241..f1b392e26 100644 --- a/provisioner/docker/config_rockylinux-9.yaml +++ b/provisioner/docker/config_rockylinux-9.yaml @@ -15,9 +15,9 @@ docker: memory_limit: "4g" - image: "bigtop/puppet:trunk-rockylinux-9" + image: "bigtop/puppet:3.4.0-rockylinux-9" -repo: "http://repos.bigtop.apache.org/releases/3.3.0/rockylinux/9/$basearch" +repo: "http://repos.bigtop.apache.org/releases/3.4.0/rockylinux/9/$basearch" distro: centos components: [hdfs, yarn, mapreduce] enable_local_repo: false diff --git a/provisioner/docker/config_ubuntu-24.04.yaml b/provisioner/docker/config_ubuntu-24.04.yaml index 8bec05ee2..378e404d0 100644 --- a/provisioner/docker/config_ubuntu-24.04.yaml +++ b/provisioner/docker/config_ubuntu-24.04.yaml @@ -15,9 +15,9 @@ docker: memory_limit: "4g" - image: "bigtop/puppet:trunk-ubuntu-24.04" + image: "bigtop/puppet:3.4.0-ubuntu-24.04" -repo: "http://repos.bigtop.apache.org/releases/3.3.0/ubuntu/24.04/$(ARCH)" +repo: "http://repos.bigtop.apache.org/releases/3.4.0/ubuntu/24.04/$(ARCH)" distro: debian components: [hdfs, yarn, mapreduce] enable_local_repo: false
