File tree Expand file tree Collapse file tree 4 files changed +23
-12
lines changed
main/java/org/codelibs/fess/script/ognl
test/java/org/codelibs/fess/script/ognl Expand file tree Collapse file tree 4 files changed +23
-12
lines changed Original file line number Diff line number Diff line change 1515
1616jobs :
1717 build :
18-
1918 runs-on : ubuntu-latest
20-
19+ env :
20+ PARENT_BRANCH : main
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v4
2323 - name : Set up JDK 21
24- uses : actions/setup-java@v2
24+ uses : actions/setup-java@v4
2525 with :
2626 java-version : ' 21'
2727 distribution : ' temurin'
28- - uses : actions/cache@v1
28+ - uses : actions/cache@v4
2929 with :
3030 path : ~/.m2/repository
3131 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
3232 restore-keys : |
3333 ${{ runner.os }}-maven-
34+ - name : Checkout fess-parent
35+ uses : actions/checkout@v4
36+ with :
37+ repository : codelibs/fess-parent
38+ ref : ${{ env.PARENT_BRANCH }}
39+ path : fess-parent
40+ - name : Install fess-parent
41+ run : |
42+ cd fess-parent
43+ mvn install -Dgpg.skip=true
3444 - name : Build with Maven
3545 run : mvn -B package --file pom.xml
Original file line number Diff line number Diff line change 44 <artifactId >fess-script-ognl</artifactId >
55 <packaging >jar</packaging >
66 <name >OGNL Script Plugin</name >
7- <version >15.0.0 -SNAPSHOT</version >
7+ <version >15.0.1 -SNAPSHOT</version >
88 <scm >
99 <
connection >scm:git:
[email protected] :codelibs/fess-script-ognl.git</
connection >
1010 <
developerConnection >scm:git:
[email protected] :codelibs/fess-script-ognl.git</
developerConnection >
1111 <url >https://github.com/codelibs/fess-script-ognl</url >
12- </scm >
12+ <tag >HEAD</tag >
13+ </scm >
1314 <parent >
1415 <groupId >org.codelibs.fess</groupId >
1516 <artifactId >fess-parent</artifactId >
16- <version >15.0.0-SNAPSHOT </version >
17+ <version >15.0.0</version >
1718 <relativePath />
1819 </parent >
1920 <properties >
7273 </build >
7374 <repositories >
7475 <repository >
75- <id >snapshots.oss .sonatype.org </id >
76- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
76+ <id >snapshots.central .sonatype.com </id >
77+ <url >https://central .sonatype.com/repository/maven- snapshots</url >
7778 <releases >
7879 <enabled >false</enabled >
7980 </releases >
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2012-2023 CodeLibs Project and the Others.
2+ * Copyright 2012-2025 CodeLibs Project and the Others.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2012-2023 CodeLibs Project and the Others.
2+ * Copyright 2012-2025 CodeLibs Project and the Others.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments