Skip to content

Commit

Permalink
#43 Refactoring: Add UpdateBranchName data class
Browse files Browse the repository at this point in the history
- also extract update candidates

Co-Authored-By: Sandra Parsick <[email protected]>
  • Loading branch information
georgberky and sparsick committed Jun 16, 2022
1 parent 760980d commit 3d0a2ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class UpdateMojo : AbstractMojo() {
fun prefix(): String {
return "dependency-update/${groupId}-${artifactId}"
}

override fun toString(): String {
return "dependency-update/${groupId}-${artifactId}-${version}"
}
Expand Down

0 comments on commit 3d0a2ed

Please sign in to comment.