File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/main/java/org/springframework/data/redis/samples/retwisj/web Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ apply plugin: "maven"
10
10
apply plugin : ' war'
11
11
12
12
group = ' org.springframework.data'
13
+ version = " $springDataRedisTwitterVersion "
13
14
14
15
sourceCompatibility = 1.6
15
- version = ' 1.0.0.BUILD-SNAPSHOT'
16
16
archivesBaseName = " retwisj"
17
17
18
18
buildscript {
Original file line number Diff line number Diff line change 2
2
3
3
# Logging
4
4
log4jVersion = 1.2.16
5
- slf4jVersion = 1.6.1
5
+ slf4jVersion = 1.6.4
6
6
7
7
# Common libraries
8
- springVersion = 3.1.0.M2
9
- springRedisVersion = 1.0.0.M4
8
+ springVersion = 3.1.0.RELEASE
9
+ springRedisVersion = 1.0.0.RELEASE
10
10
jacksonVersion = 1.8.3
11
11
12
12
# Testing
13
13
junitVersion = 4.8.1
14
14
mockitoVersion = 1.8.5
15
15
16
- springDataKRedisTwitterVersion =1.0.0.BUILD-SNAPSHOT
16
+ springDataRedisTwitterVersion =1.0.0.BUILD-SNAPSHOT
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public static String timeInWords(long time) {
68
68
}
69
69
70
70
if (elapsed < 525600 ) {
71
- return "time.months" + (elapsed / 43200 );
71
+ return "time.months# " + (elapsed / 43200 );
72
72
}
73
73
74
74
if (elapsed < 1051199 ) {
You can’t perform that action at this time.
0 commit comments