diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 649fafa..3d64dde 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -15,14 +15,14 @@ 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
@@ -30,7 +30,7 @@ jobs:
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: tei-javalib-0.5.jar
- path: /home/runner/work/tei-javalib/tei-javalib/target/tei-javalib-0.5.jar
+ name: artifact
+ path: /home/runner/work/tei-javalib/tei-javalib/target/tei-javalib-*.jar
diff --git a/pom.xml b/pom.xml
index 495d594..5df1bc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.tei
tei-javalib
- 0.6
+ 0.6.1
TEI Javalib utilities
@@ -83,7 +83,7 @@
-->
-
+
net.sf.saxon
Saxon-HE
@@ -104,6 +104,12 @@
com.thaiopensource
trang
20091111
+
+
+ net.sf.saxon
+ saxon
+
+
@@ -120,7 +126,7 @@
- github
+ githubtei
GitHub TEIC Apache Maven Packages
https://maven.pkg.github.com/TEIC/tei-javalib