Skip to content

Commit 5d0002e

Browse files
committed
fess-parent 15.0.0-SNAPSHOT
1 parent 3298c63 commit 5d0002e

File tree

3 files changed

+11
-106
lines changed

3 files changed

+11
-106
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 95 deletions
This file was deleted.

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v2
23-
- name: Set up JDK 17
23+
- name: Set up JDK 21
2424
uses: actions/setup-java@v2
2525
with:
26-
java-version: '17'
26+
java-version: '21'
2727
distribution: 'temurin'
2828
- uses: actions/cache@v1
2929
with:

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>fess-script-ognl</artifactId>
55
<packaging>jar</packaging>
66
<name>OGNL Script Plugin</name>
7-
<version>14.12.0-SNAPSHOT</version>
7+
<version>15.0.0-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>
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.codelibs.fess</groupId>
1515
<artifactId>fess-parent</artifactId>
16-
<version>14.12.0-SNAPSHOT</version>
16+
<version>15.0.0-SNAPSHOT</version>
1717
<relativePath />
1818
</parent>
1919
<properties>
@@ -89,15 +89,15 @@
8989
<version>${ognl.version}</version>
9090
</dependency>
9191
<dependency>
92-
<groupId>javax.annotation</groupId>
93-
<artifactId>javax.annotation-api</artifactId>
94-
<version>${javax.annotation.api.version}</version>
92+
<groupId>jakarta.annotation</groupId>
93+
<artifactId>jakarta.annotation-api</artifactId>
94+
<version>${jakarta.annotation.api.version}</version>
9595
<scope>provided</scope>
9696
</dependency>
9797
<dependency>
98-
<groupId>javax.servlet</groupId>
99-
<artifactId>javax.servlet-api</artifactId>
100-
<version>${javax.servlet.api.version}</version>
98+
<groupId>jakarta.servlet</groupId>
99+
<artifactId>jakarta.servlet-api</artifactId>
100+
<version>${jakarta.servlet.api.version}</version>
101101
<scope>provided</scope>
102102
</dependency>
103103
<dependency>
@@ -140,7 +140,7 @@
140140
</dependency>
141141
<dependency>
142142
<groupId>org.dbflute.utflute</groupId>
143-
<artifactId>utflute-lastaflute</artifactId>
143+
<artifactId>utflute-lastaflute-jakarta</artifactId>
144144
<version>${utflute.version}</version>
145145
<scope>test</scope>
146146
</dependency>

0 commit comments

Comments
 (0)