This commit is contained in:
六如
2024-09-04 09:55:29 +08:00
parent 19022bdbe1
commit 7f6b3a4309
54 changed files with 2793 additions and 43 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.gitee.sop</groupId>
<artifactId>sop-parent</artifactId>
<version>4.4.2-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <!-- lookup parent from repository -->
</parent>
@@ -25,4 +25,4 @@
<module>sdk-java</module>
</modules>
</project>
</project>

View File

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