Skip to content

Commit 65d8190

Browse files
committed
Back to snapshots
1 parent fbd3300 commit 65d8190

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git:
88
# and since 2.10, will require jdk8 for build
99
jdk:
1010
- openjdk8
11-
- oraclejdk11
11+
- openjdk11
1212

1313
# 2019-11-26, tatu: Let's try caching Maven dependencies
1414
cache:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.fasterxml.jackson</groupId>
77
<artifactId>jackson-base</artifactId>
8-
<version>2.10.5</version>
8+
<version>2.10.6-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)