File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
cf-java-logging-support-servlet-jakarta Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 18
18
<servlet .api.version>5.0.0</servlet .api.version>
19
19
<maven-dependency-plugin .version>3.5.0</maven-dependency-plugin .version>
20
20
<build-helper-maven-plugin .version>3.3.0</build-helper-maven-plugin .version>
21
+ <maven-antrun-plugin .version>3.1.0</maven-antrun-plugin .version>
21
22
<jetty .version>11.0.14</jetty .version>
22
23
</properties >
23
24
176
177
177
178
<plugin >
178
179
<artifactId >maven-antrun-plugin</artifactId >
180
+ <version >${maven-antrun-plugin.version} </version >
179
181
<executions >
180
182
<execution >
181
183
<phase >process-sources</phase >
182
184
<configuration >
183
- <tasks >
185
+ <target >
184
186
<!-- replace javax.servlet with jakarta.servlet in generated-sources -->
185
187
<replace dir =" target/generated-sources/java"
186
188
token=" javax.servlet" value =" jakarta.servlet" >
191
193
token=" javax.servlet" value =" jakarta.servlet" >
192
194
<include name =" **/*.java" />
193
195
</replace >
194
- </tasks >
196
+ </target >
195
197
</configuration >
196
198
<goals >
197
199
<goal >run</goal >
Original file line number Diff line number Diff line change 18
18
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
19
19
<maven .compiler.source>11</maven .compiler.source>
20
20
<maven .compiler.target>11</maven .compiler.target>
21
- <spring .boot.version>2.6.6 </spring .boot.version>
21
+ <spring .boot.version>2.7.9 </spring .boot.version>
22
22
<keytool .plugin.version>1.5</keytool .plugin.version>
23
23
<keystore .token.store_password>0bzhBRNUXBR5
24
24
</keystore .token.store_password>
You can’t perform that action at this time.
0 commit comments