[maven-release-plugin] prepare release release-0.5
diff --git a/boot-fx/pom.xml b/boot-fx/pom.xml
index e671415..9f4f4d5 100644
--- a/boot-fx/pom.xml
+++ b/boot-fx/pom.xml
@@ -4,11 +4,11 @@
   <parent>
     <groupId>org.apidesign</groupId>
     <artifactId>html</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
   </parent>
   <groupId>org.apidesign.html</groupId>
   <artifactId>boot-fx</artifactId>
-  <version>0.5-SNAPSHOT</version>
+  <version>0.5</version>
   <name>FX WebView Bootstrap</name>
   <url>http://maven.apache.org</url>
   <properties>
diff --git a/boot/pom.xml b/boot/pom.xml
index 859328b..fb2dbca 100644
--- a/boot/pom.xml
+++ b/boot/pom.xml
@@ -4,11 +4,11 @@
   <parent>
     <groupId>org.apidesign</groupId>
     <artifactId>html</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
   </parent>
   <groupId>org.apidesign.html</groupId>
   <artifactId>net.java.html.boot</artifactId>
-  <version>0.5-SNAPSHOT</version>
+  <version>0.5</version>
   <name>Browser Bootstrap</name>
   <url>http://maven.apache.org</url>
   <properties>
diff --git a/context/pom.xml b/context/pom.xml
index fbeea8d..55c1ac5 100644
--- a/context/pom.xml
+++ b/context/pom.xml
@@ -4,11 +4,11 @@
   <parent>
     <groupId>org.apidesign</groupId>
     <artifactId>html</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
   </parent>
   <groupId>org.apidesign.html</groupId>
   <artifactId>net.java.html</artifactId>
-  <version>0.5-SNAPSHOT</version>
+  <version>0.5</version>
   <name>HTML Context</name>
   <url>http://maven.apache.org</url>
   <properties>
diff --git a/geo/pom.xml b/geo/pom.xml
index b6435b1..34b0f92 100644
--- a/geo/pom.xml
+++ b/geo/pom.xml
@@ -4,11 +4,11 @@
   <parent>
     <groupId>org.apidesign</groupId>
     <artifactId>html</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
   </parent>
   <groupId>org.apidesign.html</groupId>
   <artifactId>net.java.html.geo</artifactId>
-  <version>0.5-SNAPSHOT</version>
+  <version>0.5</version>
   <name>Geolocation API</name>
   <url>http://maven.apache.org</url>
   <properties>
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>org.apidesign.html</groupId>
       <artifactId>net.java.html.boot</artifactId>
-      <version>0.5-SNAPSHOT</version>
+      <version>0.5</version>
       <type>jar</type>
     </dependency>
   </dependencies>
diff --git a/json-tck/pom.xml b/json-tck/pom.xml
index c429e46..7d3c2e5 100644
--- a/json-tck/pom.xml
+++ b/json-tck/pom.xml
@@ -4,11 +4,11 @@
   <parent>
     <groupId>org.apidesign</groupId>
     <artifactId>html</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
   </parent>
   <groupId>org.apidesign.html</groupId>
   <artifactId>net.java.html.json.tck</artifactId>
-  <version>0.5-SNAPSHOT</version>
+  <version>0.5</version>
   <name>TCK for JSON Model</name>
   <url>http://maven.apache.org</url>
   <properties>
@@ -31,7 +31,7 @@
     <dependency>
       <groupId>org.apidesign.html</groupId>
       <artifactId>net.java.html.json</artifactId>
-      <version>0.5-SNAPSHOT</version>
+      <version>0.5</version>
       <type>jar</type>
     </dependency>
     <dependency>
diff --git a/json/pom.xml b/json/pom.xml
index 4d0fef1..d06b71d 100644
--- a/json/pom.xml
+++ b/json/pom.xml
@@ -4,11 +4,11 @@
   <parent>
     <groupId>org.apidesign</groupId>
     <artifactId>html</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
   </parent>
   <groupId>org.apidesign.html</groupId>
   <artifactId>net.java.html.json</artifactId>
-  <version>0.5-SNAPSHOT</version>
+  <version>0.5</version>
   <name>JSON Model in Java</name>
   <url>http://maven.apache.org</url>
   <properties>
