Skip to content

Commit

Permalink
Update freelib-utils version
Browse files Browse the repository at this point in the history
  • Loading branch information
ksclarke committed Nov 21, 2024
1 parent 118afe5 commit 02c7733
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
cache: maven
distribution: ${{ matrix.jdk }}
java-version: ${{ matrix.java }}
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD

- name: Set release version
shell: bash
Expand All @@ -63,9 +66,10 @@ jobs:
with:
maven-version: ${{ matrix.maven }}

- name: Build with Maven
- name: Release with Maven
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.BUILD_PASSPHRASE }}
MAVEN_GPG_KEY: ${{ secrets.BUILD_KEY }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<!-- Dependency versions -->
<microhttp.version>0.11</microhttp.version>
<jpv3.version>0.0.0-SNAPSHOT</jpv3.version>
<freelib.utils.version>5.0.7</freelib.utils.version>

<!-- Configuring Sonar to use the right (i.e., webrepl) branch -->
<sonar.branch.target>webrepl</sonar.branch.target>
Expand All @@ -55,7 +56,6 @@
<docker.plugin.version>0.45.0</docker.plugin.version>
<deploy.plugin.version>3.1.3</deploy.plugin.version>
<shade.plugin.version>3.6.0</shade.plugin.version>
<freelib.utils.version>5.0.5</freelib.utils.version>

<!-- Test dependency versions -->
<junit.version>5.11.0</junit.version>
Expand Down

0 comments on commit 02c7733

Please sign in to comment.