Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x

This commit is contained in:
Joakim Erdfelt 2022-12-07 08:17:53 -06:00
commit 6b8e23e0dc
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
3 changed files with 9 additions and 1 deletions

View File

@ -11,6 +11,10 @@
<name>Jetty :: Documentation :: AsciiDoctor Extensions</name>
<packaging>jar</packaging>
<properties>
<bundle-symbolic-name>${project.groupId}.asciidoctor.extensions</bundle-symbolic-name>
</properties>
<dependencies>
<dependency>
<groupId>org.asciidoctor</groupId>

View File

@ -11,6 +11,10 @@
<name>Jetty :: Documentation</name>
<packaging>jar</packaging>
<properties>
<bundle-symbolic-name>${project.groupId}</bundle-symbolic-name>
</properties>
<build>
<plugins>
<plugin>

View File

@ -12,7 +12,7 @@
<description>Generates a (maven based) P2 Updatesite</description>
<packaging>pom</packaging>
<properties>
<tycho-version>3.0.0</tycho-version>
<tycho-version>2.7.5</tycho-version>
</properties>
<build>
<plugins>