Skip to content

Commit 4995613

Browse files
committed
Update install scipts to latest versions.
1 parent 2b125c1 commit 4995613

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

install-css4j.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ VERSION=1.1.0
2323
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
2424
#
2525
ARTIFACT=carte-util
26-
VERSION=3.3.0
26+
VERSION=3.4.0
2727
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
2828
#
2929
ARTIFACT=xml-dtd

install-jclf.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/usr/bin/bash
22
#
3-
# Install the JCLF artifact if it is not present.
3+
# Install the JCLF-text artifact if it is not present.
44
#
55
# Assumes that the $TMP environment variable points to a temporary directory.
66
#
77
GROUP=io.sf.jclf
8-
ARTIFACT=jclf
9-
VERSION=4.1.0
8+
ARTIFACT=jclf-text
9+
VERSION=5.0.0
1010
REMOTEREPO=https://css4j.github.io/maven/
1111
PLUGIN=org.apache.maven.plugins:maven-dependency-plugin:2.9:get
1212
LOCALREPO=${HOME}/.m2/repository

0 commit comments

Comments
 (0)