aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-07-20 18:54:51 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-07-20 18:54:51 -0700
commit65d81901a08f2b208e55c2b1062754dfc144c5f7 (patch)
treed6c1eb08e653acb0baa1d6601473b1c3fbe05f1c
parentfbd3300733eb646d737cd59c7ae55d88e4407416 (diff)
downloadjackson-databind-65d81901a08f2b208e55c2b1062754dfc144c5f7.tar.gz
Back to snapshots
-rw-r--r--.travis.yml2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 221255fc9..6c3b21dfe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ git:
# and since 2.10, will require jdk8 for build
jdk:
- openjdk8
- - oraclejdk11
+ - openjdk11
# 2019-11-26, tatu: Let's try caching Maven dependencies
cache:
diff --git a/pom.xml b/pom.xml
index dd7aaee39..b9d357be6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
- <version>2.10.5</version>
+ <version>2.10.6-SNAPSHOT</version>
</parent>
<groupId>com.fasterxml.jackson.core</groupId>