66 Star 243 Fork 121

江离 / Cloud-Merge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.24 KB
一键复制 编辑 原始数据 按行查看 历史
江离 提交于 2018-03-02 13:18 . [Feature] 重构分支稳定版
<?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>
<groupId>com.github.wxiaoqi</groupId>
<artifactId>ace-merge-parent</artifactId>
<packaging>pom</packaging>
<version>2.0-SNAPSHOT</version>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
<modules>
<module>ace-merge-core</module>
<module>ace-merge-demo</module>
</modules>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.4.RELEASE</version>
</parent>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<name>Maven Central Staging Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<developers>
<developer>
<name>ace</name>
<email>463540703@qq.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://gitee.com/geek_qi/AG-Merge.git</connection>
<developerConnection>scm:git:https://gitee.com/geek_qi/AG-Merge.git</developerConnection>
<url>https://gitee.com/geek_qi/AG-Merge</url>
<tag>1.0-SNAPSHOT</tag>
</scm>
</project>
Java
1
https://gitee.com/geek_qi/Cloud-Merge.git
git@gitee.com:geek_qi/Cloud-Merge.git
geek_qi
Cloud-Merge
Cloud-Merge
master

搜索帮助