File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed
Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1212 canSkip : ${{ steps.Checker.outputs.canSkip }}
1313 steps :
1414 - name : Get files
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v4
1616 - name : Get tools
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v4
1818 with :
1919 path : tools/
2020 repository : openliberty/guides-common
Original file line number Diff line number Diff line change 1- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6 /apache-maven-3.8.6 -bin.zip
1+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.1 /apache-maven-3.9.1 -bin.zip
22wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.4.1 </version >
8+ <version >3.4.2 </version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <groupId >com.example</groupId >
Original file line number Diff line number Diff line change 22<server description =" new server" >
33
44 <featureManager >
5+ <platform >jakartaee-10.0</platform >
56 <!-- tag::servlet[] -->
6- <feature >servlet-6.0 </feature >
7+ <feature >servlet</feature >
78 <!-- end::servlet[] -->
89 <!-- tag::springboot[] -->
910 <feature >springBoot-3.0</feature >
Original file line number Diff line number Diff line change 1- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6 /apache-maven-3.8.6 -bin.zip
1+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.1 /apache-maven-3.9.1 -bin.zip
22wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.4.1 </version >
8+ <version >3.4.2 </version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <groupId >com.example</groupId >
You can’t perform that action at this time.
0 commit comments