Skip to content

Commit

Permalink
update actions versions and version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anneferger committed Nov 9, 2022
1 parent 639cdcc commit a904935
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
- name: maven-settings
uses: s4u/maven-settings-action@v2
uses: s4u/maven-settings-action@v2.7.0
with:
servers: '[{"id": "edirom", "username": "vifebot", "password": "${GITHUB_TOKEN}"},{"id": "teic", "username": "vifebot", "password": "${GITHUB_TOKEN}"}]'
- name: Build with Maven
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn -B package --file pom.xml
- name: Upload Maven build artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: mei-validator-0.1.jar
path: /home/runner/work/mei-validator/mei-validator/target/mei-validator-0.1.jar
name: artifact
path: /home/runner/work/mei-validator/mei-validator/target/mei-validator-*.jar
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.edirom.meigarage</groupId>
<artifactId>mei-validator</artifactId>
<version>0.3.1</version>
<version>0.3.2</version>

<name>MEI Validator</name>
<properties>
Expand Down

0 comments on commit a904935

Please sign in to comment.