File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2929 with :
3030 java-version : 21
3131 - name : Cache Maven packages
32- uses : actions/cache@v1
32+ uses : actions/cache@v3
3333 with :
3434 path : ~/.m2
3535 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2727 with :
2828 java-version : 21
2929 - name : Cache Maven packages
30- uses : actions/cache@v1
30+ uses : actions/cache@v3
3131 with :
3232 path : ~/.m2
3333 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 2424 with :
2525 java-version : 21
2626 - name : Cache Maven packages
27- uses : actions/cache@v1
27+ uses : actions/cache@v3
2828 with :
2929 path : ~/.m2
3030 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/DECORATION/1 .0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/DECORATION/1 .0.0 http ://maven.apache.org/xsd/decoration-1 .0.0.xsd" >
2+ <site xmlns =" http://maven.apache.org/SITE/2 .0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/SITE/2 .0.0 https ://maven.apache.org/xsd/site-2 .0.0.xsd" >
44
55 <skin >
66 <groupId >org.apache.maven.skins</groupId >
77 <artifactId >maven-fluido-skin</artifactId >
8- <version >2.0.0-M6 </version >
8+ <version >2.0.0</version >
99 </skin >
1010
1111 <custom >
4040 <menu name =" Project" ref =" reports" />
4141 </body >
4242
43- </project >
43+ </site >
You can’t perform that action at this time.
0 commit comments