Set the version of jetty-test-helper to 1.3
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2979 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
9b01e9324e
commit
ac4777e2e3
3
pom.xml
3
pom.xml
|
@ -22,6 +22,7 @@
|
|||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<slf4j-version>1.5.11</slf4j-version>
|
||||
<build-support-version>1.0</build-support-version>
|
||||
<jetty.test.helper>1.3</jetty.test.helper>
|
||||
<jetty.test.policy>1.2</jetty.test.policy>
|
||||
</properties>
|
||||
<scm>
|
||||
|
@ -332,7 +333,7 @@
|
|||
<dependency>
|
||||
<groupId>org.eclipse.jetty.toolchain</groupId>
|
||||
<artifactId>jetty-test-helper</artifactId>
|
||||
<version>1.3-SNAPSHOT</version>
|
||||
<version>${jetty.test.helper}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
|
|
Loading…
Reference in New Issue