Skip to content

Commit ca472bb

Browse files
committed
Maven scripts: install version 6.0 of css4j-*
1 parent 8a82109 commit ca472bb

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=5.3.1
40+
VERSION=6.0
4141
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
4242
#
4343
ARTIFACT=css4j-agent
44-
VERSION=5.3
44+
VERSION=6.0
4545
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
4646
#
4747
ARTIFACT=css4j-awt
48-
VERSION=5.3
48+
VERSION=6.0
4949
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
5050
#
5151
ARTIFACT=css4j-dom4j
52-
VERSION=5.3
52+
VERSION=6.0
5353
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
5454
#
5555
rm -f ${LOCALREPO}/io/sf/carte/*/*/_remote.repositories

0 commit comments

Comments
 (0)