This is an automated email from the ASF dual-hosted git repository.
djwang pushed a commit to branch REL_2_STABLE
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
The following commit(s) were added to refs/heads/REL_2_STABLE by this push:
new bdf90c5518f Release: update version to 2.1.0-incubating
bdf90c5518f is described below
commit bdf90c5518f916f5dfea335c1cd83724e0ebe9e2
Author: Dianjin Wang <[email protected]>
AuthorDate: Thu Feb 5 10:32:31 2026 +0800
Release: update version to 2.1.0-incubating
Update the release version from 2.0.0-incubating to 2.1.0-incubating in
the following files:
* configure.ac
* configure (regenerated by autoconf 2.69)
* pom.xml
---
configure | 18 +++++++++---------
configure.ac | 2 +-
pom.xml | 2 +-
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/configure b/configure
index ab82db7d011..567eaba5ec8 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Apache Cloudberry 2.0.0-incubating.
+# Generated by GNU Autoconf 2.69 for Apache Cloudberry 2.1.0-incubating.
#
# Report bugs to <[email protected]>.
#
@@ -582,8 +582,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Apache Cloudberry'
PACKAGE_TARNAME='apache-cloudberry'
-PACKAGE_VERSION='2.0.0-incubating'
-PACKAGE_STRING='Apache Cloudberry 2.0.0-incubating'
+PACKAGE_VERSION='2.1.0-incubating'
+PACKAGE_STRING='Apache Cloudberry 2.1.0-incubating'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL='https://cloudberry.apache.org/'
@@ -1537,7 +1537,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures Apache Cloudberry 2.0.0-incubating to adapt to many
kinds of systems.
+\`configure' configures Apache Cloudberry 2.1.0-incubating to adapt to many
kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1604,7 +1604,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Apache Cloudberry
2.0.0-incubating:";;
+ short | recursive ) echo "Configuration of Apache Cloudberry
2.1.0-incubating:";;
esac
cat <<\_ACEOF
@@ -1816,7 +1816,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-Apache Cloudberry configure 2.0.0-incubating
+Apache Cloudberry configure 2.1.0-incubating
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2569,7 +2569,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by Apache Cloudberry $as_me 2.0.0-incubating, which was
+It was created by Apache Cloudberry $as_me 2.1.0-incubating, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -23889,7 +23889,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by Apache Cloudberry $as_me 2.0.0-incubating, which was
+This file was extended by Apache Cloudberry $as_me 2.1.0-incubating, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -23960,7 +23960,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //;
s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-Apache Cloudberry config.status 2.0.0-incubating
+Apache Cloudberry config.status 2.1.0-incubating
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index cc75aee241f..271a4d57a05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
dnl The PACKAGE_VERSION from upstream PostgreSQL is maintained in the
dnl PG_PACKAGE_VERSION variable, when merging make sure to update this
dnl variable with the merge conflict from the AC_INIT() statement.
-AC_INIT([Apache Cloudberry], [2.0.0-incubating], [[email protected]],
[], [https://cloudberry.apache.org/])
+AC_INIT([Apache Cloudberry], [2.1.0-incubating], [[email protected]],
[], [https://cloudberry.apache.org/])
[PG_PACKAGE_VERSION=14.4]
AC_SUBST(PG_PACKAGE_VERSION)
diff --git a/pom.xml b/pom.xml
index e171db66d74..6ccd8f988f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@ code or new licensing patterns.
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cloudberry</groupId>
<artifactId>apache-cloudberry-incubating</artifactId>
- <version>2.0.0-incubating</version>
+ <version>2.1.0-incubating</version>
<packaging>pom</packaging>
<build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]