Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Dec 7, 2022
2 parents d6b88e2 + 3d3c954 commit 6b8e23e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions documentation/jetty-asciidoctor-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 4 additions & 0 deletions documentation/jetty-documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<name>Jetty :: Documentation</name>
<packaging>jar</packaging>

<properties>
<bundle-symbolic-name>${project.groupId}</bundle-symbolic-name>
</properties>

<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion jetty-p2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6b8e23e

Please sign in to comment.