Skip to content

Commit c94b0b9

Browse files
committed
[maven-release-plugin] prepare release hap-1.1.3
1 parent 002428b commit c94b0b9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>com.beowulfe.hap</groupId>
65
<artifactId>hap</artifactId>
76
<name>hap-java</name>
87
<description>Homekit Accessory Protocol for Java</description>
9-
<version>1.1.3-SNAPSHOT</version>
8+
<version>1.1.3</version>
109
<packaging>jar</packaging>
1110
<url>http://www.github.com/beowulfe/HAP-Java</url>
1211

@@ -22,7 +21,7 @@
2221
<connection>scm:git:https://github.com/beowulfe/HAP-Java.git</connection>
2322
<developerConnection>scm:git:git@github.com:beowulfe/HAP-Java.git</developerConnection>
2423
<url>https://github.com/beowulfe/HAP-Java.git</url>
25-
<tag>HEAD</tag>
24+
<tag>hap-1.1.3</tag>
2625
</scm>
2726

2827
<developers>

0 commit comments

Comments
 (0)