File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/me/qoomon/maven/gitversioning Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
<groupId >me.qoomon</groupId >
9
9
<artifactId >maven-git-versioning-extension</artifactId >
10
- <version >9.8.0 </version >
10
+ <version >9.8.1 </version >
11
11
<packaging >maven-plugin</packaging >
12
12
13
13
<name >Maven Git Versioning Extension</name >
Original file line number Diff line number Diff line change 53
53
import static me .qoomon .maven .gitversioning .BuildProperties .projectArtifactId ;
54
54
import static me .qoomon .maven .gitversioning .GitVersioningMojo .asPlugin ;
55
55
import static me .qoomon .maven .gitversioning .MavenUtil .*;
56
- import static org .apache .commons . lang3 .StringUtils .leftPad ;
56
+ import static org .apache .maven . shared . utils .StringUtils .leftPad ;
57
57
import static org .apache .maven .shared .utils .StringUtils .repeat ;
58
58
import static org .apache .maven .shared .utils .StringUtils .rightPad ;
59
59
import static org .apache .maven .shared .utils .logging .MessageUtils .buffer ;
You can’t perform that action at this time.
0 commit comments