blob: 06d1540382d88f6e4a0fdc377ac680636a3ede75 [file] [log] [blame]
Clement Escoffier33c03832013-02-26 13:02:34 +00001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
6 <parent>
7 <groupId>org.apache.felix</groupId>
8 <artifactId>org.apache.felix.ipojo.runtime.composite-it</artifactId>
9 <version>1.9.0-SNAPSHOT</version>
10 <relativePath>../../../pom.xml</relativePath>
11 </parent>
12
13 <modelVersion>4.0.0</modelVersion>
14
15 <groupId>org.apache.felix</groupId>
16 <artifactId>ipojo-composite-instance-test</artifactId>
17
18 <name>${project.artifactId}</name>
19
20</project>