File tree Expand file tree Collapse file tree 5 files changed +6
-6
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 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
#! / usr/ bin/ env kotlin
2
2
@file:Repository(" file://~/.m2/repository/" )
3
- @file:DependsOn(" io.github.typesafegithub:github-workflows-kt:2.3.1-SNAPSHOT " )
4
- @file:DependsOn(" io.github.typesafegithub:action-updates-checker:2.3.1-SNAPSHOT " )
3
+ @file:DependsOn(" io.github.typesafegithub:github-workflows-kt:3.0.0 " )
4
+ @file:DependsOn(" io.github.typesafegithub:action-updates-checker:3.0.0 " )
5
5
@file:Repository(" https://bindings.krzeminski.it" )
6
6
@file:DependsOn(" actions:checkout:v4" )
7
7
@file:DependsOn(" actions:github-script:v7" )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
group = " io.github.typesafegithub"
9
- version = " 2.3.1-SNAPSHOT "
9
+ version = " 3.0.0 "
10
10
11
11
nexusPublishing {
12
12
repositories {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class GettingStartedSnippets :
19
19
#!/usr/bin/env kotlin
20
20
21
21
@file:Repository("https://repo.maven.apache.org/maven2/")
22
- @file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.3.1-SNAPSHOT ")
22
+ @file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.0.0 ")
23
23
@file:Repository("https://bindings.krzeminski.it")
24
24
@file:DependsOn("actions:checkout:v4")
25
25
Original file line number Diff line number Diff line change 1
1
package io.github.typesafegithub.workflows.mavenbinding
2
2
3
- internal const val LATEST_RELASED_LIBRARY_VERSION = " 2.3 .0"
3
+ internal const val LATEST_RELASED_LIBRARY_VERSION = " 3.0 .0"
4
4
5
5
internal fun buildPomFile (
6
6
owner : String ,
You can’t perform that action at this time.
0 commit comments