Skip to content

Commit

Permalink
Changed maven version but should have changed tycho version
Browse files Browse the repository at this point in the history
  • Loading branch information
jan committed Dec 10, 2024
1 parent fd317df commit 7e628df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 4.0.9
maven-version: 3.9.6
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion io.sloeber.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<packaging>pom</packaging>

<properties>
<tycho.version>4.0.8</tycho.version>
<tycho.version>4.0.9</tycho.version>
<built.repo.dir>${project.build.directory}/repo</built.repo.dir>
<!-- maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target -->
Expand Down

0 comments on commit 7e628df

Please sign in to comment.