File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,15 @@ branches:
1313 - master
1414 - " 3.0"
1515
16- # 2019-11-26 , tatu: Let's try caching Maven dependencies
16+ # 2020-08-02 , tatu: Let's try caching Maven dependencies (but remove if snapshot builds fail)
1717cache :
1818 directories :
1919 - $HOME/.m2
2020
2121# Below this line is configuration for deploying to the Sonatype OSS repo
2222# https://knowm.org/configure-travis-ci-to-deploy-snapshots/
2323before_install : " git clone -b travis `git config --get remote.origin.url` target/travis"
24- after_success :
25- - " mvn -B source:jar javadoc:jar deploy --settings target/travis/settings.xml"
24+ script : " [ ${TRAVIS_PULL_REQUEST} = 'false' ] && mvn clean deploy --settings target/travis/settings.xml || mvn clean verify --settings target/travis/settings.xml"
2625
2726env :
2827 global :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Project: jackson-datatypes-binaryModules:
1616 (contributed by Michael L )
1717- Add Gradle Module Metadata (https ://blog.gradle.org/alignment-with-gradle-module-metadata)
1818
19- 2.11 .2 (not yet released )
19+ 2.11 .2 (02 - Aug - 2020 )
2020
2121#216 : (avro ) Avro null deserialization
2222 (fix contributed by Marcos P )
You can’t perform that action at this time.
0 commit comments