Skip to content

Commit

Permalink
Update pom.xml (#7866)
Browse files Browse the repository at this point in the history
- Enable pgp signatures again
- Update to Tycho 2.7.1
  • Loading branch information
laeubi authored Apr 10, 2022
1 parent d161068 commit 1eeff0e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions 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>2.7.0</tycho-version>
<tycho-version>2.7.1</tycho-version>
</properties>
<build>
<plugins>
Expand All @@ -26,9 +26,7 @@
<categoryName>Jetty Bundles</categoryName>
<includeReactor>true</includeReactor>
<includeDependencies>false</includeDependencies>
<!-- due to a bug in tycho PGP signatures should be disabled until it is resolved -->
<!-- https://github.com/eclipse/tycho/issues/808 -->
<includePGPSignature>false</includePGPSignature>
<includePGPSignature>true</includePGPSignature>
</configuration>
<id>maven-p2-site</id>
<phase>prepare-package</phase>
Expand Down

0 comments on commit 1eeff0e

Please sign in to comment.