Author: juanpablo
Date: Tue Mar 5 22:47:11 2013
New Revision: 1453056
URL: http://svn.apache.org/r1453056
Log:
* Upgraded version of maven's tomcat plugin to latest available (JSPWIKI-651
related)
Modified:
incubator/jspwiki/trunk/pom.xml
Modified: incubator/jspwiki/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/pom.xml?rev=1453056&r1=1453055&r2=1453056&view=diff
==============================================================================
--- incubator/jspwiki/trunk/pom.xml (original)
+++ incubator/jspwiki/trunk/pom.xml Tue Mar 5 22:47:11 2013
@@ -252,9 +252,9 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>tomcat-maven-plugin</artifactId>
- <version>1.1</version>
+ <groupId>org.apache.tomcat.maven</groupId>
+ <artifactId>tomcat7-maven-plugin</artifactId>
+ <version>2.0</version>
<configuration>
<server>myTomcat</server>
<url>http://localhost:8080/manager/text</url>