File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 3.13.1] - 2025-01-19
6
+ ### Changed
7
+ - Updated Gradle to 8.12.
8
+
5
9
## [ 3.13.0] - 2024-01-29
6
10
### Changed
7
11
- ** Breaking:** Java 17 is now the minimum required version for using this fork of classindex.
24
28
## 3.11 and before
25
29
Changes for version 3.11 and before are documented in the [ original repository] ( https://github.com/atteo/classindex/blob/master/CHANGES.md ) .
26
30
27
- [ Unreleased ] : https://github.com/xmlobjects/classindex/compare/v3.13.0..HEAD
31
+ [ Unreleased ] : https://github.com/xmlobjects/classindex/compare/v3.13.1..HEAD
32
+ [ 3.13.1 ] : https://github.com/xmlobjects/classindex/releases/tag/v3.13.1
28
33
[ 3.13.0 ] : https://github.com/xmlobjects/classindex/releases/tag/v3.13.0
29
34
[ 3.12.0 ] : https://github.com/xmlobjects/classindex/releases/tag/v3.12.0
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ plugins {
2
2
id ' java-library'
3
3
id ' maven-publish'
4
4
id ' signing'
5
- id ' io.github.gradle-nexus.publish-plugin' version ' 1.3 .0'
5
+ id ' io.github.gradle-nexus.publish-plugin' version ' 2.0 .0'
6
6
}
7
7
8
8
group = ' org.xmlobjects'
9
- version = ' 3.13.0 '
9
+ version = ' 3.13.1 '
10
10
description = ' Fork of https://github.com/atteo/classindex'
11
11
12
12
java {
You can’t perform that action at this time.
0 commit comments