This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch 0.1-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git
The following commit(s) were added to refs/heads/0.1-release by this push:
new c267acc update license & parent pom
c267acc is described below
commit c267accf3cf28660d3667daba8fdb3e671363caf
Author: nzomkxia <[email protected]>
AuthorDate: Wed Jan 30 15:09:25 2019 +0800
update license & parent pom
---
LICENSE | 6 +++---
NOTICE | 19 +++++++++++++++++++
pom.xml | 7 +++----
3 files changed, 25 insertions(+), 7 deletions(-)
diff --git a/LICENSE b/LICENSE
index ed7da5d..6e612c4 100644
--- a/LICENSE
+++ b/LICENSE
@@ -209,8 +209,8 @@ and license terms. Your use of these submodules is subject
to the terms and
conditions of the following licenses.
================================================================
-For dubbo-admin/frontend/static/fonts
-This product bundles files from google fonts which is licensed under the
Apache License v2
-For details, see https://github.com/google/fonts,
+For dubbo-admin-frontend/static
+This product bundles files from google fonts roboto and google material design
icons which is licensed under the Apache License v2
+For details, see https://github.com/google/fonts/tree/master/apache/roboto,
https://github.com/google/material-design-icons
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..0014ba8
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,19 @@
+Apache Dubbo (incubating)
+Copyright 2018-2019 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This product contains code form the google fonts roboto and google material
design icons:
+
+
+Google Fonts roboto
+===================
+please visit google fonts for more information:
+https://fonts.google.com/specimen/Roboto
+
+
+Google Material Design
+=======================
+please visit material design website for more information
+https://material.io/tools/icons/
diff --git a/pom.xml b/pom.xml
index a2bc6c7..db24ce4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,10 +33,9 @@
<description>Dubbo admin front and back end</description>
<parent>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-parent</artifactId>
- <version>2.0.2.RELEASE</version>
- <relativePath/> <!-- lookup parent from repository -->
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>19</version>
</parent>
<repositories>