Skip to content

Commit

Permalink
Version 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
leventov committed Apr 27, 2015
1 parent 1bb53e8 commit c6d4582
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 @@ -51,8 +51,8 @@ Add to your Gradle build script:

dependencies {
// `jdk8` instead of `jdk6-7` if you use Java 8
compile 'net.openhft:koloboke-api-jdk6-7:0.6.6'
runtime 'net.openhft:koloboke-impl-jdk6-7:0.6.6'
compile 'net.openhft:koloboke-api-jdk6-7:0.6.7'
runtime 'net.openhft:koloboke-impl-jdk6-7:0.6.7'
}

Or Maven config (don't forget about jdk6-7/jdk8 suffix):
Expand All @@ -61,12 +61,12 @@ Or Maven config (don't forget about jdk6-7/jdk8 suffix):
<dependency>
<groupId>net.openhft</groupId>
<artifactId>koloboke-api-jdk6-7</artifactId>
<version>0.6.6</version>
<version>0.6.7</version>
</dependency>
<dependency>
<groupId>net.openhft</groupId>
<artifactId>koloboke-impl-jdk6-7</artifactId>
<version>0.6.6</version>
<version>0.6.7</version>
<scope>runtime</scope>
</dependency>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ configure([apiProject, implProject]) {

configurePublishing(project, project.is(apiProject))
archivesBaseName = "koloboke-$project.name-jdk${libTargetJava == '6' ? '6-7' : '8'}"
version = '0.7-SNAPSHOT'
version = '0.6.7'
ext.apiVersion = '0.6'

poms*.whenConfigured { pom ->
Expand Down

0 comments on commit c6d4582

Please sign in to comment.