You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2019/08/30 03:21:13 UTC

[rocketmq-ons] 13/29: Modify ons-sample pom file

This is an automated email from the ASF dual-hosted git repository.

duhengforever pushed a commit to branch pullConsumer
in repository https://gitbox.apache.org/repos/asf/rocketmq-ons.git

commit a9c9227350055988908653e564affaa68df21738
Author: duhenglucky <du...@gmail.com>
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>