Skip to content

Commit 34725d0

Browse files
author
Costin Leau
committed
next development version
1 parent cc354f8 commit 34725d0

File tree

1 file changed

+25
-12
lines changed

1 file changed

+25
-12
lines changed

gradle.properties

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
1-
rjcVersion=0.6.4
2-
slf4jVersion=1.6.6
3-
junitVersion=4.8.1
4-
jredisVersion=03122010
5-
jedisVersion=2.1.0
6-
springVersion=3.1.4.RELEASE
7-
log4jVersion=1.2.17
8-
version=1.0.3.RELEASE
9-
srpVersion=0.2
10-
jacksonVersion=1.8.8
11-
lettuceVersion=2.2.0
12-
mockitoVersion=1.8.5
1+
## Dependecies Version
2+
3+
# Logging
4+
log4jVersion = 1.2.17
5+
slf4jVersion = 1.6.6
6+
7+
# Common libraries
8+
springVersion = 3.1.4.RELEASE
9+
jacksonVersion = 1.8.8
10+
11+
# Testing
12+
junitVersion = 4.8.1
13+
mockitoVersion = 1.8.5
14+
15+
# Drivers
16+
jedisVersion = 2.1.0
17+
jredisVersion = 03122010
18+
rjcVersion = 0.6.4
19+
srpVersion = 0.2
20+
lettuceVersion = 2.2.0
21+
22+
# --------------------
23+
# Project wide version
24+
# --------------------
25+
version=1.0.4.BUILD-SNAPSHOT

0 commit comments

Comments
 (0)