Skip to content

Commit

Permalink
Maven scripts: deploy css4j 4.2.2, css4j-dom4j 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Nov 19, 2023
1 parent 1a29c36 commit 31b68c6
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.2.1
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
#
ARTIFACT=css4j
VERSION=4.2.1
VERSION=4.2.2
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
#
ARTIFACT=css4j-agent
Expand All @@ -49,7 +49,7 @@ VERSION=4.0
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
#
ARTIFACT=css4j-dom4j
VERSION=4.0
VERSION=4.2
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
#
rm -f ${LOCALREPO}/io/sf/carte/*/*/_remote.repositories

0 comments on commit 31b68c6

Please sign in to comment.