2021-01-28 11:22:38 -05: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">
|
2024-01-03 04:12:56 -05:00
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2021-01-28 11:22:38 -05:00
|
|
|
<parent>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-project</artifactId>
|
2024-06-27 12:16:43 -04:00
|
|
|
<version>10.0.23-SNAPSHOT</version>
|
2021-01-28 11:22:38 -05:00
|
|
|
</parent>
|
|
|
|
<groupId>org.eclipse.jetty.documentation</groupId>
|
|
|
|
<artifactId>documentation-parent</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
2024-01-03 04:12:56 -05:00
|
|
|
<name>Jetty :: Documentation :: Parent</name>
|
2021-01-28 11:22:38 -05:00
|
|
|
|
|
|
|
<modules>
|
2024-05-20 16:01:11 -04:00
|
|
|
<module>jetty</module>
|
2021-01-28 11:22:38 -05:00
|
|
|
</modules>
|
|
|
|
</project>
|