You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@yetus.apache.org by aw...@apache.org on 2022/05/16 16:42:44 UTC

[yetus] 01/01: YETUS-1171. Bump main version to 0.15.0-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch YETUS-1171-main
in repository https://gitbox.apache.org/repos/asf/yetus.git

commit 22ea74a3e9dbaa12162845e6f8060b06f7784126
Author: Allen Wittenauer <aw...@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'