Skip to content

Commit

Permalink
version bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
junkdog committed Sep 4, 2015
1 parent c3267d6 commit 3579031
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions 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.
Expand All @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -76,20 +76,20 @@ Share your thoughts and questions with us!
<dependency>
<groupId>net.onedaybeard.artemis</groupId>
<artifactId>artemis-odb</artifactId>
<version>0.11.4</version>
<version>0.12.0</version>
</dependency>
```

See [weave automation](https://github.com/junkdog/artemis-odb/wiki/Weave-Automation) and [module overview](https://github.com/junkdog/artemis-odb/wiki/Module-Overview)

#### 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/)

2 changes: 1 addition & 1 deletion artemis-gwt-test/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>net.onedaybeard.artemis</groupId>
<artifactId>artemis-parent</artifactId>
<version>0.11.4</version>
<version>0.13.0-SNAPSHOT</version>
</parent>
<description>Integration tests for gwt.</description>
<artifactId>artemis-odb-gwt-test</artifactId>
Expand Down

0 comments on commit 3579031

Please sign in to comment.