rangareddy opened a new pull request, #533: URL: https://github.com/apache/incubator-xtable/pull/533
## *Important Read* This pull request aims to address issues [#531](https://github.com/apache/incubator-xtable/issues/531) ## What is the purpose of the pull request Adding the <licenses> tag to xtable project and updating the project name. ## Brief change log * Added the <licenses> and <organization> in the xtable parent project ```xml <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <organization> <name>The Apache Software Foundation</name> <url>https://www.apache.org</url> </organization> ``` * Updated the project name for each module, for example ```xml <name>XTable Parent Project</name> ``` ## Verify this pull request Verified by running `$ mvn clean install -DskipTests -U` locally. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@xtable.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org