Skip to content

Commit 3519925

Browse files
committed
Update CI wrt "master"->"main" rename
1 parent 3d2b5c5 commit 3519925

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ name: Build and Deploy Snapshot
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
paths-ignore:
77
- "README.md"
88
- "release-notes/*"
99
pull_request:
1010
branches:
11-
- master
11+
- main
12+
1213
permissions:
1314
contents: read
1415

@@ -37,7 +38,7 @@ jobs:
3738
run: ./mvnw -B -q -ff -ntp verify
3839
- name: Extract project Maven version
3940
id: projectVersion
40-
run: echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.4.1:evaluate -DforceStdout -Dexpression=project.version -q)" >> $GITHUB_OUTPUT
41+
run: echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.5.1:evaluate -DforceStdout -Dexpression=project.version -q)" >> $GITHUB_OUTPUT
4142
- name: Deploy snapshot
4243
if: ${{ github.event_name != 'pull_request' && matrix.java_version == '8' && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
4344
env:
@@ -53,5 +54,5 @@ jobs:
5354
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
5455
with:
5556
token: ${{ secrets.CODECOV_TOKEN }}
56-
file: ./target/site/jacoco/jacoco.xml
57+
files: ./target/site/jacoco/jacoco.xml
5758
flags: unittests

release-notes/VERSION

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Project: aalto-xml
44
= Releases
55
------------------------------------------------------------------------
66

7+
1.3.4 (not yet released)
8+
9+
- Branch "master" renamed as "main"
10+
711
1.3.3 (07-Jun-2024)
812

913
#86: Multi-byte characters are split in `writeCData()` if first byte sits

0 commit comments

Comments
 (0)