Author: lukaszlenart
Date: Wed Dec 16 16:32:21 2009
New Revision: 891293
URL: http://svn.apache.org/viewvc?rev=891293&view=rev
Log:
[maven-release-plugin] prepare release struts2-archetype-blank-2.1.8.1
Modified:
struts/maven/trunk/struts2-archetype-blank/pom.xml
Modified: struts/maven/trunk/struts2-archetype-blank/pom.xml
URL:
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-blank/pom.xml?rev=891293&r1=891292&r2=891293&view=diff
==============================================================================
--- struts/maven/trunk/struts2-archetype-blank/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-blank/pom.xml Wed Dec 16 16:32:21 2009
@@ -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>