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