blob: 4debebcad7c0afd43ffe8d4876efb1785bbba16c [file] [log] [blame]
Clement Escoffier1c47f282013-02-13 16:26:18 +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.core-it</artifactId>
9 <version>1.9.0-SNAPSHOT</version>
Clement Escoffiera0030f52013-02-18 20:43:25 +000010 <relativePath>../../../pom.xml</relativePath>
Clement Escoffier1c47f282013-02-13 16:26:18 +000011 </parent>
12
13 <modelVersion>4.0.0</modelVersion>
14
Clement Escoffier1c47f282013-02-13 16:26:18 +000015 <artifactId>ipojo-core-annotations-test</artifactId>
Clement Escoffier1c47f282013-02-13 16:26:18 +000016
17 <name>${project.artifactId}</name>
18
Clement Escoffier1c47f282013-02-13 16:26:18 +000019</project>