Skip to content

Commit fef30bf

Browse files
committed
Upgrade to jclf-text 5.0.2
1 parent c46608e commit fef30bf

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = 'css4j-dist'
1111
version = '4.0-SNAPSHOT'
1212

1313
dependencies {
14-
implementation 'io.sf.jclf:jclf-text:5.0.1'
14+
implementation 'io.sf.jclf:jclf-text:5.0.2'
1515
implementation 'io.sf.jclf:jclf-linear3:1.0.0'
1616
implementation 'org.dom4j:dom4j:2.1.4'
1717
implementation 'org.slf4j:slf4j-api:2.0.16'
@@ -29,7 +29,7 @@ repositories {
2929
url = uri('https://repo.maven.apache.org/maven2/')
3030
}
3131
maven {
32-
url "https://css4j.github.io/maven/"
32+
url = "https://css4j.github.io/maven/"
3333
mavenContent {
3434
releasesOnly()
3535
}

maven/install-jclf.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ function install() {
2525
}
2626
#
2727
ARTIFACT=jclf-text
28-
VERSION=5.0.0
29-
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
30-
VERSION=5.0.1
28+
VERSION=5.0.2
3129
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
3230
#
3331
ARTIFACT=jclf-linear3

0 commit comments

Comments
 (0)