pull/1/MERGE
tanghc 5 years ago
parent 744e28b343
commit b107886ed9
  1. 8
      sop-common/pom.xml
  2. 1
      sop-common/sop-bridge-gateway/pom.xml
  3. 1
      sop-common/sop-bridge-zuul/pom.xml

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

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

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

Loading…
Cancel
Save