Skip to content

Commit

Permalink
ci: fix starting version (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
strantalis authored Mar 15, 2024
1 parent d7edcea commit 6d19d9a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.0.0"
}
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.opentdf.platform</groupId>
<artifactId>sdk-pom</artifactId>
<version>1.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.1.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<name>sdk-pom</name>
<packaging>pom</packaging>
<properties>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>io.opentdf.platform</groupId>
<artifactId>platform-client</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>sdk-pom</artifactId>
<groupId>io.opentdf.platform</groupId>
<version>1.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.1.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
</parent>
<packaging>jar</packaging>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<parent>
<artifactId>sdk-pom</artifactId>
<groupId>io.opentdf.platform</groupId>
<version>1.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.1.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
</parent>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>io.opentdf.platform</groupId>
<artifactId>protocol</artifactId>
<version>1.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
<version>0.1.0-SNAPSHOT</version><!-- {x-version-update:java-sdk:current} -->
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
2 changes: 2 additions & 0 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Format:
# module:released-version:current-version

java-sdk:0.0.0:0.1.0-SNAPSHOT

0 comments on commit 6d19d9a

Please sign in to comment.