Skip to content

Commit 4220e3e

Browse files
committed
Maven scripts: install latest jclf and css4j
1 parent a8ebbe7 commit 4220e3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

maven/install-css4j.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ VERSION=4.3
3737
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
3838
#
3939
ARTIFACT=css4j
40-
VERSION=5.3
40+
VERSION=5.3.1
4141
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
4242
#
4343
ARTIFACT=css4j-agent

maven/install-jclf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function install() {
2525
}
2626
#
2727
ARTIFACT=jclf-text
28-
VERSION=5.0.2
28+
VERSION=5.0.3
2929
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
3030
#
3131
ARTIFACT=jclf-linear3

0 commit comments

Comments
 (0)