File tree 2 files changed +3
-32
lines changed 2 files changed +3
-32
lines changed Original file line number Diff line number Diff line change 4
4
quiet : true
5
5
submodules : false
6
6
7
- # 30-Nov-2020, tatu: [databind#2832]: add support for ppc64le architecture
8
- # 23-Jun-2021, tatu: Due to severe limitations of Travis CI, no, cannot double builds
9
- # arch:
10
- # - ppc64le
11
- # - amd64
12
-
13
- # Since Jackson 2.10 build requires JDK 8 even if only JDK 7 runtime
14
- # But we also want to test against newer LTS versions
15
7
# 08-Jul-2020, tatu: can not yet enable JDK14 due to new Record tests failing
16
8
jdk :
17
9
- openjdk8
18
10
- openjdk11
19
11
20
- # 2019-11-26, tatu: Let's try caching Maven dependencies
21
- # 2021-06-24, tatu: or not, does not seem to help, can have stale snapshot deps
22
- # cache:
23
- # directories:
24
- # - $HOME/.m2
25
-
26
- # Below this line is configuration for deploying to the Sonatype OSS repo
27
- # https://knowm.org/configure-travis-ci-to-deploy-snapshots/
28
- # before_install:
29
- # - "git clone -b travis `git config --get remote.origin.url` target/travis"
30
- #
31
- # script: "[ ${TRAVIS_PULL_REQUEST} = 'false' ] && mvn -B source:jar deploy --settings target/travis/settings.xml# || mvn clean verify --settings target/travis/settings.xml"
32
-
33
- # 2021-06-25, tatu: Stop snapshot builds via Travis, only check for fails
34
-
35
- script : mvn -B clean verify
36
-
37
- # whitelist
38
12
branches :
39
13
only :
40
14
- master
41
15
- " 2.13"
42
16
43
- # env:
44
- # global:
45
- # - secure: "ZIFMeNzZCvLYWICiUyHFSm8Ypz6lYFbF/+LGz6a+Sh8B9tSnvYvlrE4gSFJj3NzRWY0RG/vizoyFEpVgxOnzXDMLuuy/dreupnHR1FfVmiaiceK4JHRwAzl0lQzr2hdVwJbqpX0GfrxKmbg8Jvv9WPKtfM6X4167ElVj4O/8IRc="
46
- # - secure: "VOC/J8eFbM2OeysBp0Gx0G73MySRATCoN7hc9Ok0kJXE/dbE/2KOoFlTwwxUgErwJXkjJKKXafYcbq/22S7wkaoDW5XAvplSu3skxdE0NRGVzozcDMXO5UoGlt9Ti4XIBMCvy7bB/NO+J5IgNedCtcNnBsrGZCdodW3DTYtqQLs="
17
+ script : mvn -B clean verify
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >com.fasterxml.jackson</groupId >
12
12
<artifactId >jackson-base</artifactId >
13
- <version >2.13.0-SNAPSHOT</version >
13
+ <version >2.13.0-rc1- SNAPSHOT</version >
14
14
</parent >
15
15
16
16
<groupId >com.fasterxml.jackson.core</groupId >
17
17
<artifactId >jackson-databind</artifactId >
18
- <version >2.13.0-SNAPSHOT</version >
18
+ <version >2.13.0-rc1- SNAPSHOT</version >
19
19
<name >jackson-databind</name >
20
20
<packaging >bundle</packaging >
21
21
<description >General data-binding functionality for Jackson: works on core streaming API</description >
You can’t perform that action at this time.
0 commit comments