File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 18
18
env :
19
19
global :
20
20
- secure : KXF3RVBZDxeASAnleYlTaqvxRRB9FSzSAdVV9h7Kw81+p4UO64b8CPJR1p4fLIVwAp8C4R8h0xZDN3pAv/iyeA4ndIeh9tQXNZBm737RE5x+6x6nf/shP/Em1w9T1s3KmretXoTFK5NJGv2yTesgaIAV/JV1OFvlG6ArswhrPFc=
21
- install : mvn install -DskipTests=true -Dgpg.skip=true -Djackson-databind.version=2.7.3
21
+ install : mvn install -DskipTests=true -Dgpg.skip=true
22
22
script : mvn test -Djackson-databind.version=2.7.3
23
- after_script : mvn cobertura:cobertura coveralls:cobertura -Djackson-databind.version=2.7.3
23
+ after_script : mvn cobertura:cobertura coveralls:cobertura
24
24
notifications :
25
25
email :
26
26
on_failure : always
Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 1.2.2 (2017-02-22)
5
+ ------------------
6
+
7
+ * Remove the version range. As of today, ` jackson-databind ` is no longer
8
+ resolved correctly when a range is used. GitHub #28 .
9
+
4
10
1.2.1 (2016-04-15)
5
11
------------------
6
12
Original file line number Diff line number Diff line change 35
35
36
36
</developer >
37
37
</developers >
38
- <properties >
39
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
40
- <jackson-databind .version>[2.7.0,)</jackson-databind .version>
41
- </properties >
42
38
<dependencies >
43
39
<dependency >
44
40
<groupId >junit</groupId >
49
45
<dependency >
50
46
<groupId >com.fasterxml.jackson.core</groupId >
51
47
<artifactId >jackson-databind</artifactId >
52
- <version >${jackson-databind.version} </version >
48
+ <version >2.7.9 </version >
53
49
</dependency >
54
50
</dependencies >
55
51
<build >
You can’t perform that action at this time.
0 commit comments