2022-08-09 22:04:39 -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>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-core</artifactId>
|
2023-08-07 18:55:19 -04:00
|
|
|
<version>12.0.1-SNAPSHOT</version>
|
2022-08-09 22:04:39 -04:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>jetty-demos</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
2023-01-27 13:09:06 -05:00
|
|
|
<name>Core :: Demos</name>
|
2022-08-09 22:04:39 -04:00
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>jetty-demo-handler</module>
|
|
|
|
</modules>
|
|
|
|
|
|
|
|
</project>
|