File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
src/main/java/io/opentdf/platform
src/main/java/io/opentdf/platform/sdk Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.opentdf.platform</groupId >
66 <artifactId >sdk-pom</artifactId >
7- <version >0.11.1 </version >
7+ <version >0.11.2-SNAPSHOT </version >
88 </parent >
99 <artifactId >cmdline</artifactId >
1010 <properties >
Original file line number Diff line number Diff line change 4949 */
5050class Versions {
5151 // Version of the SDK, managed by release-please.
52- public static final String SDK = "0.11.1 " ; // x-release-please-version
52+ public static final String SDK = "0.11.2-SNAPSHOT " ; // x-release-please-version
5353
5454 // This sdk aims to support this version of the TDF spec; currently 4.3.0.
5555 public static final String TDF_SPEC = "4.3.0" ;
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >sdk-pom</artifactId >
66 <groupId >io.opentdf.platform</groupId >
7- <version >0.11.1 </version >
7+ <version >0.11.2-SNAPSHOT </version >
88 </parent >
99
1010 <groupId >io.opentdf.platform</groupId >
Original file line number Diff line number Diff line change 55
66 <groupId >io.opentdf.platform</groupId >
77 <artifactId >sdk-pom</artifactId >
8- <version >0.11.1 </version >
8+ <version >0.11.2-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 >
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >sdk-pom</artifactId >
88 <groupId >io.opentdf.platform</groupId >
9- <version >0.11.1 </version >
9+ <version >0.11.2-SNAPSHOT </version >
1010 </parent >
1111 <packaging >jar</packaging >
1212 <properties >
Original file line number Diff line number Diff line change 1212class Version implements Comparable <Version > {
1313
1414 // Version of the SDK, managed by release-please.
15- public static final String SDK = "0.11.1 " ; // x-release-please-version
15+ public static final String SDK = "0.11.2-SNAPSHOT " ; // x-release-please-version
1616
1717 private final int major ;
1818 private final int minor ;
You can’t perform that action at this time.
0 commit comments