You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/01/09 11:44:09 UTC

[incubator-servicecomb-java-chassis] branch master updated: SCB-118 fix modules missing in pom (#496)

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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new acf966a  SCB-118 fix modules missing in pom (#496)
acf966a is described below

commit acf966a2fef3eb3c8415e4e8a875abe1d9b3b0da
Author: zhengyangyong <ya...@huawei.com>
AuthorDate: Tue Jan 9 19:44:07 2018 +0800

    SCB-118 fix modules missing in pom (#496)
    
    Signed-off-by: zhengyangyong <ya...@huawei.com>
---
 metrics/metrics-integration/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/metrics/metrics-integration/pom.xml b/metrics/metrics-integration/pom.xml
index a597152..e37fe07 100644
--- a/metrics/metrics-integration/pom.xml
+++ b/metrics/metrics-integration/pom.xml
@@ -29,4 +29,8 @@
   <artifactId>metrics-integration</artifactId>
   <packaging>pom</packaging>
 
+  <modules>
+    <module>metrics-prometheus</module>
+  </modules>
+
 </project>
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
['"commits@servicecomb.apache.org" <co...@servicecomb.apache.org>'].