Signed-off-by: olivier lamy <oliver.lamy@gmail.com> (#3035)
This commit is contained in:
parent
b4a0d7ebcb
commit
7dbe056521
1
pom.xml
1
pom.xml
|
@ -122,7 +122,6 @@
|
|||
<module>jetty-memcached</module>
|
||||
<module>jetty-hazelcast</module>
|
||||
<module>jetty-unixsocket</module>
|
||||
<module>jetty-jmh</module>
|
||||
<module>tests</module>
|
||||
<module>examples</module>
|
||||
<module>jetty-quickstart</module>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<parent>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-project</artifactId>
|
||||
<groupId>org.eclipse.jetty.tests</groupId>
|
||||
<artifactId>tests-parent</artifactId>
|
||||
<version>10.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue