[maven-release-plugin] prepare release struts2-archetype-blank-2.1.8.1

git-svn-id: https://svn.apache.org/repos/asf/struts/maven/trunk@891293 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/struts2-archetype-blank/pom.xml b/struts2-archetype-blank/pom.xml
index aa40f1f..d90af45 100644
--- a/struts2-archetype-blank/pom.xml
+++ b/struts2-archetype-blank/pom.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project>
+<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/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.struts</groupId>
     <artifactId>struts-master</artifactId>
@@ -8,14 +8,14 @@
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>struts2-archetype-blank</artifactId>
-  <version>2.1.8-SNAPSHOT</version>
+  <version>2.1.8.1</version>
   <name>Struts 2 Archetypes - Blank</name>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-blank/</connection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/tags/struts2-archetype-blank-2.1.8.1</connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-blank/
+      scm:svn:https://svn.apache.org/repos/asf/struts/maven/tags/struts2-archetype-blank-2.1.8.1
     </developerConnection>
-    <url>http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-blank/</url>
+    <url>http://svn.apache.org/viewvc/struts/maven/tags/struts2-archetype-blank-2.1.8.1</url>
   </scm>
 </project>