File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ jobs:
3737 with :
3838 java-version : 21
3939 distribution : zulu
40- - name : Set up Maven 3.9.4
41- uses : stCarolas/setup-maven@v4.5
40+ - name : Set up Maven 3.9.11
41+ uses : stCarolas/setup-maven@v5
4242 with :
43- maven-version : 3.9.4
43+ maven-version : 3.9.11
4444 - name : Cache local maven repository
4545 uses : actions/cache@v4
4646 with :
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 java-version : ' 21'
2020 distribution : ' adopt'
2121 cache : maven
22- - name : Set up Maven 3.9.4
23- uses : stCarolas/setup-maven@v4.5
22+ - name : Set up Maven 3.9.11
23+ uses : stCarolas/setup-maven@v5
2424 with :
25- maven-version : 3.9.4
25+ maven-version : 3.9.11
2626 - name : Build and Deploy with Maven
2727 run : |
2828 git config --global user.email "info@funfried.de"
Original file line number Diff line number Diff line change 430430 <groupId >org.eclipse.tycho</groupId >
431431 <artifactId >tycho-maven-plugin</artifactId >
432432 <extensions >true</extensions >
433- <dependencies >
434- <dependency >
435- <groupId >org.eclipse.tycho</groupId >
436- <artifactId >tycho-build</artifactId >
437- <version >${tychoVersion} </version >
438- </dependency >
439- </dependencies >
440433 </plugin >
441434 <plugin >
442435 <groupId >org.eclipse.tycho</groupId >
You can’t perform that action at this time.
0 commit comments