Skip to content

Commit 0e583d4

Browse files
committed
Use current version of project dependencies instead of forcing the last stable version
This allows snapshots to depend on other snapshots transitively
1 parent 57de623 commit 0e583d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/Deployment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ private fun Node.appendProjectDependencyCoordinates(dep: ProjectDependency) {
222222

223223
appendNode("groupId", config.groupId)
224224
appendNode("artifactId", config.artifactId)
225-
appendNode("version", config.latestStableVersion)
225+
appendNode("version", config.currentVersion)
226226
}
227227

228228
private fun Node.appendExternalDependencyCoordinates(dep: Dependency) {

0 commit comments

Comments
 (0)