This is an automated email from the ASF dual-hosted git repository. vinish pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
commit 1f7b86c2f766559d25bcae87fd9b30323de6a316 Author: Ranga Reddy <[email protected]> AuthorDate: Tue Sep 17 19:01:10 2024 +0530 [532] Add DISCLAIMER to META-INF in jars --- DISCLAIMER | 10 ++++++++++ pom.xml | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/DISCLAIMER b/DISCLAIMER new file mode 100644 index 00000000..fe22ba3d --- /dev/null +++ b/DISCLAIMER @@ -0,0 +1,10 @@ +Apache XTableâ„¢ (Incubating) is an effort undergoing incubation at the Apache Software +Foundation (ASF), sponsored by the Apache Incubator PMC. + +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/pom.xml b/pom.xml index 4ac83667..a08658b0 100644 --- a/pom.xml +++ b/pom.xml @@ -570,6 +570,10 @@ <properties> <projectName>Apache XTable (incubating)</projectName> </properties> + <resourceBundles> + <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> + <resourceBundle>org.apache.apache.resources:apache-incubator-disclaimer-resource-bundle:1.2-SNAPSHOT</resourceBundle> + </resourceBundles> </configuration> </execution> </executions>
