Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Issue #234: Prep tbdex-kt for 1.0.0 release: (#235)
Browse files Browse the repository at this point in the history
* Upgrade to web5-kt:1.0.0
* Fix the release pipeline build
  • Loading branch information
ALRubinger authored Apr 8, 2024
1 parent 145bfc5 commit 3cae66c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.TBD_RELEASE_GITHUB_PERSONAL_ACCESS_TOKEN }}

# https://cashapp.github.io/hermit/usage/ci/
- name: Init Hermit
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
the version "version.xyz.block.web5" set this web5-parent. When updating Web5, update both
this version *and* the <version.xyz.block.web5> below in the <properties> section.
-->
<version>commit-89fc453-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<name>tbDEX SDK for the JVM Build Parent</name>
<url>https://developer.tbd.website</url>
Expand Down Expand Up @@ -103,7 +103,7 @@
this version to refer to the web5-parent at the top of this file. When updating
Web5, update both here and in the <parent> declaration above.
-->
<version.xyz.block.web5>commit-89fc453-SNAPSHOT</version.xyz.block.web5>
<version.xyz.block.web5>1.0.0</version.xyz.block.web5>

<!-- Versioning for Dependencies -->
<version.de.fxlae>0.2.0</version.de.fxlae>
Expand Down

0 comments on commit 3cae66c

Please sign in to comment.