Skip to content

Commit

Permalink
newer teijavalib, updated actions refs Edirom/MEIGarage#59
Browse files Browse the repository at this point in the history
  • Loading branch information
anneferger committed Nov 9, 2022
1 parent f6aafa0 commit 28c97d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@ 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: Install mei stylesheets
run: |
sudo bash required.sh
- 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: artifact
path: /home/runner/work/mei-xsl-converter/mei-xsl-converter/target/mei-xsl-converter-*.jar
4 changes: 2 additions & 2 deletions 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-xsl-converter</artifactId>
<version>0.2.2</version>
<version>0.2.3</version>
<name>MEI XSL Converter</name>
<properties>

Expand Down Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>org.tei</groupId>
<artifactId>tei-javalib</artifactId>
<version>0.6</version>
<version>0.6.1</version>
<scope>compile</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/junit/junit -->
Expand Down

0 comments on commit 28c97d6

Please sign in to comment.