Skip to content

Commit

Permalink
Release 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Oct 5, 2024
1 parent 12fe6ca commit 1c158fa
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 14 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,17 @@ repositories {
releasesOnly()
}
content {
includeGroup 'io.sf.carte'
includeGroup 'io.sf.jclf'
// Include all the groups used by popular io.sf.* projects
includeGroupByRegex 'io\\.sf\\..*'
// Alternatively:
//includeGroup 'io.sf.carte'
//includeGroup 'io.sf.jclf'
}
}
}
```
please use this repository **only** for the artifact groups listed in the `includeGroup` statements.
please use this repository only for the artifact groups listed in the `includeGroup` statements.

Then, in your `build.gradle` file:
```groovy
Expand All @@ -62,7 +66,7 @@ and optional library packages are the following:
### Compile-time dependencies

- The [css4j](https://github.com/css4j/css4j/releases) library (and its transitive
dependencies); version 4.0 or higher is recommended (compatibility with 5.0 or
dependencies); version 5.0 or higher is recommended (compatibility with 6.0 or
higher is likely but not guaranteed).

### Test dependencies
Expand Down
27 changes: 18 additions & 9 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
# css4j-AWT version 4.0 Release Notes
# css4j-AWT version 5.0 Release Notes

### March 30, 2023
### October 5, 2024

<br/>

## Highlights

### Upgrade to css4j 4.0
### Major version bumped to 5

This library now benefits from the color upgrades in css4j 4.0.
To emphasize that it is compatible with css4j 5.0, major version was bumped to 5.
But in fact this library is essentially the same as version 4.0.

<br/>

## Detail of changes

- Upgrade to css4j 4.0
- Upgrade to slf4j 2.0.7
- Upgrade to extra-java-module-info 1.3
- Upgrade Gradle wrapper to 8.0.2
- Tests: convert the tests to JUnit 5.
- Use diamond operator.
- Convert to advanced for loop in `isFontFamilyAvailable`.
- Update the Javadoc package description.
- Bump copyright year to 2024.
- Add scm section to Maven POM data.
- Prefer css4j 5.0 in build.
- Upgrade to xml-dtd 4.3.
- Upgrade JUnit to version 5.11.1.
- Upgrade Gradle wrapper to 8.10.2.
- Use slf4j 2.0.16 in tests.
- Upgrade to extra-java-module-info version 1.9.
- Upgrade to wrapper-validation action v4.
- Default to Linux line endings for source files.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'io.sf.carte'
version = '4.0.1-SNAPSHOT'
version = '5.0'

description = 'css4j-awt'

Expand Down

0 comments on commit 1c158fa

Please sign in to comment.