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 1818 <servlet .api.version>5.0.0</servlet .api.version>
1919 <maven-dependency-plugin .version>3.5.0</maven-dependency-plugin .version>
2020 <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>
2122 <jetty .version>11.0.14</jetty .version>
2223 </properties >
2324
176177
177178 <plugin >
178179 <artifactId >maven-antrun-plugin</artifactId >
180+ <version >${maven-antrun-plugin.version} </version >
179181 <executions >
180182 <execution >
181183 <phase >process-sources</phase >
182184 <configuration >
183- <tasks >
185+ <target >
184186 <!-- replace javax.servlet with jakarta.servlet in generated-sources -->
185187 <replace dir =" target/generated-sources/java"
186188 token=" javax.servlet" value =" jakarta.servlet" >
191193 token=" javax.servlet" value =" jakarta.servlet" >
192194 <include name =" **/*.java" />
193195 </replace >
194- </tasks >
196+ </target >
195197 </configuration >
196198 <goals >
197199 <goal >run</goal >
Original file line number Diff line number Diff line change 1818 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1919 <maven .compiler.source>11</maven .compiler.source>
2020 <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>
2222 <keytool .plugin.version>1.5</keytool .plugin.version>
2323 <keystore .token.store_password>0bzhBRNUXBR5
2424 </keystore .token.store_password>
You can’t perform that action at this time.
0 commit comments