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 e4ce5a87 Removing web dashboard from release
e4ce5a87 is described below
commit e4ce5a87ab1524beecb1fc4e018c7458873b89ca
Author: Glaucia <[email protected]>
AuthorDate: Tue Aug 15 11:08:07 2023 +0100
Removing web dashboard from release
---
wayang-web-dashboard/pom.xml | 42 ------------------------------------------
1 file changed, 42 deletions(-)
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>