This commit is contained in:
tanghc
2020-01-10 20:46:12 +08:00
parent 744e28b343
commit b107886ed9
3 changed files with 10 additions and 0 deletions

View File

@@ -134,6 +134,14 @@
</dependency> </dependency>
</dependencies> </dependencies>
<repositories>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
<build> <build>
<plugins> <plugins>
<!-- 打包时跳过测试 --> <!-- 打包时跳过测试 -->

View File

@@ -6,6 +6,7 @@
<artifactId>sop-common</artifactId> <artifactId>sop-common</artifactId>
<groupId>com.gitee.sop</groupId> <groupId>com.gitee.sop</groupId>
<version>2.6.0-SNAPSHOT</version> <version>2.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<version>2.6.0-SNAPSHOT</version> <version>2.6.0-SNAPSHOT</version>

View File

@@ -6,6 +6,7 @@
<artifactId>sop-common</artifactId> <artifactId>sop-common</artifactId>
<groupId>com.gitee.sop</groupId> <groupId>com.gitee.sop</groupId>
<version>2.6.0-SNAPSHOT</version> <version>2.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<version>2.6.0-SNAPSHOT</version> <version>2.6.0-SNAPSHOT</version>