1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/geek_qi-Cloud-Merge

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
pom.xml 2.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
王浩彬 Отправлено 02.03.2018 08:18 a6c9357
<?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>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/geek_qi-Cloud-Merge.git
git@api.gitlife.ru:oschina-mirror/geek_qi-Cloud-Merge.git
oschina-mirror
geek_qi-Cloud-Merge
geek_qi-Cloud-Merge
master