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

Commit

Permalink
Attempt simple github mvn hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Jul 22, 2024
1 parent 8285e22 commit 45628a5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion bound/kt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@

<groupId>tbdex.sdk.core</groupId>
<artifactId>tbdex-core-kt</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>jar</packaging>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub TBD54566975 Apache Maven Packages</name>
<url>https://maven.pkg.github.com/TBD54566975/tbdex-rs</url>
</repository>
</distributionManagement>

<properties>
<kotlin.version>1.9.22</kotlin.version>
Expand Down

0 comments on commit 45628a5

Please sign in to comment.