Skip to content

Commit

Permalink
Bump tycho-p2-repository-plugin from 2.7.5 to 3.0.0 (#8652)
Browse files Browse the repository at this point in the history
* Bump tycho-p2-repository-plugin from 2.7.5 to 3.0.0

Bumps tycho-p2-repository-plugin from 2.7.5 to 3.0.0.

---
updated-dependencies:
- dependency-name: org.eclipse.tycho:tycho-p2-repository-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* activate jetty-p2 module only for jdk 17

Signed-off-by: Olivier Lamy <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Olivier Lamy <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Olivier Lamy <[email protected]>
  • Loading branch information
dependabot[bot] and olamy authored Oct 2, 2022
1 parent 6248e70 commit 94f4354
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
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>2.7.5</tycho-version>
<tycho-version>3.0.0</tycho-version>
</properties>
<build>
<plugins>
Expand Down
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@
<module>jetty-bom</module>
<module>documentation</module>
<module>jetty-keystore</module>
<module>jetty-p2</module>
<module>jetty-unixdomain-server</module>
</modules>

Expand Down Expand Up @@ -2048,6 +2047,16 @@
</dependencyManagement>

<profiles>
<profile>
<id>jdk17</id>
<activation>
<jdk>[17,)</jdk>
</activation>
<modules>
<!-- plugin org.eclipse.tycho:tycho-p2-repository-plugin:3.0.0+ can only be used with jfk 17 -->
<module>jetty-p2</module>
</modules>
</profile>
<profile>
<id>unix-domain-windows</id>
<activation>
Expand Down

0 comments on commit 94f4354

Please sign in to comment.