Skip to content

Commit 5bdcd62

Browse files
committed
Update CI workflow and use fess-parent 14.19.1-SNAPSHOT with GPG signing skipped
1 parent 751ad64 commit 5bdcd62

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 4 deletions
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>fess-webapp-example</artifactId>
77
<packaging>jar</packaging>
88
<name>Example Webapp Plugin</name>
9-
<version>14.18.0-SNAPSHOT</version>
9+
<version>14.19.0-SNAPSHOT</version>
1010
<scm>
1111
<connection>scm:git:git@github.com:codelibs/fess-webapp-example.git</connection>
1212
<developerConnection>scm:git:git@github.com:codelibs/fess-webapp-example.git</developerConnection>
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.codelibs.fess</groupId>
1717
<artifactId>fess-parent</artifactId>
18-
<version>14.18.0</version>
18+
<version>14.19.1-SNAPSHOT</version>
1919
<relativePath />
2020
</parent>
2121
<build>

0 commit comments

Comments
 (0)