Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Commit

Permalink
1.2.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jan 24, 2019
1 parent 4ce6b04 commit d682878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ passes before making a PR.

## If you wish to install it on your own infrastructure:

The <a href="https://oss.sonatype.org/service/local/repositories/releases/content/com/amihaiemil/web/charles-rest/1.2.0/charles-rest-1.2.0.war">.war</a> 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 <a href="https://oss.sonatype.org/service/local/repositories/releases/content/com/amihaiemil/web/charles-rest/1.2.1/charles-rest-1.2.1.war">.war</a> 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:

```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.amihaiemil.web</groupId>
<artifactId>charles-rest</artifactId>
<version>1.2.1-SNAPSHOT</version><!--rrv-sed-flag-->
<version>1.2.2-SNAPSHOT</version><!--rrv-sed-flag-->
<packaging>war</packaging>
<name>charles-rest</name>
<description>Github chatbot codebase</description>
Expand Down

0 comments on commit d682878

Please sign in to comment.