Commit 289bdccb by 刘旭

test

0 parents
[submodule "var-c"]
path = var-c
url = http://liuxu@gitlab.dituhui.com/liuxu/var-c.git
[submodule "var-c1"]
path = var-c1
url = http://liuxu@gitlab.dituhui.com/liuxu/var-c1.git
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>var</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
<?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>
<profiles>
<profile>
<id>local</id>
<properties>
<saas.version>-SNAPSHOT</saas.version>
<saas.env>dev</saas.env>
</properties>
</profile>
<profile>
<id>dev</id>
<properties>
<saas.version>-SNAPSHOT</saas.version>
<saas.env>dev</saas.env>
</properties>
</profile>
<profile>
<id>pro</id>
<properties>
<saas.version></saas.version>
<saas.env>pro</saas.env>
</properties>
</profile>
</profiles>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.3.RELEASE</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
<groupId>test.dituhui.com</groupId>
<artifactId>var</artifactId>
<version>0.0.1${saas.version}</version>
<packaging>pom</packaging>
<build/>
<modules>
<module>var-c</module>
<module>var-c1</module>
</modules>
</project>
\ No newline at end of file
var-c @ 86bc86e3
Subproject commit 86bc86e38882cdf826240f2448e22ae394b5cada
var-c1 @ 6d9adbe8
Subproject commit 6d9adbe826dc067d3121d90c3a63b6d295a84f08
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!