Author: struberg
Date: Tue Sep 25 11:58:07 2012
New Revision: 1389822
URL: http://svn.apache.org/viewvc?rev=1389822&view=rev
Log:
OWB-705 use final released version of tomcat7-maven-plugin
Modified:
openwebbeans/trunk/webbeans-tomcat7/src/it/servletinjection/pom.xml
Modified: openwebbeans/trunk/webbeans-tomcat7/src/it/servletinjection/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-tomcat7/src/it/servletinjection/pom.xml?rev=1389822&r1=1389821&r2=1389822&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-tomcat7/src/it/servletinjection/pom.xml
(original)
+++ openwebbeans/trunk/webbeans-tomcat7/src/it/servletinjection/pom.xml Tue Sep
25 11:58:07 2012
@@ -277,7 +277,7 @@
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
- <version>2.0-beta-1</version>
+ <version>2.0</version>
<configuration>
<path>/${project.build.finalName}</path>
<addContextWarDependencies>true</addContextWarDependencies>