Skip to content

Commit f149c34

Browse files
authored
Merge pull request #38 from secure-software-engineering/master
Master
2 parents b3ddd8f + 0505164 commit f149c34

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: [workflow_dispatch]
55
jobs:
66
deployment:
77
runs-on: ubuntu-latest
8+
environment: Deploy
89
name: PathExpression deployment
910
steps:
1011
- name: Checkout source code
@@ -26,4 +27,4 @@ jobs:
2627
env:
2728
SIGN_KEY_PASS: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
2829
OSSRH_USERNAME: ${{ secrets.SONATYPE_USER }}
29-
OSSRH_PASSWORD: ${{ secrets.SONATYPE_PW }}
30+
OSSRH_PASSWORD: ${{ secrets.SONATYPE_PW }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>de.fraunhofer.iem</groupId>
44
<artifactId>pathexpression</artifactId>
5-
<version>1.0.2</version>
5+
<version>1.0.3</version>
66

77
<licenses>
88
<license>

0 commit comments

Comments
 (0)