Skip to content

Commit 3667b39

Browse files
DATAREDIS-425 - Add Support for basic CRUD and finder Operations backed by Hashes and Sets.
Prepare issue branch.
1 parent 9a6a892 commit 3667b39

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.project

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
<projectDescription>
33
<name>spring-data-redis</name>
44
<comment>Spring Data Redis</comment>
5-
<projects/>
6-
<natures>
7-
<nature>org.eclipse.jdt.core.javanature</nature>
8-
</natures>
5+
<projects>
6+
</projects>
97
<buildSpec>
108
<buildCommand>
119
<name>org.eclipse.jdt.core.javabuilder</name>
12-
<arguments/>
10+
<arguments>
11+
</arguments>
1312
</buildCommand>
1413
</buildSpec>
15-
<linkedResources/>
14+
<natures>
15+
<nature>org.springsource.ide.eclipse.gradle.core.nature</nature>
16+
<nature>org.eclipse.jdt.core.javanature</nature>
17+
</natures>
1618
</projectDescription>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jedisVersion=2.7.3
55
springVersion=4.1.7.RELEASE
66
springDataBuildVersion=1.7.0.BUILD-SNAPSHOT
77
log4jVersion=1.2.17
8-
version=1.6.0.BUILD-SNAPSHOT
8+
version=1.6.0.DATAREDIS-425-SNAPSHOT
99
srpVersion=0.7
1010
jacksonVersion=1.8.8
1111
fasterXmlJacksonVersion=2.6.0

0 commit comments

Comments
 (0)