[maven-release-plugin]  copy for tag struts2-archetype-starter-2.0.11

git-svn-id: https://svn.apache.org/repos/asf/struts/maven/tags/struts2-archetype-starter-2.0.11@594265 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README.txt b/README.txt
index 02fbdad..1ecb590 100644
--- a/README.txt
+++ b/README.txt
@@ -31,8 +31,7 @@
                        -DartifactId=myWebApp \

                        -DarchetypeGroupId=org.apache.struts \

                        -DarchetypeArtifactId=struts2-archetype-starter \

-                       -DarchetypeVersion=2.0.9-SNAPSHOT \

-                       -DremoteRepositories=http://people.apache.org/maven-snapshot-repository

+                       -DarchetypeVersion=2.0.11

 

 

 COMMON TASKS

diff --git a/pom.xml b/pom.xml
index c8b2ac2..82c6bf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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,37 @@
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>struts2-archetype-starter</artifactId>
-  <version>2.0.9-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>
+  <profile>
+   <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
 </project>
diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml
index 2081ea5..883f926 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -23,17 +23,17 @@
 		<dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-core</artifactId>
-            <version>2.0.9</version>
+            <version>2.0.11</version>
         </dependency>
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-sitemesh-plugin</artifactId>
-            <version>2.0.9</version>
+            <version>2.0.11</version>
         </dependency>
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-spring-plugin</artifactId>
-            <version>2.0.9</version>
+            <version>2.0.11</version>
         </dependency>
 
 		<!-- Servlet & Jsp -->
@@ -78,7 +78,7 @@
     		<plugin>
     			<groupId>org.mortbay.jetty</groupId>
     			<artifactId>maven-jetty-plugin</artifactId>
-    			<version>6.0.1</version>
+    			<version>6.1.5</version>
     			<configuration>
     				<scanIntervalSeconds>10</scanIntervalSeconds>
     			</configuration>