Skip to content

Commit

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

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

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

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

Expand Down
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>web5-parent</artifactId>
<version>2.0.1-debug1</version>
<version>0.0.0-main-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion keymanager-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>xyz.block</groupId>
<artifactId>web5-parent</artifactId>
<version>2.0.1-debug1</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>web5-parent</artifactId>
<version>2.0.1-debug1</version>
<version>0.0.0-main-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Web5 SDK for the JVM</name>
<url>https://developer.tbd.website</url>
Expand All @@ -20,7 +20,7 @@
<!-- This has to be HTTPS, not git://, for maven-release-plugin to do AUTH correctly -->
<developerConnection>scm:git:https://github.com/TBD54566975/web5-kt.git</developerConnection>
<url>https://github.com/TBD54566975/web5-kt</url>
<tag>v2.0.1-debug1</tag>
<tag>HEAD</tag>
</scm>

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

Expand Down

0 comments on commit 3f4ba2b

Please sign in to comment.