Updating versions to RC0
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@512 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
f9edd70b8b
commit
b96e324322
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-project</artifactId>
|
||||
<version>7.0.0.M4-SNAPSHOT</version>
|
||||
<version>7.0.0.RC0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<groupId>org.eclipse.jetty.tests</groupId>
|
||||
<artifactId>tests-parent</artifactId>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.tests</groupId>
|
||||
<artifactId>tests-parent</artifactId>
|
||||
<version>7.0.0.M4-SNAPSHOT</version>
|
||||
<version>7.0.0.RC0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>test-integration</artifactId>
|
||||
|
@ -76,7 +76,7 @@
|
|||
<dependency>
|
||||
<groupId>org.eclipse.jetty.tests</groupId>
|
||||
<artifactId>test-webapp-rfc2616</artifactId>
|
||||
<version>7.0.0.M4-SNAPSHOT</version>
|
||||
<version>${project.version}</version>
|
||||
<type>war</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.tests</groupId>
|
||||
<artifactId>tests-parent</artifactId>
|
||||
<version>7.0.0.M4-SNAPSHOT</version>
|
||||
<version>7.0.0.RC0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>test-webapps-parent</artifactId>
|
||||
<name>Jetty Tests :: WebApps :: Parent</name>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.tests</groupId>
|
||||
<artifactId>test-webapps-parent</artifactId>
|
||||
<version>7.0.0.M4-SNAPSHOT</version>
|
||||
<version>7.0.0.RC0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>test-webapp-logging-commons</artifactId>
|
||||
<name>Jetty Tests :: WebApp :: Commons Logging</name>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.tests</groupId>
|
||||
<artifactId>test-webapps-parent</artifactId>
|
||||
<version>7.0.0.M4-SNAPSHOT</version>
|
||||
<version>7.0.0.RC0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>test-webapp-logging-java</artifactId>
|
||||
<name>Jetty Tests :: WebApp :: JavaSE Logging</name>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.tests</groupId>
|
||||
<artifactId>test-webapps-parent</artifactId>
|
||||
<version>7.0.0.M4-SNAPSHOT</version>
|
||||
<version>7.0.0.RC0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>test-webapp-logging-log4j</artifactId>
|
||||
<name>Jetty Tests :: WebApp :: Log4J Logging</name>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.tests</groupId>
|
||||
<artifactId>test-webapps-parent</artifactId>
|
||||
<version>7.0.0.M4-SNAPSHOT</version>
|
||||
<version>7.0.0.RC0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>test-webapp-logging-slf4j</artifactId>
|
||||
<name>Jetty Tests :: WebApp :: Slf4J Logging</name>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.jetty.tests</groupId>
|
||||
<artifactId>test-webapps-parent</artifactId>
|
||||
<version>7.0.0.M4-SNAPSHOT</version>
|
||||
<version>7.0.0.RC0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>test-webapp-rfc2616</artifactId>
|
||||
<name>Jetty Tests :: WebApp :: RFC2616</name>
|
||||
|
|
Loading…
Reference in New Issue