You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2009/12/20 16:40:39 UTC

svn commit: r892602 - /incubator/openwebbeans/trunk/samples/reservation/pom.xml

Author: struberg
Date: Sun Dec 20 15:40:38 2009
New Revision: 892602

URL: http://svn.apache.org/viewvc?rev=892602&view=rev
Log:
upgrade to newest jetty-6 plugin and correct openjpa plugin back to 1.0

Modified:
    incubator/openwebbeans/trunk/samples/reservation/pom.xml

Modified: incubator/openwebbeans/trunk/samples/reservation/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/reservation/pom.xml?rev=892602&r1=892601&r2=892602&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/reservation/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/reservation/pom.xml Sun Dec 20 15:40:38 2009
@@ -197,7 +197,7 @@
 					<plugin>
 						<groupId>org.mortbay.jetty</groupId>
 						<artifactId>maven-jetty-plugin</artifactId>
-						<version>6.1.18</version>
+						<version>6.1.22</version>
 						<configuration>
 							<scanIntervalSeconds>10</scanIntervalSeconds>
 						</configuration>
@@ -206,7 +206,7 @@
 					<plugin>
 						<groupId>org.codehaus.mojo</groupId>
 						<artifactId>openjpa-maven-plugin</artifactId>
-						<version>1.1-SNAPSHOT</version>
+						<version>1.0</version>
 						<configuration>
 							<includes>org/apache/webbeans/reservation/entity/*.class</includes>
 							<addDefaultConstructor>true</addDefaultConstructor>