From 3579031b616d771a48ee5258b01a8278f195d837 Mon Sep 17 00:00:00 2001 From: Adrian Papari Date: Fri, 4 Sep 2015 21:06:10 +0200 Subject: [PATCH] version bumping --- CHANGELOG.md | 5 +++-- README.md | 10 +++++----- artemis-gwt-test/pom.xml | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3a41993a..db35b884f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## Change Log -#### Version: 0.11.5-SNAPSHOT +#### Version: 0.13.0-SNAPSHOT + +#### Version: 0.12.0 - 2015-09-04 - InvocationStrategy configurable via WorldConfiguration. - Add @SkipWire annotation to exclude injection targets. - Entities recycled in FIFO order. @@ -10,7 +12,6 @@ compiling for GWT. - #### Version: 0.11.4 - 2015-08-18 - **Fix**: Excessive object creation when serializing entities. - **Fix**: Components referencing other entities are implicitly included when serializing. diff --git a/README.md b/README.md index c796409f5..467335373 100755 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Share your thoughts and questions with us! net.onedaybeard.artemis artemis-odb - 0.11.4 + 0.12.0 ``` @@ -84,12 +84,12 @@ See [weave automation](https://github.com/junkdog/artemis-odb/wiki/Weave-Automat #### Gradle ```groovy - dependencies { compile "net.onedaybeard.artemis:artemis-odb:0.11.4" } + dependencies { compile "net.onedaybeard.artemis:artemis-odb:0.12.0" } ``` #### Manual Download - - [Main library](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb/0.11.4/) - - [Command-line tool](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb-cli/0.11.4/) - - [Entity Factory Processor](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb-processor/0.11.4/) + - [Main library](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb/0.12.0/) + - [Command-line tool](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb-cli/0.12.0/) + - [Entity Factory Processor](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb-processor/0.12.0/) diff --git a/artemis-gwt-test/pom.xml b/artemis-gwt-test/pom.xml index cf49ed220..80ebadde5 100644 --- a/artemis-gwt-test/pom.xml +++ b/artemis-gwt-test/pom.xml @@ -3,7 +3,7 @@ net.onedaybeard.artemis artemis-parent - 0.11.4 + 0.13.0-SNAPSHOT Integration tests for gwt. artemis-odb-gwt-test