diff --git a/ko-archetype-test/pom.xml b/ko-archetype-test/pom.xml
index 2188605..a84cc0e 100644
--- a/ko-archetype-test/pom.xml
+++ b/ko-archetype-test/pom.xml
@@ -4,11 +4,11 @@
     <parent>
         <groupId>org.apidesign</groupId>
         <artifactId>html</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
     </parent>
     <groupId>org.apidesign.html</groupId>
     <artifactId>ko-archetype-test</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <name>Knockout 4 Java Archetype Test</name>
     <url>http://maven.apache.org</url>
     <description>Verifies the Knockout &amp; net.java.html.json archetype behaves properly.</description>
@@ -19,7 +19,7 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>knockout4j-archetype</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>0.5</version>
         </dependency>
         <dependency>
             <groupId>org.testng</groupId>
diff --git a/ko-archetype/pom.xml b/ko-archetype/pom.xml
index f67c595..45b2b6e 100644
--- a/ko-archetype/pom.xml
+++ b/ko-archetype/pom.xml
@@ -4,11 +4,11 @@
   <parent>
     <artifactId>html</artifactId>
     <groupId>org.apidesign</groupId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
   </parent>
   <groupId>org.apidesign.html</groupId>
   <artifactId>knockout4j-archetype</artifactId>
-  <version>0.5-SNAPSHOT</version>
+  <version>0.5</version>
   <packaging>jar</packaging>
   <name>Knockout 4 Java Maven Archetype</name>
   <description>
diff --git a/ko-fx/pom.xml b/ko-fx/pom.xml
index ab28f44..f6b6f7f 100644
--- a/ko-fx/pom.xml
+++ b/ko-fx/pom.xml
@@ -4,11 +4,11 @@
   <parent>
     <groupId>org.apidesign</groupId>
     <artifactId>html</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
   </parent>
   <groupId>org.apidesign.html</groupId>
   <artifactId>ko-fx</artifactId>
-  <version>0.5-SNAPSHOT</version>
+  <version>0.5</version>
   <name>Knockout.fx</name>
   <url>http://maven.apache.org</url>
   <properties>
diff --git a/ko-ws-tyrus/pom.xml b/ko-ws-tyrus/pom.xml
index ede0eeb..a81a960 100644
--- a/ko-ws-tyrus/pom.xml
+++ b/ko-ws-tyrus/pom.xml
@@ -1,15 +1,14 @@
 <?xml version="1.0"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apidesign</groupId>
     <artifactId>html</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
   </parent>
   <groupId>org.apidesign.html</groupId>
   <artifactId>ko-ws-tyrus</artifactId>
-  <version>0.5-SNAPSHOT</version>
+  <version>0.5</version>
   <name>Tyrus Based WebSockets</name>
   <url>http://maven.apache.org</url>
     <build>
diff --git a/pom.xml b/pom.xml
index 1ad4efd..7b9434e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apidesign</groupId>
   <artifactId>html</artifactId>
-  <version>0.5-SNAPSHOT</version>
+  <version>0.5</version>
   <packaging>pom</packaging>
   <name>HTML APIs via Java</name>
   <parent> 
@@ -44,7 +44,7 @@
       <connection>scm:hg:https://hg.apidesign.org/hg/html~html4j</connection>
       <developerConnection>scm:hg:https://hg.apidesign.org/hg/html~html4j</developerConnection>
       <url>https://hg.apidesign.org/hg/html~html4j</url>
-      <tag>default</tag>
+      <tag>release-0.5</tag>
   </scm>
   <repositories>
       <repository>
diff --git a/sound/pom.xml b/sound/pom.xml
index 205ca30..5cdaa48 100644
--- a/sound/pom.xml
+++ b/sound/pom.xml
@@ -1,15 +1,14 @@
 <?xml version="1.0"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apidesign</groupId>
         <artifactId>html</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
     </parent>
     <groupId>org.apidesign.html</groupId>
     <artifactId>net.java.html.sound</artifactId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
     <name>Sound API via HTML</name>
     <url>http://maven.apache.org</url>
     <properties>
@@ -36,7 +35,7 @@
         <dependency>
             <groupId>org.apidesign.html</groupId>
             <artifactId>net.java.html.boot</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>0.5</version>
             <type>jar</type>
         </dependency>
         <dependency>