-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
221fec8
commit 09e2cd3
Showing
4 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
object Release { | ||
const val Group = "com.tencent.devops" | ||
const val Version = "0.0.10-SNAPSHOT" | ||
const val Version = "0.1.0-SNAPSHOT" | ||
} | ||
|
||
object Versions { | ||
const val Jib: String = "3.2.0" | ||
const val Java = "17" | ||
const val Kotlin = "1.8.22" | ||
const val SpringBoot = "3.1.4" | ||
const val SpringCloud = "2022.0.4" | ||
const val DependencyManagement = "1.1.3" | ||
const val SpringBoot = "3.3.2" | ||
const val SpringCloud = "2023.0.3" | ||
const val DependencyManagement = "1.1.6" | ||
const val GradleNexusPublish = "1.3.0" | ||
const val KtLint = "0.50.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters