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

busbey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/master by this push:
     new bb1900a  YETUS-920. add release 0.11.1 (#77)
bb1900a is described below

commit bb1900a292e764b1a96133517b825dc49ad330cb
Author: Sean Busbey <bus...@apache.org>
AuthorDate: Tue Nov 5 14:17:37 2019 -0600

    YETUS-920. add release 0.11.1 (#77)
    
    - list in releases
    - replace 0.11.0 in pom.
    
    Signed-off-by: Suraj Acharya <su...@apache.org>
---
 Formula/yetus.rb               |  4 ++--
 asf-site-src/data/htaccess.yml |  4 ++--
 asf-site-src/data/versions.yml |  2 +-
 asf-site-src/pom.xml           | 12 ++++++------
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/Formula/yetus.rb b/Formula/yetus.rb
index 41fd167..44e752e 100644
--- a/Formula/yetus.rb
+++ b/Formula/yetus.rb
@@ -18,8 +18,8 @@
 class Yetus < Formula
   desc "Enable contribution and release processes for software projects"
   homepage "https://yetus.apache.org/";
-  url 
"https://www.apache.org/dyn/closer.lua?path=/yetus/0.11.0/apache-yetus-0.11.0-bin.tar.gz";
-  sha256 "2ee854a63f48ff91b245bb885da355f481477e20a56782892949305243aee562"
+  url 
"https://www.apache.org/dyn/closer.lua?path=/yetus/0.11.1/apache-yetus-0.11.1-bin.tar.gz";
+  sha256 "0b755cdcd752953754c0b78b8d85d7b114aa40231ce68c83637fee3f13ceeb77"
 
   option "with-all", "Build with all dependencies. Note that some dependencies 
such as "\
     "Perl::Critic, Pylint, RuboCop and ruby-lint still need to be installed 
manually."
diff --git a/asf-site-src/data/htaccess.yml b/asf-site-src/data/htaccess.yml
index 041ae10..b03d6d2 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.11.0/apache-yetus-0.11.0-bin.tar.gz
+    
https://www.apache.org/dyn/closer.cgi?action=download&filename=yetus/0.11.1/apache-yetus-0.11.1-bin.tar.gz
   /latest.tgz.asc: >
-    https://www.apache.org/dist/yetus/0.11.0/apache-yetus-0.11.0-bin.tar.gz.asc
+    https://www.apache.org/dist/yetus/0.11.1/apache-yetus-0.11.1-bin.tar.gz.asc
diff --git a/asf-site-src/data/versions.yml b/asf-site-src/data/versions.yml
index 619bf7b..8a3a03f 100644
--- a/asf-site-src/data/versions.yml
+++ b/asf-site-src/data/versions.yml
@@ -18,4 +18,4 @@
 releases:
   - '0.9.0'
   - '0.10.0'
-  - '0.11.0'
+  - '0.11.1'
diff --git a/asf-site-src/pom.xml b/asf-site-src/pom.xml
index ddab54e..cef4ade 100644
--- a/asf-site-src/pom.xml
+++ b/asf-site-src/pom.xml
@@ -90,25 +90,25 @@
             </configuration>
           </execution>
           <execution>
-            <id>0.11.0</id>
+            <id>0.11.1</id>
             <phase>pre-site</phase>
             <goals>
               <goal>symlink</goal>
             </goals>
             <configuration>
-              <target>../../target/0.11.0</target>
-              <newLink>${basedir}/source/documentation/0.11.0</newLink>
+              <target>../../target/0.11.1</target>
+              <newLink>${basedir}/source/documentation/0.11.1</newLink>
             </configuration>
           </execution>
           <execution>
-            <id>0.11.0.html.md</id>
+            <id>0.11.1.html.md</id>
             <phase>pre-site</phase>
             <goals>
               <goal>symlink</goal>
             </goals>
             <configuration>
-              <target>../../target/0.11.0.html.md</target>
-              <newLink>${basedir}/source/documentation/0.11.0.html.md</newLink>
+              <target>../../target/0.11.1.html.md</target>
+              <newLink>${basedir}/source/documentation/0.11.1.html.md</newLink>
             </configuration>
           </execution>
           <execution>

Reply via email to