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 7c0d469 commit be6c428Copy full SHA for be6c428
pom.xml
@@ -6,7 +6,7 @@
6
<artifactId>hap</artifactId>
7
<name>hap-java</name>
8
<description>Homekit Accessory Protocol for Java</description>
9
- <version>1.1.0</version>
+ <version>1.1.1-SNAPSHOT</version>
10
<packaging>jar</packaging>
11
<url>http://www.github.com/beowulfe/HAP-Java</url>
12
@@ -201,6 +201,10 @@
201
<id>website</id>
202
<url>https://github.com/beowulfe/hap-java</url>
203
</site>
204
+ <repository>
205
+ <id>ossrh</id>
206
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
207
+ </repository>
208
<snapshotRepository>
209
<id>ossrh</id>
210
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
0 commit comments