File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1818env :
1919 global :
2020 - secure : KXF3RVBZDxeASAnleYlTaqvxRRB9FSzSAdVV9h7Kw81+p4UO64b8CPJR1p4fLIVwAp8C4R8h0xZDN3pAv/iyeA4ndIeh9tQXNZBm737RE5x+6x6nf/shP/Em1w9T1s3KmretXoTFK5NJGv2yTesgaIAV/JV1OFvlG6ArswhrPFc=
21- install : mvn install -DskipTests=true -Dgpg.skip=true
21+ install : mvn install -DskipTests=true -Dgpg.skip=true -Djackson-databind.version=2.7.3
22+ script : mvn test -Djackson-databind.version=2.7.3
2223after_script : mvn cobertura:cobertura coveralls:cobertura
2324notifications :
2425 email :
Original file line number Diff line number Diff line change 35353636 </developer >
3737 </developers >
38+ <properties >
39+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
40+ <jackson-databind .version>[2.7.0,)</jackson-databind .version>
41+ </properties >
3842 <dependencies >
3943 <dependency >
4044 <groupId >junit</groupId >
4549 <dependency >
4650 <groupId >com.fasterxml.jackson.core</groupId >
4751 <artifactId >jackson-databind</artifactId >
48- <version >[2.7.0,) </version >
52+ <version >${jackson-databind.version} </version >
4953 </dependency >
5054 </dependencies >
51- <properties >
52- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
53- </properties >
5455 <build >
5556 <plugins >
5657 <plugin >
128129 <plugin >
129130 <groupId >org.codehaus.mojo</groupId >
130131 <artifactId >versions-maven-plugin</artifactId >
131- <version >2.1 </version >
132+ <version >2.2 </version >
132133 </plugin >
133134 </plugins >
134135 </build >
You can’t perform that action at this time.
0 commit comments