You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2018/10/26 06:06:55 UTC

[pulsar] branch master updated: Add "dashboard" to list of modules so that pom version gets auto updated (#2838)

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

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 519cbe9  Add "dashboard" to list of modules so that pom version gets auto updated (#2838)
519cbe9 is described below

commit 519cbe905ef2f53cb51ac0cc136a912c2ef8a18f
Author: Matteo Merli <mm...@apache.org>
AuthorDate: Thu Oct 25 23:06:50 2018 -0700

    Add "dashboard" to list of modules so that pom version gets auto updated (#2838)
    
    * Add "dashboard" to list of modules so that pom version gets auto updated
    
    * Fixed version
    
    * Fixed license exclusion for dashboard
---
 dashboard/pom.xml | 2 +-
 pom.xml           | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dashboard/pom.xml b/dashboard/pom.xml
index 8131fb4..f46ec05 100644
--- a/dashboard/pom.xml
+++ b/dashboard/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>docker-images</artifactId>
-    <version>2.1.0-incubating-SNAPSHOT</version>
+    <version>2.3.0-SNAPSHOT</version>
     <relativePath>../docker</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index cc8bc7d..eac83c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,6 +102,7 @@ flexible messaging model and an intuitive client API.</description>
     <module>pulsar-zookeeper</module>
     <module>pulsar-log4j2-appender</module>
     <module>pulsar-sql</module>
+    <module>dashboard</module>
 
     <!-- jclouds shaded for gson conflict: https://issues.apache.org/jira/browse/JCLOUDS-1166 -->
     <module>jclouds-shaded</module>
@@ -1035,7 +1036,7 @@ flexible messaging model and an intuitive client API.</description>
             <exclude>**/*.graffle</exclude>
             <exclude>**/*.hgrm</exclude>
             <exclude>**/CMakeFiles/**</exclude>
-            <exclude>dashboard/django/stats/migrations/*.py</exclude>
+            <exclude>**/django/stats/migrations/*.py</exclude>
             <exclude>site/vendor/**</exclude>
             <exclude>site/scripts/doxygen/**</exclude>
             <exclude>site/api/**</exclude>
@@ -1142,7 +1143,7 @@ flexible messaging model and an intuitive client API.</description>
             <exclude>**/META-INF/services/com.facebook.presto.spi.Plugin</exclude>
 
             <!-- Django generated code -->
-            <exclude>dashboard/django/stats/migrations/*.py</exclude>
+            <exclude>**/django/stats/migrations/*.py</exclude>
             <exclude>**/conf/uwsgi_params</exclude>
 
             <!-- Exclude certificates used for tests -->