Browse Source
Merge in CORE/base-third from final/10.0 to release/10.0 * commit '9a9390fc5c7c7eb2a8bdc92d4a969f1cf26f308a': 无jira任务,persist合final build.third_step0.gradle edited online with Bitbucket build.third_step0.gradle edited online with Bitbucket 更新apache工具类 CORE-135 插件禁用再启用后Jackson实例化的java对象仍然用的插件卸载前的classLoader fix fix MOBILE-17909&MOBILE-17908 10.0微信》定时调度有微信任务时卸载微信插件,报错 fix fix DEC-4839 druid没有写默认的ms连接前校验语句,hibernate也没加,最后导致出错 无jira任务,打包失败 REPORT-10262 html大文本精确分页 REPORT-11516 富文本在内容前添加空格导出word和预览不一致 build build buildrelease/10.0 10.0.8.20200716.final
ju.ju
4 years ago
5 changed files with 73 additions and 10 deletions
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" |
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
||||
<modelVersion>4.0.0</modelVersion> |
||||
<modules> |
||||
<module>fine-hibernate</module> |
||||
<module>fine-druid</module> |
||||
</modules>> |
||||
|
||||
<parent> |
||||
<groupId>com.fr.maven</groupId> |
||||
<artifactId>finereport-maven</artifactId> |
||||
<version>10.0</version> |
||||
<relativePath>../finereport-maven</relativePath> |
||||
</parent> |
||||
|
||||
<groupId>com.fr.third</groupId> |
||||
<artifactId>base-third-code</artifactId> |
||||
<version>${branch}</version> |
||||
<packaging>pom</packaging> |
||||
|
||||
</project> |
Loading…
Reference in new issue