Skip to content

Commit 8f1400c

Browse files
committed
move to 2.13 rc1
1 parent eade0e2 commit 8f1400c

File tree

2 files changed

+3
-32
lines changed

2 files changed

+3
-32
lines changed

.travis.yml

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,14 @@ git:
44
quiet: true
55
submodules: false
66

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
157
# 08-Jul-2020, tatu: can not yet enable JDK14 due to new Record tests failing
168
jdk:
179
- openjdk8
1810
- openjdk11
1911

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
3812
branches:
3913
only:
4014
- master
4115
- "2.13"
4216

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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<parent>
1111
<groupId>com.fasterxml.jackson</groupId>
1212
<artifactId>jackson-base</artifactId>
13-
<version>2.13.0-SNAPSHOT</version>
13+
<version>2.13.0-rc1-SNAPSHOT</version>
1414
</parent>
1515

1616
<groupId>com.fasterxml.jackson.core</groupId>
1717
<artifactId>jackson-databind</artifactId>
18-
<version>2.13.0-SNAPSHOT</version>
18+
<version>2.13.0-rc1-SNAPSHOT</version>
1919
<name>jackson-databind</name>
2020
<packaging>bundle</packaging>
2121
<description>General data-binding functionality for Jackson: works on core streaming API</description>

0 commit comments

Comments
 (0)