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 7430950a9df7bac807bba477264835496dab9d2a Author: Glaucia <[email protected]> AuthorDate: Tue Aug 15 11:08:07 2023 +0100 Removing web dashboard from release --- pom.xml | 1 - wayang-web-dashboard/pom.xml | 42 ------------------------------------------ 2 files changed, 43 deletions(-) diff --git a/pom.xml b/pom.xml index 0befa98c..aa4bec00 100644 --- a/pom.xml +++ b/pom.xml @@ -1521,6 +1521,5 @@ <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-web-dashboard/pom.xml b/wayang-web-dashboard/pom.xml deleted file mode 100644 index f5f7da3a..00000000 --- a/wayang-web-dashboard/pom.xml +++ /dev/null @@ -1,42 +0,0 @@ -<?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>
