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/04/24 23:16:33 UTC

[yetus] branch master updated: YETUS-861. EOL 0.7.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 3e09b6e  YETUS-861. EOL 0.7.0
3e09b6e is described below

commit 3e09b6eac91bff935ceaa600d686a0843332dacb
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Sun Apr 21 08:50:42 2019 -0700

    YETUS-861. EOL 0.7.0
    
    Signed-off-by: Allen Wittenauer <aw...@apache.org>
---
 asf-site-src/data/versions.yml |  1 -
 asf-site-src/pom.xml           | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/asf-site-src/data/versions.yml b/asf-site-src/data/versions.yml
index 91615c2..a0fe45e 100644
--- a/asf-site-src/data/versions.yml
+++ b/asf-site-src/data/versions.yml
@@ -16,6 +16,5 @@
 # under the License.
 ---
 releases:
-  - '0.7.0'
   - '0.8.0'
   - '0.9.0'
diff --git a/asf-site-src/pom.xml b/asf-site-src/pom.xml
index 04b1645..27050c6 100644
--- a/asf-site-src/pom.xml
+++ b/asf-site-src/pom.xml
@@ -46,28 +46,6 @@
         <version>${project.version}</version>
         <executions>
           <execution>
-            <id>0.7.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>
-            </configuration>
-          </execution>
-          <execution>
-            <id>0.7.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>
-            </configuration>
-          </execution>
-          <execution>
             <id>0.8.0</id>
             <phase>pre-site</phase>
             <goals>