merlimat closed pull request #2838: Add "dashboard" to list of modules so that 
pom version gets auto updated
URL: https://github.com/apache/pulsar/pull/2838
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/dashboard/pom.xml b/dashboard/pom.xml
index 8131fb43eb..f46ec05165 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 cc8bc7d9a1..eac83c073f 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 -->


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to