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:45:15 UTC

[yetus] branch main updated (d036f2ae -> df87a4c5)

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

aw pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git


    from d036f2ae YETUS-777. --version is broken in python programs (#277)
     add 17798f8d YETUS-1171. Stage version 0.14.0
     new df87a4c5 YETUS-1171. Bump main version to 0.15.0-SNAPSHOT

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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(-)


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

Posted by aw...@apache.org.
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 <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'