-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
51 lines (33 loc) · 1.45 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
<?xml version="1.0" encoding="ISO-8859-1"?>
<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>com.github.livesense</groupId>
<artifactId>org.liveSense.parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<version>1.0.6-SNAPSHOT</version>
<scm>
<connection>scm:git:https://github.com/liveSense/org.liveSense.karaf.git</connection>
<developerConnection>scm:git:https://github.com/liveSense/org.liveSense.karaf.git</developerConnection>
<url>https://github.com/liveSense/org.liveSense.karaf</url>
<tag>HEAD</tag>
</scm>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.liveSense.karaf</artifactId>
<packaging>pom</packaging>
<name>liveSense :: Karaf</name>
<description>liveSense ServiceMix/Karaf features</description>
<modules>
<module>webconsole-branding</module>
<module>slingbootstrap</module>
<module>features</module>
<module>branding</module>
<module>assemblies</module>
</modules>
<properties>
<dosgi.feature.version>${project.version}</dosgi.feature.version>
<camel.feature.version>${project.version}</camel.feature.version>
<pax.web.version>3.0.5</pax.web.version>
</properties>
</project>