Skip to content

Commit

Permalink
1.10.0.RELEASE release with release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MammatusPlatypus committed Jun 15, 2016
1 parent c86f959 commit df48732
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@ QBit is published to the [maven public repo](http://search.maven.org/#search%7Cg
<dependency>
<groupId>io.advantageous.qbit</groupId>
<artifactId>qbit-admin</artifactId>
<version>1.9.6</version>
<version>1.10.0.RELEASE</version>
</dependency>
<dependency>
<groupId>io.advantageous.qbit</groupId>
<artifactId>qbit-vertx</artifactId>
<version>1.9.6</version>
<version>1.10.0.RELEASE</version>
</dependency>
```

#### Using from gradle
```java
compile 'io.advantageous.qbit:qbit-admin:1.9.6'
compile 'io.advantageous.qbit:qbit-vertx:1.9.6'
compile 'io.advantageous.qbit:qbit-admin:1.10.0.RELEASE'
compile 'io.advantageous.qbit:qbit-vertx:1.10.0.RELEASE'
```

Core Features
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

ext {
projectVersion = '1.10.0'
projectVersion = '1.10.0.RELEASE'
boonVersion = '0.6.2'
boonGroup = "io.advantageous.boon"
springFrameworkVersion = '4.2.5.RELEASE'
Expand Down

0 comments on commit df48732

Please sign in to comment.