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/10/24 19:33:16 UTC

[yetus] branch main updated: YETUS-1209. Add release 0.14.1

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


The following commit(s) were added to refs/heads/main by this push:
     new 6e3ec77a YETUS-1209. Add release 0.14.1
6e3ec77a is described below

commit 6e3ec77a138f477d187b32798cf04afd56524833
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Mon Oct 24 12:29:29 2022 -0700

    YETUS-1209. Add release 0.14.1
    
    - Remove 0.14.0 from docs/downloads
    - Add 0.14.1 to docs/downloads
    - Put 0.15.0-SNAPSHOT in .mvn/maven.config
---
 .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 5506deac..1d23d540 100644
--- a/.mvn/maven.config
+++ b/.mvn/maven.config
@@ -1 +1 @@
--Drevision=0.14.1
+-Drevision=0.15.0-SNAPSHOT
diff --git a/asf-site-src/data/htaccess.yml b/asf-site-src/data/htaccess.yml
index 727cb75e..059576a7 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.14.0/apache-yetus-0.14.0-bin.tar.gz
+    https://www.apache.org/dyn/closer.cgi?action=download&filename=yetus/0.14.1/apache-yetus-0.14.1-bin.tar.gz
   /latest.tgz.asc: >
-    https://downloads.apache.org/yetus/0.14.0/apache-yetus-0.14.0-bin.tar.gz.asc
+    https://downloads.apache.org/yetus/0.14.1/apache-yetus-0.14.1-bin.tar.gz.asc
diff --git a/asf-site-src/data/versions.yml b/asf-site-src/data/versions.yml
index db949dbd..3e822103 100644
--- a/asf-site-src/data/versions.yml
+++ b/asf-site-src/data/versions.yml
@@ -18,4 +18,4 @@
 releases:
   - '0.12.0'
   - '0.13.0'
-  - '0.14.0'
+  - '0.14.1'