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
The following commit(s) were added to refs/heads/develop by this push:
new 4b0e5b4a adding new modules
4b0e5b4a is described below
commit 4b0e5b4a5a4c5041da5e22a668f8ed9a5f69cc3e
Author: Glaucia <[email protected]>
AuthorDate: Sun Aug 6 21:11:28 2023 +0100
adding new modules
---
pom.xml | 2 ++
wayang-docs/pom.xml | 2 +-
2 files changed, 3 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>