You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/01/16 14:24:39 UTC

svn commit: r1231990 - /incubator/any23/trunk/service/pom.xml

Author: simonetripodi
Date: Mon Jan 16 13:24:39 2012
New Revision: 1231990

URL: http://svn.apache.org/viewvc?rev=1231990&view=rev
Log:
reorganizing properties

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=1231990&r1=1231989&r2=1231990&view=diff
==============================================================================
--- incubator/any23/trunk/service/pom.xml (original)
+++ incubator/any23/trunk/service/pom.xml Mon Jan 16 13:24:39 2012
@@ -32,7 +32,7 @@
   <name>Apache Any23 :: Service</name>
 
   <properties>
-    <jetty.version>8.0.0.M2</jetty.version>
+    <!-- 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>
   </properties>
 
@@ -85,7 +85,7 @@
       <plugin>
         <groupId>org.mortbay.jetty</groupId>
         <artifactId>jetty-maven-plugin</artifactId>
-        <version>${jetty.version}</version>
+        <version>8.0.0.M2</version>
         <configuration>
           <webAppConfig>
             <contextPath>/${project.artifactId}</contextPath>