Repository: incubator-rocketmq Updated Branches: refs/heads/master b1751d6e9 -> 352ae6f74
Add module name for rocketmq-test Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/352ae6f7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/352ae6f7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/352ae6f7 Branch: refs/heads/master Commit: 352ae6f7472891526f65307731ab287f0358f07a Parents: b1751d6 Author: yukon <[email protected]> Authored: Mon Jan 23 19:22:33 2017 +0800 Committer: yukon <[email protected]> Committed: Mon Jan 23 19:22:33 2017 +0800 ---------------------------------------------------------------------- test/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/352ae6f7/test/pom.xml ---------------------------------------------------------------------- diff --git a/test/pom.xml b/test/pom.xml index 09ec9d3..463a658 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -25,9 +25,8 @@ <version>4.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>rocketmq-test</artifactId> - + <name>rocketmq-tools ${project.version}</name> <dependencies> <dependency>
