Skip to content

Commit

Permalink
Merge branch 'release/5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Sep 21, 2023
2 parents 33f3687 + 79b9e3a commit 4413330
Show file tree
Hide file tree
Showing 13 changed files with 915 additions and 244 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-snapshot.yaml
Expand Up @@ -8,7 +8,6 @@ on:
push:
branches:
- develop

jobs:
build:

Expand Down Expand Up @@ -40,4 +39,4 @@ jobs:
- name: Build with Maven
env:
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
run: mvn -B deploy --file pom-jdk8.xml -s settings-template.xml
run: mvn -B deploy --file pom-jdk8.xml -s settings-template.xml -X

0 comments on commit 4413330

Please sign in to comment.