File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,13 @@ Neil Stevenson <neil@hazelcast.com>; Viktor Gamov <viktor@hazelcast.com> © 2016
22
22
23
23
Welcome to Spring Data Hazelcast project!
24
24
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
-
27
25
toc::[]
28
26
29
27
The primary goal of the Spring Data project is to make it easier to build Spring-powered applications that use data access technologies.
30
28
31
29
Spring Data Hazelcast project will enable the Spring Data paradigm to gain the power of a distributed data repository.
32
30
33
- image::http://gif.co/sLTK. gif[I have the power!]
31
+ image::power. gif[I have the power!,role="center" ]
34
32
35
33
== Join the community
36
34
@@ -133,9 +131,9 @@ public class AppTest {
133
131
</repository>
134
132
</repositories>
135
133
<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>
139
137
</dependency>
140
138
</project>
141
139
----
@@ -154,7 +152,7 @@ allprojects {
154
152
155
153
// Add dependency
156
154
dependencies {
157
- compile 'com.github.hazelcast-incubator :spring-data-integrations-commons:0.8 '
155
+ compile 'com.github.hazelcast:spring-data-hazelcast:1.0 '
158
156
}
159
157
----
160
158
You can’t perform that action at this time.
0 commit comments