fix new module pom parent version

Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
This commit is contained in:
Olivier Lamy 2021-10-01 18:05:45 +10:00
parent e78951bfeb
commit abb7077180
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId> <artifactId>jetty-project</artifactId>
<version>10.0.7-SNAPSHOT</version> <version>11.0.7-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>jetty-p2</artifactId> <artifactId>jetty-p2</artifactId>