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-website</artifactId>
<version>4.2.5-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.gitee.sop</groupId>
<artifactId>sop-website</artifactId>
<version>4.2.5-SNAPSHOT</version>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath> <!-- lookup parent from repository -->
</parent>
@@ -25,7 +25,7 @@
<groupId>com.gitee.sop</groupId>
<artifactId>sop-bridge-nacos</artifactId>
<!--<artifactId>sop-bridge-eureka</artifactId>-->
<version>4.2.5-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>