Skip to content

Commit f1feb26

Browse files
committed
Maven scripts: deploy latest css4j-* artifacts
1 parent f880abe commit f1feb26

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
@@ -25,19 +25,19 @@ function install() {
2525
#
2626
GROUP=io.sf.carte
2727
ARTIFACT=tokenproducer
28-
VERSION=3.1
28+
VERSION=3.3
2929
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
3030
#
3131
ARTIFACT=carte-util
32-
VERSION=3.6.0
32+
VERSION=3.7
3333
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
3434
#
3535
ARTIFACT=xml-dtd
3636
VERSION=4.3
3737
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
3838
#
3939
ARTIFACT=css4j
40-
VERSION=6.0
40+
VERSION=6.1
4141
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
4242
#
4343
ARTIFACT=css4j-agent
@@ -49,7 +49,7 @@ VERSION=6.0
4949
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
5050
#
5151
ARTIFACT=css4j-dom4j
52-
VERSION=6.0
52+
VERSION=6.1
5353
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
5454
#
5555
rm -f ${LOCALREPO}/io/sf/carte/*/*/_remote.repositories

0 commit comments

Comments
 (0)