Author: lukaszlenart
Date: Wed Dec 16 18:04:06 2009
New Revision: 891354
URL: http://svn.apache.org/viewvc?rev=891354&view=rev
Log:
Something went wrong with release process - changed links to point back to trunk
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=891354&r1=891353&r2=891354&view=diff
==============================================================================
--- struts/maven/trunk/struts2-archetype-portlet/pom.xml (original)
+++ struts/maven/trunk/struts2-archetype-portlet/pom.xml Wed Dec 16 18:04:06
2009
@@ -30,14 +30,14 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>struts2-archetype-portlet</artifactId>
- <version>2.1.8.1</version>
+ <version>2.1.8-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.8.1</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/tags/struts2-archetype-portlet-2.1.8.1</developerConnection>
-
<url>http://svn.apache.org/viewcvs.cgi/struts/maven/tags/struts2-archetype-portlet-2.1.8.1</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-portlet-2.1.8.1</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-portlet-2.1.8.1</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-portlet-2.1.8.1</url>
</scm>
</project>