You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2007/11/12 20:23:28 UTC

svn commit: r594264 - /struts/maven/trunk/struts2-archetype-starter/pom.xml

Author: mrdon
Date: Mon Nov 12 11:23:27 2007
New Revision: 594264

URL: http://svn.apache.org/viewvc?rev=594264&view=rev
Log:
[maven-release-plugin] prepare release struts2-archetype-starter-2.0.11

Modified:
    struts/maven/trunk/struts2-archetype-starter/pom.xml

Modified: struts/maven/trunk/struts2-archetype-starter/pom.xml
URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/pom.xml?rev=594264&r1=594263&r2=594264&view=diff
==============================================================================
--- struts/maven/trunk/struts2-archetype-starter/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-starter/pom.xml Mon Nov 12 11:23:27 2007
@@ -1,6 +1,6 @@
 <?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>
@@ -9,14 +9,14 @@
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>struts2-archetype-starter</artifactId>
-  <version>2.0.11-SNAPSHOT</version>
+  <version>2.0.11</version>
   <packaging>maven-plugin</packaging>
   <name>Struts 2 Archetypes - Starter</name>
 
     <scm>
-       <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-starter/</connection>
-       <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-starter/</developerConnection>
-       <url>http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-starter/</url>
+       <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/tags/struts2-archetype-starter-2.0.11</connection>
+       <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/tags/struts2-archetype-starter-2.0.11</developerConnection>
+       <url>http://svn.apache.org/viewcvs.cgi/struts/maven/tags/struts2-archetype-starter-2.0.11</url>
     </scm>
 
   <profiles>