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

Commit 45628a5

Browse files
committed
Attempt simple github mvn hosting
1 parent 8285e22 commit 45628a5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

bound/kt/pom.xml

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@
55

66
<groupId>tbdex.sdk.core</groupId>
77
<artifactId>tbdex-core-kt</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>0.0.1</version>
9+
<packaging>jar</packaging>
10+
11+
<distributionManagement>
12+
<repository>
13+
<id>github</id>
14+
<name>GitHub TBD54566975 Apache Maven Packages</name>
15+
<url>https://maven.pkg.github.com/TBD54566975/tbdex-rs</url>
16+
</repository>
17+
</distributionManagement>
918

1019
<properties>
1120
<kotlin.version>1.9.22</kotlin.version>

0 commit comments

Comments
 (0)