Skip to content

Commit

Permalink
Fix previous commit on wrong branch :)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 8, 2022
1 parent 57fd51e commit 006bdab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
branches:
- master
- "3.0"
- "2.15"
- "2.14"
paths-ignore:
- "README.md"
- "release-notes/*"
pull_request:
branches:
- master
- "3.0"
- "2.15"
- "2.14"
paths-ignore:
- "README.md"
- "release-notes/*"
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.15.0-SNAPSHOT</version>
<version>2.14.1-SNAPSHOT</version>
</parent>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<name>Jackson-core</name>
<version>2.15.0-SNAPSHOT</version>
<version>2.14.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
<licenses>
Expand Down Expand Up @@ -47,7 +47,7 @@ com.fasterxml.jackson.core.*;version=${project.version}
<packageVersion.package>${project.groupId}.json</packageVersion.package>

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

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

0 comments on commit 006bdab

Please sign in to comment.