diff --git a/cmdline/pom.xml b/cmdline/pom.xml index f7977a5b..0ae0912a 100644 --- a/cmdline/pom.xml +++ b/cmdline/pom.xml @@ -4,7 +4,7 @@ io.opentdf.platform sdk-pom - 0.7.7 + 0.7.8-SNAPSHOT cmdline diff --git a/cmdline/src/main/java/io/opentdf/platform/Command.java b/cmdline/src/main/java/io/opentdf/platform/Command.java index 39118b80..5982b4d3 100644 --- a/cmdline/src/main/java/io/opentdf/platform/Command.java +++ b/cmdline/src/main/java/io/opentdf/platform/Command.java @@ -51,7 +51,7 @@ */ class Versions { // Version of the SDK, managed by release-please. - public static final String SDK = "0.7.7"; // x-release-please-version + public static final String SDK = "0.7.8-SNAPSHOT"; // x-release-please-version // This sdk aims to support this version of the TDF spec; currently 4.3.0. public static final String TDF_SPEC = "4.3.0"; diff --git a/examples/pom.xml b/examples/pom.xml index f9d27fa5..04bdc3c8 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ sdk-pom io.opentdf.platform - 0.7.7 + 0.7.8-SNAPSHOT io.opentdf.platform diff --git a/pom.xml b/pom.xml index b8643e8d..75412c56 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.opentdf.platform sdk-pom - 0.7.7 + 0.7.8-SNAPSHOT io.opentdf.platform:sdk-pom OpenTDF Java SDK https://github.com/opentdf/java-sdk diff --git a/sdk/pom.xml b/sdk/pom.xml index 5e3218c0..14093875 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -6,7 +6,7 @@ sdk-pom io.opentdf.platform - 0.7.7 + 0.7.8-SNAPSHOT jar