Skip to content

Commit

Permalink
[INLONG-776] fix the version error for tubemq cpp client docker image (
Browse files Browse the repository at this point in the history
…apache#571)

Co-authored-by: dockerzhang <dockerzhang@tencent.com>
  • Loading branch information
2 people authored and tianqiwan committed Aug 23, 2021
1 parent 75e3af4 commit 5a92ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions inlong-tubemq/tubemq-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<modules>
<module>tubemq-all</module>
<module>tubemq-build</module>
<module>tubemq-cpp</module>
</modules>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion inlong-tubemq/tubemq-docker/tubemq-cpp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>tubemq-docker</artifactId>
<groupId>org.apache.inlong</groupId>
<version>0.6.0-incubating</version>
<version>0.9.0-incubating</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Apache InLong - TubeMQ Docker Build C++ SDK Client</name>
Expand Down

0 comments on commit 5a92ec2

Please sign in to comment.