[maven-release-plugin] rollback the release of struts2-archetype-portlet-2.1.6

git-svn-id: https://svn.apache.org/repos/asf/struts/maven/trunk@766866 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/struts2-archetype-portlet/pom.xml b/struts2-archetype-portlet/pom.xml
index 98a45fd..9934bf9 100644
--- a/struts2-archetype-portlet/pom.xml
+++ b/struts2-archetype-portlet/pom.xml
@@ -21,7 +21,8 @@
  * under the License.

  */

 -->

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

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

@@ -30,14 +31,14 @@
 

   <modelVersion>4.0.0</modelVersion>

   <artifactId>struts2-archetype-portlet</artifactId>

-  <version>2.1.6</version>

+  <version>2.1.6-SNAPSHOT</version>

   <packaging>jar</packaging>

   <name>Struts 2 Archetypes - Portlet</name>

 

     <scm>

-       <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/tags/struts2-archetype-portlet-2.1.6</connection>

-       <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/tags/struts2-archetype-portlet-2.1.6</developerConnection>

-       <url>http://svn.apache.org/viewcvs.cgi/struts/maven/tags/struts2-archetype-portlet-2.1.6</url>

+       <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-portlet/</connection>

+       <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-portlet/</developerConnection>

+       <url>http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-portlet/</url>

     </scm>

 

 </project>