We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0162c82 commit f5b7d2fCopy full SHA for f5b7d2f
pom.xml
@@ -4,11 +4,18 @@
4
5
<groupId>com.bigboxer23</groupId>
6
<artifactId>SwitchBotApi-java</artifactId>
7
- <version>1.0.0</version>
+ <version>1.0.6</version>
8
9
<name>SwitchBotApi-java</name>
10
<url>https://github.com/bigboxer23/SwitchBotAPI-java</url>
11
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>
19
<properties>
20
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21
<java.version>17</java.version>
0 commit comments