Skip to content

Commit

Permalink
Maven scripts: install version 5.0 of css4j, css4j-agent, css4j-awt a…
Browse files Browse the repository at this point in the history
…nd css4j-dom4j
  • Loading branch information
carlosame committed Oct 5, 2024
1 parent 9b2aab7 commit efd8db8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions maven/install-css4j.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ VERSION=4.3
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
#
ARTIFACT=css4j
VERSION=4.4
VERSION=5.0
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
#
ARTIFACT=css4j-agent
VERSION=4.0
VERSION=5.0
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
#
ARTIFACT=css4j-awt
VERSION=4.0
VERSION=5.0
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
#
ARTIFACT=css4j-dom4j
VERSION=4.2
VERSION=5.0
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
#
rm -f ${LOCALREPO}/io/sf/carte/*/*/_remote.repositories

0 comments on commit efd8db8

Please sign in to comment.