Commit c965d70
committed
[MINOR] Remove unused versions from
### What changes were proposed in this pull request?
This PR aims to remove unused versions from `gradle.properties`.
### Why are the changes needed?
To clean up the misleading unused versions. We can see that there is no usage like the following.
```
$ git grep commonsLang3Version
gradle.properties:commonsLang3Version=3.16.0
$ git grep commonsIOVersion
gradle.properties:commonsIOVersion=2.16.1
```
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#107 from dongjoon-hyun/minor-unused.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>gradle.properties
1 parent 0f6011c commit c965d70
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| |||
0 commit comments