Skip to content

Commit f5b7d2f

Browse files
committed
adding missing distribution block
1 parent 0162c82 commit f5b7d2f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@
44

55
<groupId>com.bigboxer23</groupId>
66
<artifactId>SwitchBotApi-java</artifactId>
7-
<version>1.0.0</version>
7+
<version>1.0.6</version>
88

99
<name>SwitchBotApi-java</name>
1010
<url>https://github.com/bigboxer23/SwitchBotAPI-java</url>
1111

12+
<distributionManagement>
13+
<repository>
14+
<id>github</id>
15+
<name>GitHub Packages</name>
16+
<url>https://maven.pkg.github.com/bigboxer23/SwitchBotAPI-java</url>
17+
</repository>
18+
</distributionManagement>
1219
<properties>
1320
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1421
<java.version>17</java.version>

0 commit comments

Comments
 (0)