File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,16 @@ jobs:
3636 java-version : ' 11'
3737 distribution : ' temurin'
3838 cache : maven
39- settings-path : ci/settings.xml
4039 - name : Import GPG key
4140 run : |
4241 openssl enc -d -aes-256-cbc -K ${{ secrets.ENCRYPTION_KEY }} \
4342 -iv ${{ secrets.ENCRYPTION_IV }} -in ci/secring.asc.enc \
4443 -out ci/secring.asc
4544 gpg --import ci/secring.asc
45+ - name : Copy Maven Settings
46+ run : |
47+ mkdir -p ~/.m2
48+ cp ci/settings.xml ~/.m2/settings.xml
4649 - name : Release to Maven Central
4750 if : ${{ success() }}
48- run : mvn clean deploy -DskipTests \
49- -Dsonatype.username=${{ secrets.SONATYPE_USERNAME }} \
50- -Dsonatype.password=${{ secrets.SONATYPE_PASSWORD }}
51+ run : mvn -s ci/settings.xml clean deploy -DskipTests -Dsonatype.username=${{ secrets.SONATYPE_USER }} -Dsonatype.password=${{ secrets.SONATYPE_PASSWORD }}
Original file line number Diff line number Diff line change 2020 <osgi .version>6.0.0</osgi .version>
2121 <osgi .compendium.version>5.0.0</osgi .compendium.version>
2222 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
23- <logback .version>1.5.6 </logback .version>
23+ <logback .version>1.5.13 </logback .version>
2424 <logback-java8 .version>1.3.12</logback-java8 .version>
2525 <jacoco .version>0.8.12</jacoco .version>
2626 <waffle-jna .version>3.3.0</waffle-jna .version>
8181 <dependency >
8282 <groupId >software.amazon.awssdk</groupId >
8383 <artifactId >bom</artifactId >
84- <version >2.21.1 </version >
84+ <version >2.31.50 </version >
8585 <type >pom</type >
8686 <scope >import</scope >
8787 </dependency >
You can’t perform that action at this time.
0 commit comments