Skip to content

Bump org.apache.shiro:shiro-web in /security-integration-shiro #44

Bump org.apache.shiro:shiro-web in /security-integration-shiro

Bump org.apache.shiro:shiro-web in /security-integration-shiro #44

Workflow file for this run

name: Deploy Snapshots
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: 8
distribution: 'temurin'
cache: 'maven'
- run: ./mvnw --batch-mode -s .github/settings.xml -DperformRelease -DskipTests -Dgpg.skip=true deploy
env:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}