Skip to content

Commit 426b98e

Browse files
opentdf-automation[bot]marythoughtclaude
authored
chore(release/v0.13): release 0.13.1-SNAPSHOT (#348)
🤖 I have created a release *beep* *boop* --- <details><summary>0.13.1-SNAPSHOT</summary> ### Updating meta-information for bleeding-edge SNAPSHOT release. </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Signed-off-by: Mary Dickson <mary.dickson@virtru.com> Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com> Co-authored-by: Mary Dickson <mary.dickson@virtru.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c0d7f7f commit 426b98e

7 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
# - sdk: changes to sdk
5050
# - tests: test only changes
5151
# - examples: examples only changes
52+
# - release/v0.\d+: release-please release branch PRs
5253
scopes: |
5354
ci
5455
cmdline
@@ -57,6 +58,7 @@ jobs:
5758
sdk
5859
tests
5960
examples
61+
release/v0\.\d+
6062
6163
mavenverify:
6264
runs-on: ubuntu-latest

cmdline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.opentdf.platform</groupId>
66
<artifactId>sdk-pom</artifactId>
7-
<version>0.13.0</version>
7+
<version>0.13.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>cmdline</artifactId>
1010
<properties>

cmdline/src/main/java/io/opentdf/platform/Command.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
*/
5454
class Versions {
5555
// Version of the SDK, managed by release-please.
56-
public static final String SDK = "0.13.0"; // x-release-please-version
56+
public static final String SDK = "0.13.1-SNAPSHOT"; // x-release-please-version
5757

5858
// This sdk aims to support this version of the TDF spec; currently 4.3.0.
5959
public static final String TDF_SPEC = "4.3.0";

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>sdk-pom</artifactId>
66
<groupId>io.opentdf.platform</groupId>
7-
<version>0.13.0</version>
7+
<version>0.13.1-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>io.opentdf.platform</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.opentdf.platform</groupId>
77
<artifactId>sdk-pom</artifactId>
8-
<version>0.13.0</version>
8+
<version>0.13.1-SNAPSHOT</version>
99
<name>io.opentdf.platform:sdk-pom</name>
1010
<description>OpenTDF Java SDK</description>
1111
<url>https://github.com/opentdf/java-sdk</url>

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>sdk-pom</artifactId>
88
<groupId>io.opentdf.platform</groupId>
9-
<version>0.13.0</version>
9+
<version>0.13.1-SNAPSHOT</version>
1010
</parent>
1111
<packaging>jar</packaging>
1212
<properties>

sdk/src/main/java/io/opentdf/platform/sdk/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class Version implements Comparable<Version> {
1414

1515
// Version of the SDK, managed by release-please.
16-
public static final String SDK = "0.13.0"; // x-release-please-version
16+
public static final String SDK = "0.13.1-SNAPSHOT"; // x-release-please-version
1717

1818
private final int major;
1919
private final int minor;

0 commit comments

Comments
 (0)