Skip to content

Commit b2e6da0

Browse files
committed
Maven scripts: deploy version 5.1 of css4j and css4j-dom4j
1 parent fef30bf commit b2e6da0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maven/install-css4j.sh

Lines changed: 2 additions & 2 deletions
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.0
40+
VERSION=5.1
4141
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
4242
#
4343
ARTIFACT=css4j-agent
@@ -49,7 +49,7 @@ VERSION=5.0
4949
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
5050
#
5151
ARTIFACT=css4j-dom4j
52-
VERSION=5.0
52+
VERSION=5.1
5353
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
5454
#
5555
rm -f ${LOCALREPO}/io/sf/carte/*/*/_remote.repositories

0 commit comments

Comments
 (0)