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 2171760  YETUS-859. add release 0.10.0
2171760 is described below

commit 2171760f4816a4cd8a8707d750f01198882ead3a
Author: Allen Wittenauer <a...@apache.org>
AuthorDate: Wed Apr 24 17:24:13 2019 -0700

    YETUS-859. add release 0.10.0
    
    Signed-off-by: Allen Wittenauer <a...@apache.org>
---
 Formula/yetus.rb               |  4 ++--
 asf-site-src/data/versions.yml |  1 +
 asf-site-src/pom.xml           | 22 ++++++++++++++++++++++
 3 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/Formula/yetus.rb b/Formula/yetus.rb
index d07736f..e929334 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.9.0/apache-yetus-0.9.0-bin.tar.gz";
-  sha256 "a6192d9399f85958d680695bd38feef935d84f0bcf3b06aa47bfb55f48e955e8"
+  url 
"https://www.apache.org/dyn/closer.lua?path=/yetus/0.10.0/apache-yetus-0.10.0-bin.tar.gz";
+  sha256 "4795fc4b9b340c1a7c3ef29791c77d2a0e7edd8a8f33ba11fca0e21372b6894f"
 
   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 a0fe45e..0bbfa86 100644
--- a/asf-site-src/data/versions.yml
+++ b/asf-site-src/data/versions.yml
@@ -18,3 +18,4 @@
 releases:
   - '0.8.0'
   - '0.9.0'
+  - '0.10.0'
diff --git a/asf-site-src/pom.xml b/asf-site-src/pom.xml
index 27050c6..51fb6a7 100644
--- a/asf-site-src/pom.xml
+++ b/asf-site-src/pom.xml
@@ -90,6 +90,28 @@
             </configuration>
           </execution>
           <execution>
+            <id>0.10.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>
+            </configuration>
+          </execution>
+          <execution>
+            <id>0.10.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>
+            </configuration>
+          </execution>
+          <execution>
             <!-- we create a symlink of current version->in-progress.  This 
will cause
                  middle man to generate two copies of the output. -->
             <id>in-progress</id>

Reply via email to