Skip to content

Commit f242d4f

Browse files
committed
Upgraded jackson to version 2.14.0
1 parent dfc4767 commit f242d4f

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# Update version of computate-base/pom.xml
66
# Copy the properties from computate-base/pom.xml to computate/pom.xml
77
# Copy the properties from computate-base/pom.xml to computate-upgrade/roles/computate_project_file_enUS/templates/java/pom.xml
8-
# Update the computate.version to 4.3.3.17 in ../computate-upgrade/roles/computate_project_file_enUS/templates/java/pom.xml
9-
# Update version to 4.3.3.17 in ../computate/pom.xml
8+
# Update the computate.version to 4.3.3.18 in ../computate-upgrade/roles/computate_project_file_enUS/templates/java/pom.xml
9+
# Update version to 4.3.3.18 in ../computate/pom.xml
1010
# Add release notes based on a compare: https://github.com/computate-org/computate-base/compare/4.3.3.x...main
1111

1212
cd ~/.local/src/computate-base
@@ -15,42 +15,42 @@ git commit
1515
git push
1616
git status
1717
mvn clean install deploy -Pdeploy
18-
git tag 4.3.3.17
18+
git tag 4.3.3.18
1919
git push --tags
2020

2121
cd ~/.local/src/computate-search
22-
# Update computate parent version and artifact version to 4.3.3.17: vim pom.xml
22+
# Update computate parent version and artifact version to 4.3.3.18: vim pom.xml
2323
# Add release notes based on a compare: https://github.com/computate-org/computate-search/compare/4.3.3.x...main
24-
vim release/4.3.3.17-release-notes.md
24+
vim release/4.3.3.18-release-notes.md
2525
git add -i
26-
git commit -m "Releasing version 4.3.3.17"
26+
git commit -m "Releasing version 4.3.3.18"
2727
git push
2828
git status
2929
mvn clean install deploy -Pdeploy
30-
git tag 4.3.3.17
30+
git tag 4.3.3.18
3131
git push --tags
3232

3333
cd ~/.local/src/computate-vertx
34-
# Update computate parent version and artifact version to 4.3.3.17: vim pom.xml
34+
# Update computate parent version, artifact version and computate-search version to 4.3.3.18: vim pom.xml
3535
# Add release notes based on a compare: https://github.com/computate-org/computate-vertx/compare/4.3.3.x...main
36-
vim release/4.3.3.17-release-notes.md
36+
vim release/4.3.3.18-release-notes.md
3737
git add -i
38-
git commit -m "Releasing version 4.3.3.17"
38+
git commit -m "Releasing version 4.3.3.18"
3939
git push
4040
git status
4141
mvn clean install deploy -Pdeploy
42-
git tag 4.3.3.17
42+
git tag 4.3.3.18
4343
git push --tags
4444

4545
cd ~/.local/src/computate
46-
# Update computate parent version and artifact version to 4.3.3.17: vim pom.xml
46+
# Update computate parent version and artifact version to 4.3.3.18: vim pom.xml
4747
# Add release notes based on a compare: https://github.com/computate-org/computate/compare/4.3.3.x...main
48-
vim release/4.3.3.17-release-notes.md
48+
vim release/4.3.3.18-release-notes.md
4949
git add -i
50-
git commit -m "Releasing version 4.3.3.17"
50+
git commit -m "Releasing version 4.3.3.18"
5151
git push
5252
git status
5353
mvn clean install deploy -Pdeploy
54-
git tag 4.3.3.17
54+
git tag 4.3.3.18
5555
git push --tags
5656

release/4.3.3.18-release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
# 4.3.3.18 Mon Nov 14, 2022
33

44
- Removed the flatten plugin from the pom to preserve shared properties.
5+
- Upgraded jackson to version 2.14.0.
56

0 commit comments

Comments
 (0)