From 67c8eaa46ddd0f0460d4f1f2586e7d75ec281cde Mon Sep 17 00:00:00 2001
From: "opentdf-automation[bot]"
<149537512+opentdf-automation[bot]@users.noreply.github.com>
Date: Wed, 22 Apr 2026 18:07:10 +0000
Subject: [PATCH] chore(main): release 0.14.1-SNAPSHOT
---
cmdline/pom.xml | 2 +-
cmdline/src/main/java/io/opentdf/platform/Command.java | 2 +-
examples/pom.xml | 2 +-
pom.xml | 2 +-
sdk/pom.xml | 2 +-
sdk/src/main/java/io/opentdf/platform/sdk/Version.java | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/cmdline/pom.xml b/cmdline/pom.xml
index 9d7c2d2c..222e7ab8 100644
--- a/cmdline/pom.xml
+++ b/cmdline/pom.xml
@@ -4,7 +4,7 @@
io.opentdf.platform
sdk-pom
- 0.14.0
+ 0.14.1-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 0d693a94..4b66d904 100644
--- a/cmdline/src/main/java/io/opentdf/platform/Command.java
+++ b/cmdline/src/main/java/io/opentdf/platform/Command.java
@@ -53,7 +53,7 @@
*/
class Versions {
// Version of the SDK, managed by release-please.
- public static final String SDK = "0.14.0"; // x-release-please-version
+ public static final String SDK = "0.14.1-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 6dbadc7f..557d6d01 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -4,7 +4,7 @@
sdk-pom
io.opentdf.platform
- 0.14.0
+ 0.14.1-SNAPSHOT
io.opentdf.platform
diff --git a/pom.xml b/pom.xml
index bd29f4ac..83877fe8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
io.opentdf.platform
sdk-pom
- 0.14.0
+ 0.14.1-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 06125af1..cd8df9bd 100644
--- a/sdk/pom.xml
+++ b/sdk/pom.xml
@@ -6,7 +6,7 @@
sdk-pom
io.opentdf.platform
- 0.14.0
+ 0.14.1-SNAPSHOT
jar
diff --git a/sdk/src/main/java/io/opentdf/platform/sdk/Version.java b/sdk/src/main/java/io/opentdf/platform/sdk/Version.java
index a0064599..a45acbbe 100644
--- a/sdk/src/main/java/io/opentdf/platform/sdk/Version.java
+++ b/sdk/src/main/java/io/opentdf/platform/sdk/Version.java
@@ -13,7 +13,7 @@
class Version implements Comparable {
// Version of the SDK, managed by release-please.
- public static final String SDK = "0.14.0"; // x-release-please-version
+ public static final String SDK = "0.14.1-SNAPSHOT"; // x-release-please-version
private final int major;
private final int minor;