File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ jobs:
3434 - name : Set up JDK
3535 uses : actions/setup-java@v5
3636 with :
37- java-version : ' 17 '
37+ java-version : ' 11 '
3838 distribution : ' temurin'
3939 architecture : x64
4040
41- - uses : s4u/maven-settings-action@v2.8 .0
41+ - uses : s4u/maven-settings-action@v4.0 .0
4242 with :
4343 sonatypeSnapshots : true
4444
45- - uses : s4u/maven-settings-action@v2.8 .0
45+ - uses : s4u/maven-settings-action@v4.0 .0
4646 if : ${{ github.event_name == 'push' }}
4747 with :
4848 servers : |
5454
5555 - name : Deploy the artifact
5656 if : ${{ github.event_name == 'push' }}
57- run : mvn help:effective-settings -B -V clean deploy -e
57+ run : mvn help:effective-settings -B -V clean deploy -e
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
3030 - name : Set up JDK
3131 uses : actions/setup-java@v5
3232 with :
33- java-version : ' 17 '
33+ java-version : ' 11 '
3434 distribution : ' temurin'
3535 architecture : x64
3636
37- - uses : s4u/maven-settings-action@v2.8 .0
37+ - uses : s4u/maven-settings-action@v4.0 .0
3838 with :
3939 sonatypeSnapshots : true
4040
Original file line number Diff line number Diff line change 4545 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4646 <plugin .jacoco.skip>false</plugin .jacoco.skip>
4747 <o11yphantVersion >1.9.2</o11yphantVersion >
48- <weldVersion >6.0.4 .Final</weldVersion >
48+ <weldVersion >5.1.2 .Final</weldVersion >
4949 <jakarta .annotation.version>3.0.0</jakarta .annotation.version>
5050 <jakarta .inject.version>2.0.1</jakarta .inject.version>
51- <jakarta .enterprise.version>4.1.0 </jakarta .enterprise.version>
51+ <jakarta .enterprise.version>4.0.1 </jakarta .enterprise.version>
5252 </properties >
5353
5454 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments