File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,17 @@ permissions:
13
13
14
14
jobs :
15
15
build :
16
- runs-on : ${{ matrix.os }}
16
+ runs-on : ' ubuntu-latest '
17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
20
20
java_version : ['8', '11', '17']
21
- os : ['ubuntu-20.04']
22
21
env :
23
22
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
24
23
steps :
25
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
26
25
- name : Set up JDK
27
- uses : actions/setup-java@v3
26
+ uses : actions/setup-java@v4
28
27
with :
29
28
distribution : ' temurin'
30
29
java-version : ${{ matrix.java_version }}
Original file line number Diff line number Diff line change @@ -440,10 +440,11 @@ of Jackson components maintained by FasterXML.com
440
440
<!-- Alas, need to include snapshot reference since otherwise can not find
441
441
snapshot of parent... -->
442
442
<repositories >
443
+ <!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
443
444
<repository >
444
- <id >sonatype-nexus -snapshots</id >
445
- <name >Sonatype Nexus Snapshots </name >
446
- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
445
+ <id >central -snapshots</id >
446
+ <name >Sonatype Central Portal (snapshots) </name >
447
+ <url >https://central .sonatype.com/repository/maven- snapshots</url >
447
448
<releases ><enabled >false</enabled ></releases >
448
449
<snapshots ><enabled >true</enabled ></snapshots >
449
450
</repository >
You can’t perform that action at this time.
0 commit comments