File tree Expand file tree Collapse file tree
spring-data-eclipse-store
template-placeholder-demo Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 2626 - name : Find already existing issue
2727 id : find-issue
2828 run : |
29- echo "number=$(gh issue list -l 'bug' -l 'automated' -L 1 -S 'in:title \ "Link Checker Report\ "' -s 'open' --json 'number' --jq '.[].number')" >> $GITHUB_OUTPUT
29+ echo "number=$(gh issue list -l 'bug' -l 'automated' -L 1 -S 'in:title "Link Checker Report"' -s 'open' --json 'number' --jq '.[].number')" >> $GITHUB_OUTPUT
3030 env :
3131 GH_TOKEN : ${{ github.token }}
3232
3838
3939 - name : Create Issue From File
4040 if : steps.lychee.outputs.exit_code != 0
41- uses : peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5
41+ uses : peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 # v6
4242 with :
4343 issue-number : ${{ steps.find-issue.outputs.number }}
4444 title : Link Checker Report
Original file line number Diff line number Diff line change 2828 timeout-minutes : 30
2929 strategy :
3030 matrix :
31- java : [17, 21]
31+ java : [17, 21, 25 ]
3232 distribution : [temurin]
3333 steps :
3434 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 9191
9292 - name : Create Release
9393 id : create-release
94- uses : shogo82148/actions-create-release@4661dc54f7b4b564074e9fbf73884d960de569a3 # v1
94+ uses : shogo82148/actions-create-release@7b89596097b26731bda0852f1504f813499079ee # v1
9595 with :
9696 tag_name : v${{ steps.version.outputs.release }}
9797 release_name : v${{ steps.version.outputs.release }}
Original file line number Diff line number Diff line change 1- # Licensed to the Apache Software Foundation (ASF) under one
2- # or more contributor license agreements. See the NOTICE file
3- # distributed with this work for additional information
4- # regarding copyright ownership. The ASF licenses this file
5- # to you under the Apache License, Version 2.0 (the
6- # "License"); you may not use this file except in compliance
7- # with the License. You may obtain a copy of the License at
8- #
9- # http://www.apache.org/licenses/LICENSE-2.0
10- #
11- # Unless required by applicable law or agreed to in writing,
12- # software distributed under the License is distributed on an
13- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14- # KIND, either express or implied. See the License for the
15- # specific language governing permissions and limitations
16- # under the License.
1+ wrapperVersion =3.3.4
2+ distributionType =only-script
173distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ We also encourage you to read the [contribution instructions by GitHub](https://
1919### Software Requirements
2020You should have the following things installed:
2121* Git
22- * Java 21 - should be as unmodified as possible (Recommended: [ Eclipse Adoptium] ( https://adoptium.net/temurin/releases/ ) )
22+ * Java 25 - should be as unmodified as possible (Recommended: [ Eclipse Adoptium] ( https://adoptium.net/temurin/releases/ ) )
2323* Maven (Note that the [ Maven Wrapper] ( https://maven.apache.org/wrapper/ ) is shipped with the repo)
2424
2525### Recommended setup
Original file line number Diff line number Diff line change 107107 <dependency >
108108 <groupId >com.puppycrawl.tools</groupId >
109109 <artifactId >checkstyle</artifactId >
110- <version >11.0.1 </version >
110+ <version >11.1.0 </version >
111111 </dependency >
112112 </dependencies >
113113 <configuration >
Original file line number Diff line number Diff line change 278278 <plugin >
279279 <groupId >org.apache.maven.plugins</groupId >
280280 <artifactId >maven-compiler-plugin</artifactId >
281- <version >3.14.0 </version >
281+ <version >3.14.1 </version >
282282 <configuration >
283283 <source >${javaVersion} </source >
284284 <target >${javaVersion} </target >
291291 <plugin >
292292 <groupId >org.apache.maven.plugins</groupId >
293293 <artifactId >maven-javadoc-plugin</artifactId >
294- <version >3.11.3 </version >
294+ <version >3.12.0 </version >
295295 <executions >
296296 <execution >
297297 <id >attach-javadocs</id >
343343 <plugin >
344344 <groupId >org.codehaus.mojo</groupId >
345345 <artifactId >flatten-maven-plugin</artifactId >
346- <version >1.7.2 </version >
346+ <version >1.7.3 </version >
347347 <configuration >
348348 <flattenMode >ossrh</flattenMode >
349349 </configuration >
389389 <plugin >
390390 <groupId >org.sonatype.central</groupId >
391391 <artifactId >central-publishing-maven-plugin</artifactId >
392- <version >0.8 .0</version >
392+ <version >0.9 .0</version >
393393 <extensions >true</extensions >
394394 <configuration >
395395 <publishingServerId >sonatype-central-portal</publishingServerId >
411411 <dependency >
412412 <groupId >com.puppycrawl.tools</groupId >
413413 <artifactId >checkstyle</artifactId >
414- <version >11.0.1 </version >
414+ <version >11.1.0 </version >
415415 </dependency >
416416 </dependencies >
417417 <configuration >
You can’t perform that action at this time.
0 commit comments