forked from openhab/openhab-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
55 lines (46 loc) · 1.8 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.openhab.core</groupId>
<artifactId>pom</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>openHAB</name>
<description>This project contains the core components of openHAB</description>
<organization>
<name>openHAB.org</name>
<url>http://www.openhab.org</url>
</organization>
<licenses>
<license>
<name>Eclipse Public License</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
</license>
</licenses>
<scm>
<connection>scm:git:https://github.com/openhab/openhab-core.git</connection>
<developerConnection>scm:git:https://github.com/openhab/openhab-core.git</developerConnection>
<url>https://github.com/openhab/openhab-core</url>
</scm>
<issueManagement>
<url>https://github.com/openhab/openhab-core/issues</url>
<system>Github</system>
</issueManagement>
<distributionManagement>
<repository>
<id>bintray</id>
<url>https://api.bintray.com/maven/openhab/mvn/openhab-core/;publish=1</url>
</repository>
<snapshotRepository>
<id>jfrog</id>
<url>https://openhab.jfrog.io/openhab/libs-snapshot-local</url>
</snapshotRepository>
</distributionManagement>
<modules>
<module>poms</module>
<module>poms/tycho</module>
<module>bundles</module>
<module>features</module>
<module>targetplatform</module>
</modules>
</project>