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 0e967c6  YETUS-899. Add release for Apache Yetus 0.11.0
0e967c6 is described below

commit 0e967c621535a31027aca69efba56e64a5966d0b
Author: Sean Busbey <bus...@apache.org>
AuthorDate: Thu Aug 29 13:09:12 2019 -0500

    YETUS-899. Add release for Apache Yetus 0.11.0
    
    - list 0.11.0 in releases
    - add 0.11.0 in pom
    - update 'latest' pointer
    - remove 0.8.0
    
    Signed-off-by: Allen Wittenauer <a...@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           | 36 ++++++++++++++++++------------------
 4 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/Formula/yetus.rb b/Formula/yetus.rb
index e929334..41fd167 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.10.0/apache-yetus-0.10.0-bin.tar.gz";
-  sha256 "4795fc4b9b340c1a7c3ef29791c77d2a0e7edd8a8f33ba11fca0e21372b6894f"
+  url 
"https://www.apache.org/dyn/closer.lua?path=/yetus/0.11.0/apache-yetus-0.11.0-bin.tar.gz";
+  sha256 "2ee854a63f48ff91b245bb885da355f481477e20a56782892949305243aee562"
 
   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 990c7a2..041ae10 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.10.0/apache-yetus-0.10.0-bin.tar.gz
+    
https://www.apache.org/dyn/closer.cgi?action=download&filename=yetus/0.11.0/apache-yetus-0.11.0-bin.tar.gz
   /latest.tgz.asc: >
-    https://www.apache.org/dist/yetus/0.10.0/apache-yetus-0.10.0-bin.tar.gz.asc
+    https://www.apache.org/dist/yetus/0.11.0/apache-yetus-0.11.0-bin.tar.gz.asc
diff --git a/asf-site-src/data/versions.yml b/asf-site-src/data/versions.yml
index 0bbfa86..619bf7b 100644
--- a/asf-site-src/data/versions.yml
+++ b/asf-site-src/data/versions.yml
@@ -16,6 +16,6 @@
 # under the License.
 ---
 releases:
-  - '0.8.0'
   - '0.9.0'
   - '0.10.0'
+  - '0.11.0'
diff --git a/asf-site-src/pom.xml b/asf-site-src/pom.xml
index d88e594..ddab54e 100644
--- a/asf-site-src/pom.xml
+++ b/asf-site-src/pom.xml
@@ -46,69 +46,69 @@
         <version>${project.version}</version>
         <executions>
           <execution>
-            <id>0.8.0</id>
+            <id>0.9.0</id>
             <phase>pre-site</phase>
             <goals>
               <goal>symlink</goal>
             </goals>
             <configuration>
-              <target>../../target/0.8.0</target>
-              <newLink>${basedir}/source/documentation/0.8.0</newLink>
+              <target>../../target/0.9.0</target>
+              <newLink>${basedir}/source/documentation/0.9.0</newLink>
             </configuration>
           </execution>
           <execution>
-            <id>0.8.0.html.md</id>
+            <id>0.9.0.html.md</id>
             <phase>pre-site</phase>
             <goals>
               <goal>symlink</goal>
             </goals>
             <configuration>
-              <target>../../target/0.8.0.html.md</target>
-              <newLink>${basedir}/source/documentation/0.8.0.html.md</newLink>
+              <target>../../target/0.9.0.html.md</target>
+              <newLink>${basedir}/source/documentation/0.9.0.html.md</newLink>
             </configuration>
           </execution>
           <execution>
-            <id>0.9.0</id>
+            <id>0.10.0</id>
             <phase>pre-site</phase>
             <goals>
               <goal>symlink</goal>
             </goals>
             <configuration>
-              <target>../../target/0.9.0</target>
-              <newLink>${basedir}/source/documentation/0.9.0</newLink>
+              <target>../../target/0.10.0</target>
+              <newLink>${basedir}/source/documentation/0.10.0</newLink>
             </configuration>
           </execution>
           <execution>
-            <id>0.9.0.html.md</id>
+            <id>0.10.0.html.md</id>
             <phase>pre-site</phase>
             <goals>
               <goal>symlink</goal>
             </goals>
             <configuration>
-              <target>../../target/0.9.0.html.md</target>
-              <newLink>${basedir}/source/documentation/0.9.0.html.md</newLink>
+              <target>../../target/0.10.0.html.md</target>
+              <newLink>${basedir}/source/documentation/0.10.0.html.md</newLink>
             </configuration>
           </execution>
           <execution>
-            <id>0.10.0</id>
+            <id>0.11.0</id>
             <phase>pre-site</phase>
             <goals>
               <goal>symlink</goal>
             </goals>
             <configuration>
-              <target>../../target/0.10.0</target>
-              <newLink>${basedir}/source/documentation/0.10.0</newLink>
+              <target>../../target/0.11.0</target>
+              <newLink>${basedir}/source/documentation/0.11.0</newLink>
             </configuration>
           </execution>
           <execution>
-            <id>0.10.0.html.md</id>
+            <id>0.11.0.html.md</id>
             <phase>pre-site</phase>
             <goals>
               <goal>symlink</goal>
             </goals>
             <configuration>
-              <target>../../target/0.10.0.html.md</target>
-              <newLink>${basedir}/source/documentation/0.10.0.html.md</newLink>
+              <target>../../target/0.11.0.html.md</target>
+              <newLink>${basedir}/source/documentation/0.11.0.html.md</newLink>
             </configuration>
           </execution>
           <execution>

Reply via email to