File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/docsnippets
maven-binding-builder/src/main/kotlin/io/github/typesafegithub/workflows/mavenbinding Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11#! / usr/ bin/ env kotlin
22@file:Repository(" file://~/.m2/repository/" )
3- @file:DependsOn(" io.github.typesafegithub:github-workflows-kt:2.1.2-SNAPSHOT " )
4- @file:DependsOn(" io.github.typesafegithub:action-updates-checker:2.1.2-SNAPSHOT " )
3+ @file:DependsOn(" io.github.typesafegithub:github-workflows-kt:2.2.0 " )
4+ @file:DependsOn(" io.github.typesafegithub:action-updates-checker:2.2.0 " )
55@file:Repository(" https://bindings.krzeminski.it" )
66@file:DependsOn(" actions:checkout:v4" )
77@file:DependsOn(" actions:github-script:v7" )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66}
77
88group = " io.github.typesafegithub"
9- version = " 2.1.2-SNAPSHOT "
9+ version = " 2.2.0 "
1010
1111nexusPublishing {
1212 repositories {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class GettingStartedSnippets :
1818 // --8<-- [start:getting-started-1]
1919 #!/usr/bin/env kotlin
2020
21- @file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.2-SNAPSHOT ")
21+ @file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.2.0 ")
2222
2323 // --8<-- [end:getting-started-1]
2424 */
Original file line number Diff line number Diff line change 11package io.github.typesafegithub.workflows.mavenbinding
22
3- internal const val LATEST_RELASED_LIBRARY_VERSION = " 2.1 .0"
3+ internal const val LATEST_RELASED_LIBRARY_VERSION = " 2.2 .0"
44
55internal fun buildPomFile (
66 owner : String ,
Original file line number Diff line number Diff line change 5959 - Projects using this library : ' projects-using-this-library.md'
6060
6161extra :
62- version : 2.1.2-SNAPSHOT
62+ version : 2.2.0
You can’t perform that action at this time.
0 commit comments