This commit is contained in:
tanghc
2021-02-22 10:41:26 +08:00
parent 0f5f659b48
commit 5af379160c
30 changed files with 302 additions and 185 deletions

View File

@@ -6,13 +6,12 @@
<parent>
<groupId>com.gitee.sop</groupId>
<artifactId>sop-parent</artifactId>
<version>4.2.5-SNAPSHOT</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath> <!-- lookup parent from repository -->
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sop-sdk</artifactId>
<version>4.2.5-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

View File

@@ -4,13 +4,13 @@
<parent>
<groupId>com.gitee.sop</groupId>
<artifactId>sop-parent</artifactId>
<version>4.2.5-SNAPSHOT</version>
<version>${revision}</version>
<relativePath>../../pom.xml</relativePath> <!-- lookup parent from repository -->
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sdk-java</artifactId>
<version>4.2.5-SNAPSHOT</version>
<version>${revision}</version>
<properties>
<!-- Generic properties -->