Skip to content

Commit

Permalink
upgrade to 0.2.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JakimLi committed Nov 4, 2018
1 parent 7e9b580 commit 2a4c602
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ More [Usage](doc/usage.md)

Latest Release
--------------
* 0.2.2
* 0.2.3

See [Release Notes](doc/release_notes.md)

Expand All @@ -104,9 +104,9 @@ If you don't need to verify database or mongo, just remove the `pandaria-db` or
dependencies {
testCompile(
"io.cucumber:cucumber-junit:4.0.0",
'com.github.jakimli.pandaria:pandaria-core:0.2.2',
'com.github.jakimli.pandaria:pandaria-db:0.2.2',
'com.github.jakimli.pandaria:pandaria-mongo:0.2.2'
'com.github.jakimli.pandaria:pandaria-core:0.2.3',
'com.github.jakimli.pandaria:pandaria-db:0.2.3',
'com.github.jakimli.pandaria:pandaria-mongo:0.2.3'
)
}
```
Expand All @@ -117,19 +117,19 @@ dependencies {
<dependency>
<groupId>com.github.jakimli.pandaria</groupId>
<artifactId>pandaria-core</artifactId>
<version>0.2.2</version>
<version>0.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.jakimli.pandaria</groupId>
<artifactId>pandaria-db</artifactId>
<version>0.2.2</version>
<version>0.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.jakimli.pandaria</groupId>
<artifactId>pandaria-mongo</artifactId>
<version>0.2.2</version>
<version>0.2.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'java'

allprojects {
group = 'com.github.jakimli.pandaria'
version = '0.2.2'
version = '0.2.3'
}

allprojects {
Expand Down
8 changes: 7 additions & 1 deletion doc/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Relase 0.2.2 (2018-11-2) Latest
Relase 0.2.3 (2018-11-4) Latest
================================
Variables
---------
* Passing along response to next reqeust

Relase 0.2.2 (2018-11-2)
================================
Feature Configuration
---------------------
Expand Down

0 comments on commit 2a4c602

Please sign in to comment.