Skip to content

Commit cfbd33d

Browse files
author
Viktor Gamov
authored
Update
1 parent 116b076 commit cfbd33d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.adoc

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@ Neil Stevenson <neil@hazelcast.com>; Viktor Gamov <viktor@hazelcast.com> © 2016
2222

2323
Welcome to Spring Data Hazelcast project!
2424

25-
https://drone.io/github.com/hazelcast/spring-data-hazelcast/latest[image:https://drone.io/github.com/hazelcast/spring-data-hazelcast/status.png[Build Status]]
26-
2725
toc::[]
2826

2927
The primary goal of the Spring Data project is to make it easier to build Spring-powered applications that use data access technologies.
3028

3129
Spring Data Hazelcast project will enable the Spring Data paradigm to gain the power of a distributed data repository.
3230

33-
image::http://gif.co/sLTK.gif[I have the power!]
31+
image::power.gif[I have the power!,role="center"]
3432

3533
== Join the community
3634

@@ -133,9 +131,9 @@ public class AppTest {
133131
</repository>
134132
</repositories>
135133
<dependency>
136-
<groupId>com.github.hazelcast-incubator</groupId>
137-
<artifactId>spring-data-integrations-commons</artifactId>
138-
<version>0.8</version>
134+
<groupId>com.github.hazelcast</groupId>
135+
<artifactId>spring-data-hazelcast</artifactId>
136+
<version>1.0</version>
139137
</dependency>
140138
</project>
141139
----
@@ -154,7 +152,7 @@ allprojects {
154152
155153
// Add dependency
156154
dependencies {
157-
compile 'com.github.hazelcast-incubator:spring-data-integrations-commons:0.8'
155+
compile 'com.github.hazelcast:spring-data-hazelcast:1.0'
158156
}
159157
----
160158

0 commit comments

Comments
 (0)