This is an automated email from the ASF dual-hosted git repository.
sekikn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new e9c79df4 BIGTOP-3953. Update base version to 3.3.0 in bigtop.bom file
(#1124)
e9c79df4 is described below
commit e9c79df4c83713cb28b6889106e82ae8836418b3
Author: yaolei <[email protected]>
AuthorDate: Wed Jun 28 17:32:11 2023 +0800
BIGTOP-3953. Update base version to 3.3.0 in bigtop.bom file (#1124)
---
bigtop.bom | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bigtop.bom b/bigtop.bom
index d4d2432a..473020ab 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -93,7 +93,7 @@
bigtop {
/** Base Configuration of the mirror and archives */
- base_version = "3.2.0"
+ base_version = "3.3.0"
version = base_version + "-SNAPSHOT"
stack {
'jdk' { version = "1." + ( System.getenv('BIGTOP_JDK') ?: "8" );
version_base = version }