Skip to content

Commit 26f898a

Browse files
committed
Merge branch '2.12'
2 parents 75236bf + 156d5be commit 26f898a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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)
1717
cache:
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/
2323
before_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

2726
env:
2827
global:

release-notes/VERSION-2.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)