fixed cliet-adapter artifactId

This commit is contained in:
七锋
2018-10-24 17:00:56 +08:00
parent 9270834631
commit b5dac60cbb
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba.otter</groupId>
<artifactId>example</artifactId>
<artifactId>client-adapter.example</artifactId>
<packaging>jar</packaging>
<name>canal client adapter example module for otter ${project.version}</name>
@@ -145,4 +145,4 @@
</build>
</profile>
</profiles>
</project>
</project>
+2 -2
View File
@@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba.otter</groupId>
<artifactId>launcher</artifactId>
<artifactId>client-adapter.launcher</artifactId>
<packaging>jar</packaging>
<name>canal client adapter launcher module for otter ${project.version}</name>
@@ -134,4 +134,4 @@
</plugin>
</plugins>
</build>
</project>
</project>