[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[jetty-commit] r2138 - jetty/branches/jetty-7.1/jetty-osgi/test-jetty-osgi
|
- From: genie@xxxxxxxxxxx
- Date: Thu, 15 Jul 2010 12:40:16 -0400 (EDT)
- Delivered-to: jetty-commit@eclipse.org
Author: hmalphett
Date: 2010-07-15 12:40:16 -0400 (Thu, 15 Jul 2010)
New Revision: 2138
Modified:
jetty/branches/jetty-7.1/jetty-osgi/test-jetty-osgi/pom.xml
Log:
fix the version in the pom.xml to 7.1.6-SNAPSHOT
Modified: jetty/branches/jetty-7.1/jetty-osgi/test-jetty-osgi/pom.xml
===================================================================
--- jetty/branches/jetty-7.1/jetty-osgi/test-jetty-osgi/pom.xml 2010-07-15 12:31:58 UTC (rev 2137)
+++ jetty/branches/jetty-7.1/jetty-osgi/test-jetty-osgi/pom.xml 2010-07-15 16:40:16 UTC (rev 2138)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty.osgi</groupId>
<artifactId>jetty-osgi-project</artifactId>
- <version>7.1.5-SNAPSHOT</version>
+ <version>7.1.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>