未验证 提交 bf0e81d8 编写于 作者: H He Wang 提交者: GitHub

[refactor] update module and artifact name (#60)

update module and artifact name
上级 3208c901
...@@ -14,13 +14,13 @@ See the Mulan PSL v2 for more details. ...@@ -14,13 +14,13 @@ See the Mulan PSL v2 for more details.
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.oceanbase.logclient</groupId> <groupId>com.oceanbase</groupId>
<artifactId>logclient</artifactId> <artifactId>oblogclient</artifactId>
<version>1.1.0-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>common</artifactId> <artifactId>oblogclient-common</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name> <name>${project.groupId}:${project.artifactId}</name>
<description>Common Utils for OceanBase Log Client.</description> <description>Common Utils for OceanBase Log Client.</description>
......
...@@ -14,13 +14,13 @@ See the Mulan PSL v2 for more details. ...@@ -14,13 +14,13 @@ See the Mulan PSL v2 for more details.
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.oceanbase.logclient</groupId> <groupId>com.oceanbase</groupId>
<artifactId>logclient</artifactId> <artifactId>oblogclient</artifactId>
<version>1.1.0-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>logproxy-client</artifactId> <artifactId>oblogclient-logproxy</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name> <name>${project.groupId}:${project.artifactId}</name>
<description>The Client for OceanBase LogProxy.</description> <description>The Client for OceanBase LogProxy.</description>
...@@ -28,8 +28,8 @@ See the Mulan PSL v2 for more details. ...@@ -28,8 +28,8 @@ See the Mulan PSL v2 for more details.
<dependencies> <dependencies>
<!-- common dependency --> <!-- common dependency -->
<dependency> <dependency>
<groupId>com.oceanbase.logclient</groupId> <groupId>com.oceanbase</groupId>
<artifactId>common</artifactId> <artifactId>oblogclient-common</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
......
...@@ -14,8 +14,8 @@ See the Mulan PSL v2 for more details. ...@@ -14,8 +14,8 @@ See the Mulan PSL v2 for more details.
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.oceanbase.logclient</groupId> <groupId>com.oceanbase</groupId>
<artifactId>logclient</artifactId> <artifactId>oblogclient</artifactId>
<version>1.1.0-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
...@@ -81,8 +81,8 @@ See the Mulan PSL v2 for more details. ...@@ -81,8 +81,8 @@ See the Mulan PSL v2 for more details.
</properties> </properties>
<modules> <modules>
<module>common</module> <module>oblogclient-common</module>
<module>logproxy-client</module> <module>oblogclient-logproxy</module>
</modules> </modules>
<dependencyManagement> <dependencyManagement>
......
...@@ -13,5 +13,5 @@ ...@@ -13,5 +13,5 @@
cd "$(dirname "$0")/.." || exit cd "$(dirname "$0")/.." || exit
protoc --java_out=common/src/main/java proto/logproxy.proto protoc --java_out=oblogclient-common/src/main/java proto/logproxy.proto
protoc --java_out=common/src/main/java proto/v1.proto protoc --java_out=oblogclient-common/src/main/java proto/v1.proto
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册