Skip to content

Commit

Permalink
Maven scripts: deploy version 5.1 of css4j and css4j-dom4j
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Jan 24, 2025
1 parent fef30bf commit b2e6da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven/install-css4j.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ VERSION=4.3
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
#
ARTIFACT=css4j
VERSION=5.0
VERSION=5.1
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
#
ARTIFACT=css4j-agent
Expand All @@ -49,7 +49,7 @@ VERSION=5.0
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
#
ARTIFACT=css4j-dom4j
VERSION=5.0
VERSION=5.1
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
#
rm -f ${LOCALREPO}/io/sf/carte/*/*/_remote.repositories

0 comments on commit b2e6da0

Please # to comment.