Skip to content

Commit 0122d25

Browse files
committed
Maven scripts: install latest versions of css4j-* and tokenproducer
1 parent ceceae0 commit 0122d25

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

maven/install-css4j.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function install() {
2525
#
2626
GROUP=io.sf.carte
2727
ARTIFACT=tokenproducer
28-
VERSION=3.0
28+
VERSION=3.1
2929
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
3030
#
3131
ARTIFACT=carte-util
@@ -37,19 +37,19 @@ VERSION=4.3
3737
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
3838
#
3939
ARTIFACT=css4j
40-
VERSION=5.2
40+
VERSION=5.3
4141
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
4242
#
4343
ARTIFACT=css4j-agent
44-
VERSION=5.1
44+
VERSION=5.3
4545
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
4646
#
4747
ARTIFACT=css4j-awt
48-
VERSION=5.1
48+
VERSION=5.3
4949
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
5050
#
5151
ARTIFACT=css4j-dom4j
52-
VERSION=5.1
52+
VERSION=5.3
5353
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
5454
#
5555
rm -f ${LOCALREPO}/io/sf/carte/*/*/_remote.repositories

0 commit comments

Comments
 (0)