forked from gitbock/fritzboxtr064
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
35 lines (28 loc) · 1.04 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<parent>
<groupId>org.openhab.bundles</groupId>
<artifactId>binding</artifactId>
<version>1.9.0-SNAPSHOT</version>
</parent>
<properties>
<bundle.symbolicName>org.openhab.binding.fritzboxtr064</bundle.symbolicName>
<bundle.namespace>org.openhab.binding.fritzboxtr064</bundle.namespace>
<deb.name>openhab-addon-binding-FritzboxTr064</deb.name>
<deb.description>openhab addon binding FritzboxTr064</deb.description>
</properties>
<modelVersion>4.0.0</modelVersion>
<groupId>org.openhab.binding</groupId>
<artifactId>org.openhab.binding.fritzboxtr064</artifactId>
<name>openHAB FritzboxTr064 Binding</name>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
<plugin>
<groupId>org.vafer</groupId>
<artifactId>jdeb</artifactId>
</plugin>
</plugins>
</build>
</project>