prepare for deploying maven central repository (#131)

This commit is contained in:
hongqiaowei
2021-04-20 10:54:38 +08:00
committed by GitHub
parent 56d729345a
commit ec1a6a49c6
7 changed files with 45 additions and 34 deletions

View File

@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>fizz-gateway-community</artifactId>
<groupId>we</groupId>
<groupId>com.fizzgate</groupId>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -25,11 +25,11 @@
</dependency>
<dependency>
<groupId>we</groupId>
<groupId>com.fizzgate</groupId>
<artifactId>fizz-common</artifactId>
</dependency>
<dependency>
<groupId>we</groupId>
<groupId>com.fizzgate</groupId>
<artifactId>fizz-core</artifactId>
</dependency>