Skip to content

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
maruTA-bis5 committed Dec 19, 2019
1 parent 4f2b24c commit d77f683
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ client.postByIncomingWebhook(payload);
<dependency>
<groupId>net.bis5.mattermost4j</groupId>
<artifactId>mattermost4j-core</artifactId>
<version>0.18.0</version>
<version>0.19.0</version>
</dependency>
```

### Gradle:
```
compile 'net.bis5.mattermost4j:mattermost4j-core:0.18.0'
compile 'net.bis5.mattermost4j:mattermost4j-core:0.19.0'
```

## Contribution
Expand Down
2 changes: 1 addition & 1 deletion mattermost-models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>net.bis5.mattermost4j</groupId>
<artifactId>mattermost4j-parent</artifactId>
<version>0.18.1-SNAPSHOT</version>
<version>0.19.0-SNAPSHOT</version>
</parent>
<artifactId>mattermost-models</artifactId>
<name>Mattermost Data Models</name>
Expand Down
2 changes: 1 addition & 1 deletion mattermost4j-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>net.bis5.mattermost4j</groupId>
<artifactId>mattermost4j-parent</artifactId>
<version>0.18.1-SNAPSHOT</version>
<version>0.19.0-SNAPSHOT</version>
</parent>
<artifactId>mattermost4j-core</artifactId>
<name>Mattermost APIv4 Client for Java</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.bis5.mattermost4j</groupId>
<artifactId>mattermost4j-parent</artifactId>
<version>0.18.1-SNAPSHOT</version>
<version>0.19.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Mattermost4J Parent POM</name>
<url>https://github.com/maruTA-bis5/mattermost4j</url>
Expand Down

0 comments on commit d77f683

Please sign in to comment.