2019-06-24 11:42:39 -04:00
|
|
|
<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">
|
2014-03-31 17:18:37 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-project</artifactId>
|
2021-10-06 16:16:07 -04:00
|
|
|
<version>11.0.8-SNAPSHOT</version>
|
2014-03-31 17:18:37 -04:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>jetty-alpn-parent</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>Jetty :: ALPN :: Parent</name>
|
2017-12-13 08:55:34 -05:00
|
|
|
|
2014-03-31 17:18:37 -04:00
|
|
|
<modules>
|
|
|
|
<module>jetty-alpn-server</module>
|
|
|
|
<module>jetty-alpn-client</module>
|
2017-09-20 17:34:25 -04:00
|
|
|
<module>jetty-alpn-conscrypt-server</module>
|
|
|
|
<module>jetty-alpn-conscrypt-client</module>
|
2018-10-03 05:15:30 -04:00
|
|
|
<module>jetty-alpn-java-client</module>
|
|
|
|
<module>jetty-alpn-java-server</module>
|
2014-03-31 17:18:37 -04:00
|
|
|
</modules>
|
2018-10-03 05:15:30 -04:00
|
|
|
|
2014-03-31 17:18:37 -04:00
|
|
|
</project>
|