Skip to content

Commit

Permalink
Version to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Dec 2, 2024
1 parent 6053316 commit 1832047
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rootProject.name = "oci-demo"
```kotlin
plugins {
java
id("io.github.sgtsilvio.gradle.oci") version "0.16.0"
id("io.github.sgtsilvio.gradle.oci") version "0.17.0"
}

group = "org.example"
Expand Down
2 changes: 1 addition & 1 deletion examples/java-app-groovy-dsl/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ gradleOci-junitJupiter = { module = "io.github.sgtsilvio:gradle-oci-junit-jupite
testcontainers = { module = "org.testcontainers:testcontainers", version.ref = "testcontainers" }

[plugins]
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.16.0" }
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.17.0" }
2 changes: 1 addition & 1 deletion examples/java-app/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ gradleOci-junitJupiter = { module = "io.github.sgtsilvio:gradle-oci-junit-jupite
testcontainers = { module = "org.testcontainers:testcontainers", version.ref = "testcontainers" }

[plugins]
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.16.0" }
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.17.0" }
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.16.0
version=0.17.0
kotlin.code.style=official
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import java.util.function.BiFunction
/v0.15/<escapeSlash(registryUrl)> / <group>/<name>/<version> / <escapeSlash(imageName)>/<digest>/<size>/<...>oci-layer
*/

internal const val OCI_REPOSITORY_VERSION = "v0.17f"
internal const val OCI_REPOSITORY_VERSION = "v0.17"

/**
* @author Silvio Giebl
Expand Down

0 comments on commit 1832047

Please sign in to comment.