Author: nilsga
Date: Mon Apr 20 20:48:29 2009
New Revision: 766866
URL: http://svn.apache.org/viewvc?rev=766866&view=rev
Log:
[maven-release-plugin] rollback the release of struts2-archetype-portlet-2.1.6
Modified:
struts/maven/trunk/struts2-archetype-portlet/pom.xml
Modified: struts/maven/trunk/struts2-archetype-portlet/pom.xml
URL:
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-portlet/pom.xml?rev=766866&r1=766865&r2=766866&view=diff
==============================================================================
--- struts/maven/trunk/struts2-archetype-portlet/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-portlet/pom.xml Mon Apr 20 20:48:29
2009
@@ -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>