Skip to content

Commit a71f5ca

Browse files
committed
Maven scripts: deploy version 5.2 of css4j and 5.1 of css4j-agent/-awt
1 parent 613b603 commit a71f5ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ tasks.named('clean') {
8989

9090
// Produce a Javadoc of all modules
9191
tasks.register('mergedJavadoc', Javadoc) {
92-
description 'Produces a merged Javadoc of all modules'
92+
description = 'Produces a merged Javadoc of all modules'
9393
destinationDir = file("$buildDir/docs/javadoc")
9494
title = "CSS4J ecosystem API"
9595
dependsOn cloneRepos

maven/install-css4j.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ VERSION=4.3
3737
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
3838
#
3939
ARTIFACT=css4j
40-
VERSION=5.1
40+
VERSION=5.2
4141
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
4242
#
4343
ARTIFACT=css4j-agent
44-
VERSION=5.0
44+
VERSION=5.1
4545
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
4646
#
4747
ARTIFACT=css4j-awt
48-
VERSION=5.0
48+
VERSION=5.1
4949
install "${GROUP}" "${ARTIFACT}" "${VERSION}"
5050
#
5151
ARTIFACT=css4j-dom4j

0 commit comments

Comments
 (0)