Skip to content

Commit ce1fc94

Browse files
committed
Prepare 2.0.0-incubating-rc1 release candidate on REL_2_STABLE
- Update version in configure.ac to 2.0.0-incubating-rc1 - Regenerate configure script with updated version metadata - Set Maven pom.xml project version to 2.0.0-incubating-rc1
1 parent 92deedc commit ce1fc94

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for Apache Cloudberry 2.0.0-devel.
3+
# Generated by GNU Autoconf 2.69 for Apache Cloudberry 2.0.0-incubating-rc1.
44
#
55
# Report bugs to <dev@cloudberry.apache.org>.
66
#
@@ -582,8 +582,8 @@ MAKEFLAGS=
582582
# Identity of this package.
583583
PACKAGE_NAME='Apache Cloudberry'
584584
PACKAGE_TARNAME='apache-cloudberry'
585-
PACKAGE_VERSION='2.0.0-devel'
586-
PACKAGE_STRING='Apache Cloudberry 2.0.0-devel'
585+
PACKAGE_VERSION='2.0.0-incubating-rc1'
586+
PACKAGE_STRING='Apache Cloudberry 2.0.0-incubating-rc1'
587587
PACKAGE_BUGREPORT='dev@cloudberry.apache.org'
588588
PACKAGE_URL='https://cloudberry.apache.org/'
589589

@@ -1513,7 +1513,7 @@ if test "$ac_init_help" = "long"; then
15131513
# Omit some internal or obsolete options to make the list less imposing.
15141514
# This message is too long to be a string in the A/UX 3.1 sh.
15151515
cat <<_ACEOF
1516-
\`configure' configures Apache Cloudberry 2.0.0-devel to adapt to many kinds of systems.
1516+
\`configure' configures Apache Cloudberry 2.0.0-incubating-rc1 to adapt to many kinds of systems.
15171517

15181518
Usage: $0 [OPTION]... [VAR=VALUE]...
15191519

@@ -1579,7 +1579,7 @@ fi
15791579

15801580
if test -n "$ac_init_help"; then
15811581
case $ac_init_help in
1582-
short | recursive ) echo "Configuration of Apache Cloudberry 2.0.0-devel:";;
1582+
short | recursive ) echo "Configuration of Apache Cloudberry 2.0.0-incubating-rc1:";;
15831583
esac
15841584
cat <<\_ACEOF
15851585

@@ -1782,7 +1782,7 @@ fi
17821782
test -n "$ac_init_help" && exit $ac_status
17831783
if $ac_init_version; then
17841784
cat <<\_ACEOF
1785-
Apache Cloudberry configure 2.0.0-devel
1785+
Apache Cloudberry configure 2.0.0-incubating-rc1
17861786
generated by GNU Autoconf 2.69
17871787

17881788
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2535,7 +2535,7 @@ cat >config.log <<_ACEOF
25352535
This file contains any messages produced by compilers while
25362536
running configure, to aid debugging if configure makes a mistake.
25372537

2538-
It was created by Apache Cloudberry $as_me 2.0.0-devel, which was
2538+
It was created by Apache Cloudberry $as_me 2.0.0-incubating-rc1, which was
25392539
generated by GNU Autoconf 2.69. Invocation command line was
25402540

25412541
$ $0 $@
@@ -23334,7 +23334,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2333423334
# report actual input values of CONFIG_FILES etc. instead of their
2333523335
# values after options handling.
2333623336
ac_log="
23337-
This file was extended by Apache Cloudberry $as_me 2.0.0-devel, which was
23337+
This file was extended by Apache Cloudberry $as_me 2.0.0-incubating-rc1, which was
2333823338
generated by GNU Autoconf 2.69. Invocation command line was
2333923339

2334023340
CONFIG_FILES = $CONFIG_FILES
@@ -23405,7 +23405,7 @@ _ACEOF
2340523405
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2340623406
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2340723407
ac_cs_version="\\
23408-
Apache Cloudberry config.status 2.0.0-devel
23408+
Apache Cloudberry config.status 2.0.0-incubating-rc1
2340923409
configured by $0, generated by GNU Autoconf 2.69,
2341023410
with options \\"\$ac_cs_config\\"
2341123411

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
2020
dnl The PACKAGE_VERSION from upstream PostgreSQL is maintained in the
2121
dnl PG_PACKAGE_VERSION variable, when merging make sure to update this
2222
dnl variable with the merge conflict from the AC_INIT() statement.
23-
AC_INIT([Apache Cloudberry], [2.0.0-devel], [dev@cloudberry.apache.org], [], [https://cloudberry.apache.org/])
23+
AC_INIT([Apache Cloudberry], [2.0.0-incubating-rc1], [dev@cloudberry.apache.org], [], [https://cloudberry.apache.org/])
2424
[PG_PACKAGE_VERSION=14.4]
2525
AC_SUBST(PG_PACKAGE_VERSION)
2626

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ code or new licensing patterns.
3737
<modelVersion>4.0.0</modelVersion>
3838
<groupId>org.apache.cloudberry</groupId>
3939
<artifactId>apache-cloudberry-incubating</artifactId>
40-
<version>2.0.0</version>
40+
<version>2.0.0-incubating-rc1</version>
4141
<packaging>pom</packaging>
4242

4343
<build>

0 commit comments

Comments
 (0)