Issue #6728 - QUIC and HTTP/3

- use proper parent pom
This commit is contained in:
Ludovic Orban 2021-11-08 18:23:17 +01:00 committed by Simone Bordet
parent d90ce8327b
commit 41a2e785a9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<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/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.eclipse.jetty.quic</groupId>
<artifactId>quic-parent</artifactId>
<artifactId>quic-quiche</artifactId>
<version>10.0.8-SNAPSHOT</version>
</parent>