[maven-release-plugin]  copy for tag struts2-archetype-convention-2.1.8.1

git-svn-id: https://svn.apache.org/repos/asf/struts/maven/tags/struts2-archetype-convention-2.1.8.1@891314 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 38a1f44..63043aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,21 +1,21 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
-  <parent>
-    <groupId>org.apache.struts</groupId>
-    <artifactId>struts-master</artifactId>
-    <version>4</version>
-  </parent>
-
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>struts2-archetype-convention</artifactId>
-  <version>2.1.8-SNAPSHOT</version>
-  <name>Struts 2 Archetypes - Blank Convention</name>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-convention/</connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-convention/
-    </developerConnection>
-    <url>http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-convention/</url>
-  </scm>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>

+<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>

+    <version>4</version>

+  </parent>

+

+  <modelVersion>4.0.0</modelVersion>

+  <artifactId>struts2-archetype-convention</artifactId>

+  <version>2.1.8.1</version>

+  <name>Struts 2 Archetypes - Blank Convention</name>

+

+  <scm>

+    <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/tags/struts2-archetype-convention-2.1.8.1</connection>

+    <developerConnection>

+      scm:svn:https://svn.apache.org/repos/asf/struts/maven/tags/struts2-archetype-convention-2.1.8.1

+    </developerConnection>

+    <url>http://svn.apache.org/viewvc/struts/maven/tags/struts2-archetype-convention-2.1.8.1</url>

+  </scm>

+</project>