2014-06-01 18:58:04 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<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>
|
|
|
|
<artifactId>jetty-project</artifactId>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2017-04-14 17:43:36 -04:00
|
|
|
<version>9.4.5-SNAPSHOT</version>
|
2014-06-01 18:58:04 -04:00
|
|
|
</parent>
|
2014-06-09 07:08:54 -04:00
|
|
|
|
2014-06-01 18:58:04 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2014-06-09 07:08:54 -04:00
|
|
|
<groupId>org.eclipse.jetty.http2</groupId>
|
|
|
|
<artifactId>http2-parent</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>Jetty :: HTTP2</name>
|
|
|
|
|
|
|
|
<modules>
|
2014-06-11 12:23:51 -04:00
|
|
|
<module>http2-client</module>
|
2015-03-02 07:06:16 -05:00
|
|
|
<module>http2-common</module>
|
|
|
|
<module>http2-hpack</module>
|
2015-02-05 07:17:03 -05:00
|
|
|
<module>http2-http-client-transport</module>
|
2015-03-02 07:06:16 -05:00
|
|
|
<module>http2-server</module>
|
2014-06-09 07:08:54 -04:00
|
|
|
</modules>
|
|
|
|
|
2017-01-13 13:02:28 -05:00
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>jdk8</id>
|
|
|
|
<activation>
|
|
|
|
<jdk>[1.8,1.9)</jdk>
|
|
|
|
</activation>
|
|
|
|
<modules>
|
|
|
|
<module>http2-alpn-tests</module>
|
|
|
|
</modules>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
|
|
|
|
2014-06-01 18:58:04 -04:00
|
|
|
</project>
|