提交 1a64a8ba authored 作者: david varnes's avatar david varnes

Fix parent reference in child poms (doh!)

上级 ec4108c0
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.freeswitch.esl.client</groupId> <groupId>org.freeswitch.esl.client</groupId>
<artifactId>esl-client-parent</artifactId> <artifactId>java-esl-client</artifactId>
<version>0.9.1-SNAPSHOT</version> <version>0.9.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.freeswitch.esl.client.example</artifactId> <artifactId>org.freeswitch.esl.client.example</artifactId>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.freeswitch.esl.client</groupId> <groupId>org.freeswitch.esl.client</groupId>
<artifactId>esl-client-parent</artifactId> <artifactId>java-esl-client</artifactId>
<version>0.9.1-SNAPSHOT</version> <version>0.9.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.freeswitch.esl.client</artifactId> <artifactId>org.freeswitch.esl.client</artifactId>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论