|
59 | 59 | </modules> |
60 | 60 |
|
61 | 61 | <properties> |
62 | | - <revision>1.2.2</revision> |
| 62 | + <revision>1.3.0-SNAPSHOT</revision> |
63 | 63 | <maven.compiler.source>8</maven.compiler.source> |
64 | 64 | <maven.compiler.target>8</maven.compiler.target> |
65 | 65 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
66 | 66 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
67 | 67 | <argLine>-Dfile.encoding=UTF-8</argLine> |
68 | 68 |
|
69 | | - <provider.version>1.1.1</provider.version> |
| 69 | + <provider.version>2.0.0</provider.version> |
70 | 70 |
|
71 | | - <mybatis.version>3.5.9</mybatis.version> |
| 71 | + <mybatis.version>3.5.10</mybatis.version> |
72 | 72 | <mybatis-spring.version>2.0.7</mybatis-spring.version> |
73 | 73 | <mybatis-spring-boot.version>2.2.2</mybatis-spring-boot.version> |
74 | 74 |
|
75 | | - <springframework.version>5.3.18</springframework.version> |
76 | | - <springboot.version>2.6.6</springboot.version> |
| 75 | + <springframework.version>5.3.21</springframework.version> |
| 76 | + <springboot.version>2.7.1</springboot.version> |
77 | 77 |
|
78 | 78 | <logback.version>1.2.11</logback.version> |
79 | 79 | <hsqldb.version>2.5.2</hsqldb.version> |
|
167 | 167 | </compilerArgs> |
168 | 168 | </configuration> |
169 | 169 | </plugin> |
| 170 | + <plugin> |
| 171 | + <groupId>org.codehaus.mojo</groupId> |
| 172 | + <artifactId>flatten-maven-plugin</artifactId> |
| 173 | + <version>1.1.0</version> |
| 174 | + <configuration> |
| 175 | + <updatePomFile>true</updatePomFile> |
| 176 | + <flattenMode>resolveCiFriendliesOnly</flattenMode> |
| 177 | + <pomElements> |
| 178 | + <dependencies>expand</dependencies> |
| 179 | + </pomElements> |
| 180 | + </configuration> |
| 181 | + <executions> |
| 182 | + <execution> |
| 183 | + <id>flatten</id> |
| 184 | + <phase>process-resources</phase> |
| 185 | + <goals> |
| 186 | + <goal>flatten</goal> |
| 187 | + </goals> |
| 188 | + </execution> |
| 189 | + <execution> |
| 190 | + <id>flatten.clean</id> |
| 191 | + <phase>clean</phase> |
| 192 | + <goals> |
| 193 | + <goal>clean</goal> |
| 194 | + </goals> |
| 195 | + </execution> |
| 196 | + </executions> |
| 197 | + </plugin> |
170 | 198 | </plugins> |
171 | 199 | </build> |
172 | 200 |
|
|
208 | 236 | </execution> |
209 | 237 | </executions> |
210 | 238 | </plugin> |
211 | | - <plugin> |
212 | | - <groupId>org.codehaus.mojo</groupId> |
213 | | - <artifactId>flatten-maven-plugin</artifactId> |
214 | | - <version>1.1.0</version> |
215 | | - <configuration> |
216 | | - <updatePomFile>true</updatePomFile> |
217 | | - <flattenMode>resolveCiFriendliesOnly</flattenMode> |
218 | | - <pomElements> |
219 | | - <dependencies>expand</dependencies> |
220 | | - </pomElements> |
221 | | - </configuration> |
222 | | - <executions> |
223 | | - <execution> |
224 | | - <id>flatten</id> |
225 | | - <phase>process-resources</phase> |
226 | | - <goals> |
227 | | - <goal>flatten</goal> |
228 | | - </goals> |
229 | | - </execution> |
230 | | - <execution> |
231 | | - <id>flatten.clean</id> |
232 | | - <phase>clean</phase> |
233 | | - <goals> |
234 | | - <goal>clean</goal> |
235 | | - </goals> |
236 | | - </execution> |
237 | | - </executions> |
238 | | - </plugin> |
239 | 239 | <!-- GPG mvn clean deploy -P deploy-oss-maven -Dgpg.passphrase=YourPassphase--> |
240 | 240 | <plugin> |
241 | 241 | <groupId>org.apache.maven.plugins</groupId> |
|
0 commit comments