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

glauesppen pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git

commit b6ec9ebd481c8b246a8540585d3a07d55bd209ef
Author: Glaucia <[email protected]>
AuthorDate: Sun Aug 6 21:11:28 2023 +0100

    adding new modules
---
 pom.xml                      |  2 ++
 wayang-docs/pom.xml          |  2 +-
 wayang-web-dashboard/pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bcfdc94a..0befa98c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1520,5 +1520,7 @@
         <module>wayang-resources</module>
         <module>wayang-benchmark</module>
         <module>wayang-assembly</module>
+        <module>wayang-docs</module>
+        <module>wayang-web-dashboard</module>
     </modules>
 </project>
\ No newline at end of file
diff --git a/wayang-docs/pom.xml b/wayang-docs/pom.xml
index 1fab76cd..5842320f 100644
--- a/wayang-docs/pom.xml
+++ b/wayang-docs/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>wayang</artifactId>
         <groupId>org.apache.wayang</groupId>
-        <version>0.7.1-SNAPSHOT</version>
+        <version>0.7.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/wayang-web-dashboard/pom.xml b/wayang-web-dashboard/pom.xml
new file mode 100644
index 00000000..f5f7da3a
--- /dev/null
+++ b/wayang-web-dashboard/pom.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+  -->
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <artifactId>wayang</artifactId>
+        <groupId>org.apache.wayang</groupId>
+        <version>0.7.1</version>
+    </parent>
+
+    <artifactId>wayang-web-dashboard</artifactId>
+    <version>0.7.0</version>
+    <packaging>pom</packaging>
+
+    <name>Wayang Web Dashboard</name>
+    <description>
+        This module creates the Web Dashboard for Wayang.
+    </description>
+
+    <modules>
+        <module>dashboard-backend</module>
+    </modules>
+
+</project>

Reply via email to