Skip to content

Commit 8034d53

Browse files
committed
Update CI workflow and use fess-parent 14.19.1-SNAPSHOT with GPG signing skipped
1 parent ac8912d commit 8034d53

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/maven.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ on:
1515

1616
jobs:
1717
build:
18-
1918
runs-on: ubuntu-latest
2019
env:
2120
PARENT_BRANCH: ${{ github.ref_name == 'master' && 'main' || github.ref_name }}
22-
2321
steps:
2422
- uses: actions/checkout@v4
2523
- name: Set up JDK 17
@@ -37,11 +35,11 @@ jobs:
3735
uses: actions/checkout@v4
3836
with:
3937
repository: codelibs/fess-parent
40-
ref: ${{ env.PARENT_BRANCH }}
38+
ref: "14.19.x" # ${{ env.PARENT_BRANCH }}
4139
path: fess-parent
4240
- name: Install fess-parent
4341
run: |
4442
cd fess-parent
45-
mvn install
43+
mvn install -Dgpg.skip=true
4644
- name: Build with Maven
4745
run: mvn -B package --file pom.xml

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.codelibs.fess</groupId>
1515
<artifactId>fess-parent</artifactId>
16-
<version>14.19.0</version>
16+
<version>14.19.1-SNAPSHOT</version>
1717
<relativePath />
1818
</parent>
1919
<build>

0 commit comments

Comments
 (0)