Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.

Commit b2544c7

Browse files
committed
ci: publish to nexus with SNAPSHOT version
1 parent 90a514b commit b2544c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.teamcity/settings.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ object BuildSnapshot : Build(
112112
publishRepository = "https://nexus.silenium.dev/repository/maven-snapshots",
113113
publishUsername = "teamcity-ci",
114114
publishPassword = "credentialsJSON:149ec97d-3f03-4588-b740-38f933c0d1e2",
115-
publishVersion = "dev-%build.vcs.number%",
115+
publishVersion = "0.2.0-SNAPSHOT",
116116
trigger = {
117117
branchFilter = "+:refs/heads/*"
118118
}

0 commit comments

Comments
 (0)