Skip to content

Commit

Permalink
prepping 2.0.0-RC2 (also, my 1k commit :))
Browse files Browse the repository at this point in the history
  • Loading branch information
junkdog committed May 26, 2016
1 parent 8a18353 commit b628ec6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Change Log (we do our best to adhere to [semantic versioning](http://semver.org/))

#### Version: 2.0.0-RC3 - 2016-05-09
#### Version: 2.0.0-RC3-SNAPSHOT

#### Version: 2.0.0-RC2 - 2016-05-26
- `World#compositionId(entityId)` added. Previously, one had to go
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Anticipating 2.0.0: minor API changes may still occur
<dependency>
<groupId>net.onedaybeard.artemis</groupId>
<artifactId>artemis-odb</artifactId>
<version>2.0.0-RC1</version>
<version>2.0.0-RC2</version>
</dependency>
```

Expand All @@ -99,7 +99,7 @@ See [weave automation](https://github.com/junkdog/artemis-odb/wiki/Weave-Automat
#### Gradle

```groovy
dependencies { compile "net.onedaybeard.artemis:artemis-odb:2.0.0-RC1" }
dependencies { compile "net.onedaybeard.artemis:artemis-odb:2.0.0-RC2" }
```
or

Expand All @@ -109,6 +109,6 @@ or

#### Manual Download

- [Main library](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb/2.0.0-RC1/)
- [Command-line tool](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb-cli/2.0.0-RC1/)
- [Main library](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb/2.0.0-RC2/)
- [Command-line tool](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb-cli/2.0.0-RC2/)

0 comments on commit b628ec6

Please sign in to comment.