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