We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d271dc commit a559f7cCopy full SHA for a559f7c
pom.xml
@@ -5,7 +5,7 @@
5
<artifactId>hap</artifactId>
6
<name>hap-java</name>
7
<description>Homekit Accessory Protocol for Java</description>
8
- <version>2.0.4-SNAPSHOT</version>
+ <version>2.0.4</version>
9
<packaging>jar</packaging>
10
<url>https://github.com/hap-java/HAP-Java</url>
11
@@ -26,7 +26,7 @@
26
<connection>scm:git:https://github.com/hap-java/HAP-Java.git</connection>
27
<developerConnection>scm:git:https://github.com/hap-java/HAP-Java.git</developerConnection>
28
<url>https://github.com/hap-java/HAP-Java.git</url>
29
- <tag>HEAD</tag>
+ <tag>hap-2.0.4</tag>
30
</scm>
31
32
<developers>
0 commit comments