Skip to content

Commit be6c428

Browse files
committed
Prepare the 1.1.1 development version
1 parent 7c0d469 commit be6c428

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>hap</artifactId>
77
<name>hap-java</name>
88
<description>Homekit Accessory Protocol for Java</description>
9-
<version>1.1.0</version>
9+
<version>1.1.1-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111
<url>http://www.github.com/beowulfe/HAP-Java</url>
1212

@@ -201,6 +201,10 @@
201201
<id>website</id>
202202
<url>https://github.com/beowulfe/hap-java</url>
203203
</site>
204+
<repository>
205+
<id>ossrh</id>
206+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
207+
</repository>
204208
<snapshotRepository>
205209
<id>ossrh</id>
206210
<url>https://oss.sonatype.org/content/repositories/snapshots</url>

0 commit comments

Comments
 (0)