Repository: incubator-rocketmq Updated Branches: refs/heads/4.0.0-incubating 352ae6f74 -> 30cabc77b (forced update)
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/30cabc77 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/30cabc77 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/30cabc77 Branch: refs/heads/4.0.0-incubating Commit: 30cabc77bd99abcf934d822d69030ddcfe38f94a Parents: b1751d6 Author: yukon <[email protected]> Authored: Mon Jan 23 19:26:55 2017 +0800 Committer: yukon <[email protected]> Committed: Mon Jan 23 19:26:55 2017 +0800 ---------------------------------------------------------------------- test/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/30cabc77/test/pom.xml ---------------------------------------------------------------------- diff --git a/test/pom.xml b/test/pom.xml index 09ec9d3..b090598 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -24,10 +24,10 @@ <groupId>org.apache.rocketmq</groupId> <version>4.0.0-SNAPSHOT</version> </parent> - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> <artifactId>rocketmq-test</artifactId> - + <name>rocketmq-test ${project.version}</name> <dependencies> <dependency>
