diff --git a/DISCLAIMER b/DISCLAIMER new file mode 100644 index 00000000..bed312a0 --- /dev/null +++ b/DISCLAIMER @@ -0,0 +1 @@ +Apache Dubbo is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. \ No newline at end of file diff --git a/NOTICE b/NOTICE new file mode 100644 index 00000000..97fefd07 --- /dev/null +++ b/NOTICE @@ -0,0 +1,14 @@ +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 Netty Project: + +The Netty Project +================= +Please visit the Netty web site for more information: + * http://netty.io/ + +Copyright 2014 The Netty Project \ No newline at end of file diff --git a/dubbo-spring-boot-distribution/pom.xml b/dubbo-spring-boot-distribution/pom.xml index 89cb60b1..377375b8 100644 --- a/dubbo-spring-boot-distribution/pom.xml +++ b/dubbo-spring-boot-distribution/pom.xml @@ -57,7 +57,7 @@ <profile> <id>release</id> <build> - <finalName>apache-dubbo-spring-boot-project-${project.version}</finalName> + <finalName>apache-dubbo-spring-boot-project-incubating-${project.version}</finalName> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId>
With regards, Apache Git Services
