Skip to content

Commit 3a3c357

Browse files
authored
fix: fix pom for release please (#77)
add release please annotations for cmdline module
1 parent 1bc9dd9 commit 3a3c357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmdline/pom.xml

Lines changed: 2 additions & 2 deletions
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.1.0-SNAPSHOT</version>
9+
<version>0.1.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
1010
</parent>
1111
<artifactId>cmdline</artifactId>
1212
<properties>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>io.opentdf.platform</groupId>
5454
<artifactId>sdk</artifactId>
55-
<version>0.1.0-SNAPSHOT</version>
55+
<version>0.1.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
5656
</dependency>
5757
</dependencies>
5858
</project>

0 commit comments

Comments
 (0)