prepare for deploying maven central repository (#131)
This commit is contained in:
@@ -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>
|
||||
@@ -252,15 +252,15 @@
|
||||
</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>
|
||||
<dependency>
|
||||
<groupId>we</groupId>
|
||||
<groupId>com.fizzgate</groupId>
|
||||
<artifactId>fizz-plugin</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
Reference in New Issue
Block a user