This is an automated email from the ASF dual-hosted git repository. aw pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/yetus.git
commit df87a4c51aca5de3ae792f04438f1a26397d5703 Author: Allen Wittenauer <a...@apache.org> AuthorDate: Mon May 16 10:57:01 2022 -0500 YETUS-1171. Bump main version to 0.15.0-SNAPSHOT - Add release 0.14.0 - remove 0.11.x --- .mvn/maven.config | 2 +- asf-site-src/data/htaccess.yml | 4 ++-- asf-site-src/data/versions.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.mvn/maven.config b/.mvn/maven.config index 436f695b..1d23d540 100644 --- a/.mvn/maven.config +++ b/.mvn/maven.config @@ -1 +1 @@ --Drevision=0.14.0 +-Drevision=0.15.0-SNAPSHOT diff --git a/asf-site-src/data/htaccess.yml b/asf-site-src/data/htaccess.yml index 98791b96..727cb75e 100644 --- a/asf-site-src/data/htaccess.yml +++ b/asf-site-src/data/htaccess.yml @@ -15,6 +15,6 @@ --- redirect: /latest.tgz: > - https://www.apache.org/dyn/closer.cgi?action=download&filename=yetus/0.13.0/apache-yetus-0.13.0-bin.tar.gz + https://www.apache.org/dyn/closer.cgi?action=download&filename=yetus/0.14.0/apache-yetus-0.14.0-bin.tar.gz /latest.tgz.asc: > - https://downloads.apache.org/yetus/0.13.0/apache-yetus-0.13.0-bin.tar.gz.asc + https://downloads.apache.org/yetus/0.14.0/apache-yetus-0.14.0-bin.tar.gz.asc diff --git a/asf-site-src/data/versions.yml b/asf-site-src/data/versions.yml index 6fa16b13..db949dbd 100644 --- a/asf-site-src/data/versions.yml +++ b/asf-site-src/data/versions.yml @@ -16,6 +16,6 @@ # under the License. --- releases: - - '0.11.1' - '0.12.0' - '0.13.0' + - '0.14.0'