Skip to content

Commit

Permalink
[#1265] Migrate to Tycho 4.0.4
Browse files Browse the repository at this point in the history
* update tycho version
* update pipeline definition
* update issue management information
  • Loading branch information
ruspl-afed committed Dec 16, 2023
1 parent 28be3b9 commit 97a384c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/licensecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
distribution: 'temurin'
- name: Cache local Maven repository
uses: actions/cache@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions releng/org.eclipse.passage.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<build.label>${unqualifiedVersion}.${buildQualifier}</build.label>

<tycho.scmUrl>scm:git:https://github.com/eclipse-passage/passage.git</tycho.scmUrl>
<tycho.version>3.0.5</tycho.version>
<tycho.version>4.0.4</tycho.version>
<cbi-plugins.version>1.3.1</cbi-plugins.version>

<tycho-snapshot-repo.url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</tycho-snapshot-repo.url>
Expand Down Expand Up @@ -70,8 +70,8 @@
</organization>

<issueManagement>
<system>Bugzilla</system>
<url>https://bugs.eclipse.org/bugs/</url>
<system>GitHub Issues</system>
<url>https://github.com/eclipse-passage/passage/issues/</url>
</issueManagement>

<pluginRepositories>
Expand Down

0 comments on commit 97a384c

Please sign in to comment.