diff --git a/README.md b/README.md index 19b84bd..c38ac60 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ passes before making a PR. ## If you wish to install it on your own infrastructure: -The .war should work fine on any Java EE web server. It is not bound by any server-specific property file or other things like that. +The .war should work fine on any Java EE web server. It is not bound by any server-specific property file or other things like that. Once deployed, it exposes the endpoint ``POST /api/notifications`` which accepts a ``JsonArray`` of format: ``` diff --git a/pom.xml b/pom.xml index d0199a8..0a5f1dc 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.amihaiemil.web charles-rest - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT war charles-rest Github chatbot codebase