未验证 提交 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.
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.oceanbase.logclient</groupId>
<artifactId>logclient</artifactId>
<groupId>com.oceanbase</groupId>
<artifactId>oblogclient</artifactId>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>common</artifactId>
<artifactId>oblogclient-common</artifactId>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>Common Utils for OceanBase Log Client.</description>
......
......@@ -14,13 +14,13 @@ See the Mulan PSL v2 for more details.
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.oceanbase.logclient</groupId>
<artifactId>logclient</artifactId>
<groupId>com.oceanbase</groupId>
<artifactId>oblogclient</artifactId>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>logproxy-client</artifactId>
<artifactId>oblogclient-logproxy</artifactId>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>The Client for OceanBase LogProxy.</description>
......@@ -28,8 +28,8 @@ See the Mulan PSL v2 for more details.
<dependencies>
<!-- common dependency -->
<dependency>
<groupId>com.oceanbase.logclient</groupId>
<artifactId>common</artifactId>
<groupId>com.oceanbase</groupId>
<artifactId>oblogclient-common</artifactId>
<version>${project.version}</version>
</dependency>
......
......@@ -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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.oceanbase.logclient</groupId>
<artifactId>logclient</artifactId>
<groupId>com.oceanbase</groupId>
<artifactId>oblogclient</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
......@@ -81,8 +81,8 @@ See the Mulan PSL v2 for more details.
</properties>
<modules>
<module>common</module>
<module>logproxy-client</module>
<module>oblogclient-common</module>
<module>oblogclient-logproxy</module>
</modules>
<dependencyManagement>
......
......@@ -13,5 +13,5 @@
cd "$(dirname "$0")/.." || exit
protoc --java_out=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/logproxy.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.
先完成此消息的编辑!
想要评论请 注册