Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertojrequena committed Jan 22, 2020
1 parent 425e590 commit b92d87c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ server.stop();

### Stand-alone server

Download the [jar](https://repo1.maven.org/maven2/io/github/gilbertojrequena/bonsai-sns/0.1.3/bonsai-sns-0.1.3.jar) and execute it
Download the [jar](https://repo1.maven.org/maven2/io/github/gilbertojrequena/bonsai-sns/0.1.4/bonsai-sns-0.1.4.jar) and execute it

`java -jar bonsai-sns-0.1.3.jar port=9494 region=region accountId=987654321 sqsEndpoint=http://localhost:9432 sqsAccessKey=foo sqsSecretKey=bar`
`java -jar bonsai-sns-0.1.4.jar port=9494 region=region accountId=987654321 sqsEndpoint=http://localhost:9432 sqsAccessKey=foo sqsSecretKey=bar`

or

`java -Dconfig.file=bonsai-sns.conf -jar bonsai-sns-0.1.3.jar`
`java -Dconfig.file=bonsai-sns.conf -jar bonsai-sns-0.1.4.jar`

### Environment configuration
bonsai-sns uses [Typesafe Config](https://github.com/lightbend/config) for loading its configuration, topics and subscriptions can be created on startup by providing an `application.conf`
Expand Down Expand Up @@ -198,7 +198,7 @@ server.stop();
<dependency>
<groupId>io.github.gilbertojrequena</groupId>
<artifactId>bonsai-sns</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'io.github.gilbertojrequena'
version '0.1.4-SNAPSHOT'
version '0.1.4'

sourceCompatibility = 1.8

Expand Down

0 comments on commit b92d87c

Please sign in to comment.