YETUS-1034. Add release 0.13.0 (#211)

- list in releases
- remove 0.10.0, add 0.13.0 to pom.xml
- fix the release/update-doc-versions script
diff --git a/asf-site-src/data/htaccess.yml b/asf-site-src/data/htaccess.yml
index 8f6bd03..98791b9 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.12.0/apache-yetus-0.12.0-bin.tar.gz
+    https://www.apache.org/dyn/closer.cgi?action=download&filename=yetus/0.13.0/apache-yetus-0.13.0-bin.tar.gz
   /latest.tgz.asc: >
-    https://downloads.apache.org/yetus/0.12.0/apache-yetus-0.12.0-bin.tar.gz.asc
+    https://downloads.apache.org/yetus/0.13.0/apache-yetus-0.13.0-bin.tar.gz.asc
diff --git a/asf-site-src/data/versions.yml b/asf-site-src/data/versions.yml
index 8ab9d7b..6fa16b1 100644
--- a/asf-site-src/data/versions.yml
+++ b/asf-site-src/data/versions.yml
@@ -16,6 +16,6 @@
 # under the License.
 ---
 releases:
-  - '0.10.0'
   - '0.11.1'
   - '0.12.0'
+  - '0.13.0'
diff --git a/asf-site-src/pom.xml b/asf-site-src/pom.xml
index fde147f..ad66a00 100644
--- a/asf-site-src/pom.xml
+++ b/asf-site-src/pom.xml
@@ -47,28 +47,6 @@
         <executions>
           <!-- AUTOMATED_EDIT_BEGIN -->
           <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>
             <id>0.11.1</id>
             <phase>pre-site</phase>
             <goals>
@@ -112,6 +90,28 @@
               <newLink>${basedir}/source/documentation/0.12.0.html.md</newLink>
             </configuration>
           </execution>
+          <execution>
+            <id>0.13.0</id>
+            <phase>pre-site</phase>
+            <goals>
+              <goal>symlink</goal>
+            </goals>
+            <configuration>
+              <target>../../target/0.13.0</target>
+              <newLink>${basedir}/source/documentation/0.13.0</newLink>
+            </configuration>
+          </execution>
+          <execution>
+            <id>0.13.0.html.md</id>
+            <phase>pre-site</phase>
+            <goals>
+              <goal>symlink</goal>
+            </goals>
+            <configuration>
+              <target>../../target/0.13.0.html.md</target>
+              <newLink>${basedir}/source/documentation/0.13.0.html.md</newLink>
+            </configuration>
+          </execution>
           <!-- AUTOMATED_EDIT_END -->
           <execution>
             <!-- we create a symlink of current version->in-progress.  This will cause
diff --git a/release/update-doc-versions.sh b/release/update-doc-versions.sh
index 4a906a1..ef33fa1 100755
--- a/release/update-doc-versions.sh
+++ b/release/update-doc-versions.sh
@@ -51,7 +51,7 @@
         usage
         exit
       ;;
-      --VERSION=*)
+      --version=*)
         VERSION=${i#*=}
       ;;
     esac