Skip to content

Commit

Permalink
new dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
mchernyakov committed Feb 1, 2020
1 parent 5f23ec2 commit de681a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ The BackgroundCleaner contains thread pool which is responsible for cleaning map
<dependency>
<groupId>com.github.mchernyakov</groupId>
<artifactId>various-ttl-map</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
```

#### Gradle
```groovy
compile group: 'com.github.mchernyakov', name: 'various-ttl-map', version: '0.0.2'
compile group: 'com.github.mchernyakov', name: 'various-ttl-map', version: '0.0.3'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'java'
apply plugin: "com.vanniktech.maven.publish"

group 'com.github.mchernyakov'
version '0.0.3-SNAPSHOT'
version '0.0.4-SNAPSHOT'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.github.mchernyakov
VERSION_NAME=0.0.3-SNAPSHOT
VERSION_NAME=0.0.4-SNAPSHOT

POM_URL=https://github.com/mchernyakov/various-ttl-map
POM_SCM_URL=https://github.com/mchernyakov/various-ttl-map
Expand Down

0 comments on commit de681a4

Please sign in to comment.