Skip to content

Commit

Permalink
Merge pull request #38 from secure-software-engineering/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
schlichtig authored Aug 22, 2024
2 parents b3ddd8f + 0505164 commit f149c34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [workflow_dispatch]
jobs:
deployment:
runs-on: ubuntu-latest
environment: Deploy
name: PathExpression deployment
steps:
- name: Checkout source code
Expand All @@ -26,4 +27,4 @@ jobs:
env:
SIGN_KEY_PASS: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
OSSRH_USERNAME: ${{ secrets.SONATYPE_USER }}
OSSRH_PASSWORD: ${{ secrets.SONATYPE_PW }}
OSSRH_PASSWORD: ${{ secrets.SONATYPE_PW }}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.fraunhofer.iem</groupId>
<artifactId>pathexpression</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>

<licenses>
<license>
Expand Down

0 comments on commit f149c34

Please sign in to comment.