You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by mi...@apache.org on 2010/10/07 18:32:29 UTC

svn commit: r1005517 - /incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.storageless.parent/org.apache.clerezza.platform.launcher.storageless/pom.xml

Author: mir
Date: Thu Oct  7 16:32:29 2010
New Revision: 1005517

URL: http://svn.apache.org/viewvc?rev=1005517&view=rev
Log:
CLEREZZA-319: update jetty bundles to latest versions

Modified:
    incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.storageless.parent/org.apache.clerezza.platform.launcher.storageless/pom.xml

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.storageless.parent/org.apache.clerezza.platform.launcher.storageless/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.storageless.parent/org.apache.clerezza.platform.launcher.storageless/pom.xml?rev=1005517&r1=1005516&r2=1005517&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.storageless.parent/org.apache.clerezza.platform.launcher.storageless/pom.xml (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.launcher.storageless.parent/org.apache.clerezza.platform.launcher.storageless/pom.xml Thu Oct  7 16:32:29 2010
@@ -250,49 +250,49 @@
 			<groupId>org.eclipse.jetty</groupId>
 			<artifactId>jetty-server</artifactId>
 			<scope>provided</scope>
-			<version>7.1.4.v20100610</version>
+			<version>8.0.0.M1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.eclipse.jetty</groupId>
 			<artifactId>jetty-servlet</artifactId>
 			<scope>provided</scope>
-			<version>7.1.4.v20100610</version>
+			<version>8.0.0.M1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.eclipse.jetty</groupId>
 			<artifactId>jetty-util</artifactId>
 			<scope>provided</scope>
-			<version>7.1.4.v20100610</version>
+			<version>8.0.0.M1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.eclipse.jetty</groupId>
 			<artifactId>jetty-io</artifactId>
 			<scope>provided</scope>
-			<version>7.1.4.v20100610</version>
+			<version>8.0.0.M1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.eclipse.jetty</groupId>
 			<artifactId>jetty-continuation</artifactId>
 			<scope>provided</scope>
-			<version>7.1.4.v20100610</version>
+			<version>8.0.0.M1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.eclipse.jetty</groupId>
 			<artifactId>jetty-http</artifactId>
 			<scope>provided</scope>
-			<version>7.1.4.v20100610</version>
+			<version>8.0.0.M1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.eclipse.jetty</groupId>
 			<artifactId>jetty-security</artifactId>
 			<scope>provided</scope>
-			<version>7.1.4.v20100610</version>
+			<version>8.0.0.M1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.mortbay.jetty</groupId>
-			<artifactId>servlet-api-2.5</artifactId>
+			<artifactId>servlet-api</artifactId>
 			<scope>provided</scope>
-			<version>6.1.14</version>
+			<version>3.0.20100224</version>
 		</dependency>
         <!-- Apache Felix framework bundles -->
 		<dependency>