File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ description = 'css4j-dist'
1111version = ' 4.0-SNAPSHOT'
1212
1313dependencies {
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 }
Original file line number Diff line number Diff line change @@ -25,9 +25,7 @@ function install() {
2525}
2626#
2727ARTIFACT=jclf-text
28- VERSION=5.0.0
29- install " ${GROUP} " " ${ARTIFACT} " " ${VERSION} "
30- VERSION=5.0.1
28+ VERSION=5.0.2
3129install " ${GROUP} " " ${ARTIFACT} " " ${VERSION} "
3230#
3331ARTIFACT=jclf-linear3
You can’t perform that action at this time.
0 commit comments