Author: simonetripodi
Date: Fri Jul 6 08:08:21 2012
New Revision: 1358066
URL: http://svn.apache.org/viewvc?rev=1358066&view=rev
Log:
jetty launcher upgrade
Modified:
incubator/any23/trunk/service/pom.xml
Modified: incubator/any23/trunk/service/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/service/pom.xml?rev=1358066&r1=1358065&r2=1358066&view=diff
==============================================================================
--- incubator/any23/trunk/service/pom.xml (original)
+++ incubator/any23/trunk/service/pom.xml Fri Jul 6 08:08:21 2012
@@ -32,7 +32,7 @@
<properties>
<!-- the following property is used in the bash script as well, don't
remove it! -->
- <jetty.runner.version>8.1.0.RC4</jetty.runner.version>
+ <jetty.runner.version>8.1.4.v20120524</jetty.runner.version>
</properties>
<dependencies>
@@ -60,7 +60,7 @@
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-runner</artifactId>
- <version>8.1.0.RC4</version>
+ <version>${jetty.runner.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>