Skip to content

Commit

Permalink
version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anneferger committed Apr 7, 2022
1 parent f14992c commit f661c53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
- name: Upload Maven build artifact
uses: actions/upload-artifact@v2
with:
name: tei-converter-0.5.jar
path: /home/runner/work/tei-converter/tei-converter/target/tei-converter-0.5.jar
name: artifact
path: /home/runner/work/tei-converter/tei-converter/target/tei-converter-*.jar
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>pl.psnc.dl.ege.tei</groupId>
<artifactId>tei-converter</artifactId>
<version>0.6.1-SNAPSHOT</version>
<version>0.6.1</version>
<name>EGE TEI Converter</name>
<properties>

Expand Down

0 comments on commit f661c53

Please sign in to comment.