Skip to content

Commit 286043e

Browse files
chore: 0.7.2-SNAPSHOT (#183)
Upgraded project versions from 0.7.0-SNAPSHOT to 0.7.2-SNAPSHOT across multiple POM files. Added detailed steps for the release process, including handling SNAPSHOT and RELEASE versions, in the README.md. bump to very latest version, see https://github.com/opentdf/java-sdk/packages/2097221/versions
1 parent 47613f5 commit 286043e

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,18 @@ Create an account, link with GitHub, under User setting, Create a `token`
8383
[INFO] [exec]
8484
[INFO] [exec] Please see https://buf.build/docs/bsr/rate-limits for details about BSR rate limiting.
8585
```
86+
87+
## Release Process
88+
89+
### SNAPSHOT
90+
91+
Snapshots are from main latest
92+
93+
```shell
94+
mvn versions:set -DnewVersion=1.2.3-SNAPSHOT
95+
```
96+
97+
### RELEASE
98+
99+
Releases are from tags created by GitHub Release process.
100+
Release Please trigger the release process.

cmdline/pom.xml

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

pom.xml

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

88
<groupId>io.opentdf.platform</groupId>
99
<artifactId>sdk-pom</artifactId>
10-
<version>0.7.0-SNAPSHOT</version>
10+
<version>0.7.2-SNAPSHOT</version>
1111
<name>io.opentdf.platform:sdk-pom</name>
1212
<description>OpenTDF Java SDK</description>
1313
<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
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>sdk-pom</artifactId>
1010
<groupId>io.opentdf.platform</groupId>
11-
<version>0.7.0-SNAPSHOT</version>
11+
<version>0.7.2-SNAPSHOT</version>
1212
</parent>
1313
<packaging>jar</packaging>
1414
<dependencies>

0 commit comments

Comments
 (0)