Author: rmannibucau
Date: Wed May 30 18:48:00 2012
New Revision: 1344412
URL: http://svn.apache.org/viewvc?rev=1344412&view=rev
Log:
fixing maven warnings for conversation-sample
Modified:
openwebbeans/trunk/samples/conversation-sample/pom.xml
Modified: openwebbeans/trunk/samples/conversation-sample/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/conversation-sample/pom.xml?rev=1344412&r1=1344411&r2=1344412&view=diff
==============================================================================
--- openwebbeans/trunk/samples/conversation-sample/pom.xml (original)
+++ openwebbeans/trunk/samples/conversation-sample/pom.xml Wed May 30 18:48:00
2012
@@ -118,8 +118,9 @@ under the License.
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
+ <version>6.1.18</version>
<configuration>
- <contextPath>${build.finalName}</contextPath>
+ <contextPath>${project.build.finalName}</contextPath>
<scanIntervalSeconds>3</scanIntervalSeconds>
</configuration>
</plugin>