This is an automated email from the ASF dual-hosted git repository. grv pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/trunk by this push: new c257243 Fixed: Incorrect Display Name for the Swagger component corrected (OFBIZ-12197) c257243 is described below commit c257243fc0b289788eae467b7bc599f51afb9bec Author: Girish Vasmatkar <girish.vasmat...@hotwaxsystems.com> AuthorDate: Wed Mar 17 18:26:48 2021 +0530 Fixed: Incorrect Display Name for the Swagger component corrected (OFBIZ-12197) --- ofbiz-rest-impl/webapp/docs/WEB-INF/web.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ofbiz-rest-impl/webapp/docs/WEB-INF/web.xml b/ofbiz-rest-impl/webapp/docs/WEB-INF/web.xml index f87b1e2..6ba0fca 100644 --- a/ofbiz-rest-impl/webapp/docs/WEB-INF/web.xml +++ b/ofbiz-rest-impl/webapp/docs/WEB-INF/web.xml @@ -19,6 +19,6 @@ under the License. --> <web-app version="4.0" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"> - <display-name>Apache OFBiz - Tbc-api-swagger Component</display-name> - <description>Tbc-api-swagger Component of the Apache OFBiz Project</description> + <display-name>Apache OFBiz - REST API Swagger Component</display-name> + <description>REST API Swagger Component of the Apache OFBiz Project</description> </web-app>