Skip to content

Commit

Permalink
upgrade to 0.2.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JakimLi committed Nov 10, 2018
1 parent dd1a8f1 commit 8b1cca7
Show file tree
Hide file tree
Showing 3 changed files with 20 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.3
* 0.2.4

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.3',
'com.github.jakimli.pandaria:pandaria-db:0.2.3',
'com.github.jakimli.pandaria:pandaria-mongo:0.2.3'
'com.github.jakimli.pandaria:pandaria-core:0.2.4',
'com.github.jakimli.pandaria:pandaria-db:0.2.4',
'com.github.jakimli.pandaria:pandaria-mongo:0.2.4'
)
}
```
Expand All @@ -117,19 +117,19 @@ dependencies {
<dependency>
<groupId>com.github.jakimli.pandaria</groupId>
<artifactId>pandaria-core</artifactId>
<version>0.2.3</version>
<version>0.2.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.jakimli.pandaria</groupId>
<artifactId>pandaria-db</artifactId>
<version>0.2.3</version>
<version>0.2.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.jakimli.pandaria</groupId>
<artifactId>pandaria-mongo</artifactId>
<version>0.2.3</version>
<version>0.2.4</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.3'
version = '0.2.4'
}

allprojects {
Expand Down
13 changes: 12 additions & 1 deletion doc/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
Relase 0.2.3 (2018-11-4) Latest
Release 0.2.4 (2018-11-10) Latest
=================================
Issue fixed
-----------
* Fix intellij run configuration complains transactiondefinition classnodeferror

Other
-----
* Add banner


Relase 0.2.3 (2018-11-4)
================================
Variables
---------
Expand Down

0 comments on commit 8b1cca7

Please sign in to comment.