Skip to content

Commit efd8db8

Browse files
committed
Maven scripts: install version 5.0 of css4j, css4j-agent, css4j-awt and css4j-dom4j
1 parent 9b2aab7 commit efd8db8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

maven/install-css4j.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ VERSION=4.3
3737
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
3838
#
3939
ARTIFACT=css4j
40-
VERSION=4.4
40+
VERSION=5.0
4141
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
4242
#
4343
ARTIFACT=css4j-agent
44-
VERSION=4.0
44+
VERSION=5.0
4545
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
4646
#
4747
ARTIFACT=css4j-awt
48-
VERSION=4.0
48+
VERSION=5.0
4949
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
5050
#
5151
ARTIFACT=css4j-dom4j
52-
VERSION=4.2
52+
VERSION=5.0
5353
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
5454
#
5555
rm -f ${LOCALREPO}/io/sf/carte/*/*/_remote.repositories

0 commit comments

Comments
 (0)