This is an automated email from the ASF dual-hosted git repository. duhengforever pushed a commit to branch OpenMessaging in repository https://gitbox.apache.org/repos/asf/rocketmq-ons.git
commit a9c9227350055988908653e564affaa68df21738 Author: duhenglucky <[email protected]> AuthorDate: Mon Jul 1 16:48:52 2019 +0800 Modify ons-sample pom file --- ons-sample/pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ons-sample/pom.xml b/ons-sample/pom.xml index 71a7972..2cebaaf 100644 --- a/ons-sample/pom.xml +++ b/ons-sample/pom.xml @@ -7,9 +7,12 @@ <groupId>org.apache.rocketmq</groupId> <version>1.8.1-SNAPSHOT</version> </parent> - <modelVersion>4.0.0</modelVersion> + <modelVersion>4.0.0</modelVersion> + <packaging>jar</packaging> <artifactId>ons-sample</artifactId> + <name>rocketmq-ons ${project.version}</name> + <dependencies> <dependency> <groupId>org.apache.rocketmq</groupId>
