|
|
@@ -2,15 +2,14 @@
|
|
|
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
- <artifactId>core</artifactId>
|
|
|
- <version>0.0.1-SNAPSHOT</version>
|
|
|
- <name>dev-cloud-core</name>
|
|
|
+ <artifactId>seecoder-devcloud-core</artifactId>
|
|
|
+ <version>0.1.0</version>
|
|
|
<description>Demo project for Spring Boot</description>
|
|
|
|
|
|
<parent>
|
|
|
- <artifactId>parent</artifactId>
|
|
|
- <groupId>seecoder.devcloud</groupId>
|
|
|
- <version>0.0.1-SNAPSHOT</version>
|
|
|
+ <artifactId>seecoder-devcloud-parent</artifactId>
|
|
|
+ <groupId>cn.seecoder</groupId>
|
|
|
+ <version>0.1.0</version>
|
|
|
</parent>
|
|
|
|
|
|
<properties>
|
|
|
@@ -24,9 +23,9 @@
|
|
|
<dependencies>
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>seecoder.devcloud</groupId>
|
|
|
- <artifactId>api</artifactId>
|
|
|
- <version>0.0.1-SNAPSHOT</version>
|
|
|
+ <groupId>cn.seecoder</groupId>
|
|
|
+ <artifactId>seecoder-devcloud-api</artifactId>
|
|
|
+ <version>0.1.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
@@ -67,20 +66,4 @@
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
-
|
|
|
- <build>
|
|
|
- <plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-compiler-plugin</artifactId>
|
|
|
- <version>3.8.1</version>
|
|
|
- <configuration>
|
|
|
- <source>1.8</source>
|
|
|
- <target>1.8</target>
|
|
|
- <encoding>UTF-8</encoding>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- </build>
|
|
|
-
|
|
|
</project>
|