Browse Source

fixed cliet-adapter artifactId

七锋 6 years ago
parent
commit
b5dac60cbb
2 changed files with 4 additions and 4 deletions
  1. 2 2
      client-adapter/example/pom.xml
  2. 2 2
      client-adapter/launcher/pom.xml

+ 2 - 2
client-adapter/example/pom.xml

@@ -9,7 +9,7 @@
     </parent>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.alibaba.otter</groupId>
     <groupId>com.alibaba.otter</groupId>
-    <artifactId>example</artifactId>
+    <artifactId>client-adapter.example</artifactId>
     <packaging>jar</packaging>
     <packaging>jar</packaging>
     <name>canal client adapter example module for otter ${project.version}</name>
     <name>canal client adapter example module for otter ${project.version}</name>
 
 
@@ -145,4 +145,4 @@
             </build>
             </build>
         </profile>
         </profile>
     </profiles>
     </profiles>
-</project>
+</project>

+ 2 - 2
client-adapter/launcher/pom.xml

@@ -9,7 +9,7 @@
     </parent>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.alibaba.otter</groupId>
     <groupId>com.alibaba.otter</groupId>
-    <artifactId>launcher</artifactId>
+    <artifactId>client-adapter.launcher</artifactId>
     <packaging>jar</packaging>
     <packaging>jar</packaging>
     <name>canal client adapter launcher module for otter ${project.version}</name>
     <name>canal client adapter launcher module for otter ${project.version}</name>
 
 
@@ -134,4 +134,4 @@
             </plugin>
             </plugin>
         </plugins>
         </plugins>
     </build>
     </build>
-</project>
+</project>