Skip to content

Commit

Permalink
Version 2.1.1.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasiia Smirnova committed Aug 15, 2019
1 parent 76cea5d commit b849310
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add the Maven dependency:
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>spring-data-aerospike</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.RELEASE</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.aerospike</groupId>
<artifactId>spring-data-aerospike</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.RELEASE</version>
<name>Spring Data Aerospike</name>
<organization>
<name>Aerospike Inc.</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/asciidoc/reference/aerospike.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Then add the following to pom.xml dependencies section.
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>spring-data-aerospike</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.RELEASE</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit b849310

Please sign in to comment.