You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aw...@apache.org on 2019/01/18 15:00:19 UTC

[yetus] branch master updated: YETUS-767. add 0.9.0 official; remove 0.6.0

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

aw 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 cd048b7  YETUS-767. add 0.9.0 official; remove 0.6.0
cd048b7 is described below

commit cd048b7049839cd894a0061c35d5a1c888b1bd4a
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Thu Jan 17 10:32:25 2019 -0500

    YETUS-767. add 0.9.0 official; remove 0.6.0
    
    Signed-off-by: Sean Busbey <bu...@apache.org>
---
 Formula/yetus.rb               |  4 ++--
 asf-site-src/data/versions.yml |  2 +-
 asf-site-src/pom.xml           | 36 ++++++++++++++++++------------------
 3 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/Formula/yetus.rb b/Formula/yetus.rb
index 581adab..d07736f 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.8.0/yetus-0.8.0-bin.tar.gz"
-  sha256 "dea3bcec00c54ff27bcdc3f829749c3ea13bacdcd048792f6aae486ecf2e022e"
+  url "https://www.apache.org/dyn/closer.lua?path=/yetus/0.9.0/apache-yetus-0.9.0-bin.tar.gz"
+  sha256 "a6192d9399f85958d680695bd38feef935d84f0bcf3b06aa47bfb55f48e955e8"
 
   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/versions.yml b/asf-site-src/data/versions.yml
index 068d1da..91615c2 100644
--- a/asf-site-src/data/versions.yml
+++ b/asf-site-src/data/versions.yml
@@ -16,6 +16,6 @@
 # under the License.
 ---
 releases:
-  - '0.6.0'
   - '0.7.0'
   - '0.8.0'
+  - '0.9.0'
diff --git a/asf-site-src/pom.xml b/asf-site-src/pom.xml
index 4786931..0735e32 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.6.0</id>
+            <id>0.7.0</id>
             <phase>pre-site</phase>
             <goals>
               <goal>symlink</goal>
             </goals>
             <configuration>
-              <target>../../target/0.6.0</target>
-              <newLink>${basedir}/source/documentation/0.6.0</newLink>
+              <target>../../target/0.7.0</target>
+              <newLink>${basedir}/source/documentation/0.7.0</newLink>
             </configuration>
           </execution>
           <execution>
-            <id>0.6.0.html.md</id>
+            <id>0.7.0.html.md</id>
             <phase>pre-site</phase>
             <goals>
               <goal>symlink</goal>
             </goals>
             <configuration>
-              <target>../../target/0.6.0.html.md</target>
-              <newLink>${basedir}/source/documentation/0.6.0.html.md</newLink>
+              <target>../../target/0.7.0.html.md</target>
+              <newLink>${basedir}/source/documentation/0.7.0.html.md</newLink>
             </configuration>
           </execution>
           <execution>
-            <id>0.7.0</id>
+            <id>0.8.0</id>
             <phase>pre-site</phase>
             <goals>
               <goal>symlink</goal>
             </goals>
             <configuration>
-              <target>../../target/0.7.0</target>
-              <newLink>${basedir}/source/documentation/0.7.0</newLink>
+              <target>../../target/0.8.0</target>
+              <newLink>${basedir}/source/documentation/0.8.0</newLink>
             </configuration>
           </execution>
           <execution>
-            <id>0.7.0.html.md</id>
+            <id>0.8.0.html.md</id>
             <phase>pre-site</phase>
             <goals>
               <goal>symlink</goal>
             </goals>
             <configuration>
-              <target>../../target/0.7.0.html.md</target>
-              <newLink>${basedir}/source/documentation/0.7.0.html.md</newLink>
+              <target>../../target/0.8.0.html.md</target>
+              <newLink>${basedir}/source/documentation/0.8.0.html.md</newLink>
             </configuration>
           </execution>
           <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>