Skip to content

Commit 006bdab

Browse files
committed
Fix previous commit on wrong branch :)
1 parent 57fd51e commit 006bdab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
branches:
55
- master
66
- "3.0"
7-
- "2.15"
7+
- "2.14"
88
paths-ignore:
99
- "README.md"
1010
- "release-notes/*"
1111
pull_request:
1212
branches:
1313
- master
1414
- "3.0"
15-
- "2.15"
15+
- "2.14"
1616
paths-ignore:
1717
- "README.md"
1818
- "release-notes/*"

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.15.0-SNAPSHOT</version>
11+
<version>2.14.1-SNAPSHOT</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>
1515
<name>Jackson-core</name>
16-
<version>2.15.0-SNAPSHOT</version>
16+
<version>2.14.1-SNAPSHOT</version>
1717
<packaging>bundle</packaging>
1818
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
1919
<licenses>
@@ -47,7 +47,7 @@ com.fasterxml.jackson.core.*;version=${project.version}
4747
<packageVersion.package>${project.groupId}.json</packageVersion.package>
4848

4949
<!-- for Reproducible Builds -->
50-
<project.build.outputTimestamp>2022-11-05T20:36:34Z</project.build.outputTimestamp>
50+
<project.build.outputTimestamp>2022-11-05T20:35:16Z</project.build.outputTimestamp>
5151
</properties>
5252

5353
<!-- Alas, need to include snapshot reference since otherwise can not find

0 commit comments

Comments
 (0)