1 Star 0 Fork 24

贰拾壹克拉/design

forked from 帆软软件/design 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
hades 提交于 2020-08-05 20:35 . 无jira 编译等级调到1.8
<?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>
<parent>
<groupId>com.fr.report</groupId>
<artifactId>fine-report-designer</artifactId>
<version>10.0</version>
<relativePath>../design-settings/fine-report-designer</relativePath>
</parent>
<modules>
<module>designer-base</module>
<module>designer-chart</module>
<module>designer-form</module>
<module>designer-realize</module>
<module>designer-sdk</module>
</modules>
<groupId>com.fr.report</groupId>
<artifactId>design</artifactId>
<version>10.0</version>
<packaging>pom</packaging>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/joyo_z/design.git
[email protected]:joyo_z/design.git
joyo_z
design
design
persist/10.0

搜索帮助