Skip to content

Commit

Permalink
[TBD Release Manager 🚀] Setting next development version after: vv2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbd-releases committed Aug 13, 2024
1 parent 1b66ffd commit 7af1503
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>xyz.block</groupId>
<artifactId>tbdex-parent</artifactId>
<version>v2.0.1</version>
<version>0.0.0-main-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>xyz.block</groupId>
<artifactId>tbdex-parent</artifactId>
<version>v2.0.1</version>
<version>0.0.0-main-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion httpserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>xyz.block</groupId>
<artifactId>tbdex-parent</artifactId>
<version>v2.0.1</version>
<version>0.0.0-main-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Artifact Information -->
<groupId>xyz.block</groupId>
<artifactId>tbdex-parent</artifactId>
<version>v2.0.1</version>
<version>0.0.0-main-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>xyz.block</groupId>
Expand All @@ -30,7 +30,7 @@
<!-- This has to be HTTPS, not git://, for maven-release-plugin to do AUTH correctly -->
<developerConnection>scm:git:https://github.com/TBD54566975/tbdex-kt.git</developerConnection>
<url>https://github.com/TBD54566975/tbdex-kt</url>
<tag>vv2.0.1</tag>
<tag>HEAD</tag>
</scm>

<!-- Developers -->
Expand Down
2 changes: 1 addition & 1 deletion protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>xyz.block</groupId>
<artifactId>tbdex-parent</artifactId>
<version>v2.0.1</version>
<version>0.0.0-main-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 7af1503

Please sign in to comment.