We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3ddd8f + 0505164 commit f149c34Copy full SHA for f149c34
.github/workflows/deploy.yml
@@ -5,6 +5,7 @@ on: [workflow_dispatch]
5
jobs:
6
deployment:
7
runs-on: ubuntu-latest
8
+ environment: Deploy
9
name: PathExpression deployment
10
steps:
11
- name: Checkout source code
@@ -26,4 +27,4 @@ jobs:
26
27
env:
28
SIGN_KEY_PASS: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
29
OSSRH_USERNAME: ${{ secrets.SONATYPE_USER }}
- OSSRH_PASSWORD: ${{ secrets.SONATYPE_PW }}
30
+ OSSRH_PASSWORD: ${{ secrets.SONATYPE_PW }}
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>de.fraunhofer.iem</groupId>
4
<artifactId>pathexpression</artifactId>
- <version>1.0.2</version>
+ <version>1.0.3</version>
<licenses>
<license>
0 commit comments