blob: f3b5772e1a20b1ddc74cbaee78e0e09e6a26a679 [file] [log] [blame]
Aaron Whiteside401a2542012-04-04 22:41:28 -04001<?xml version="1.0" encoding="UTF-8"?>
hudsond5f649d2017-03-17 07:41:02 -04002<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">
Costin Leau71482742010-05-12 19:28:53 +00003 <modelVersion>4.0.0</modelVersion>
Aaron Whiteside401a2542012-04-04 22:41:28 -04004
5 <parent>
6 <groupId>org.eclipse.gemini.blueprint.iandt</groupId>
7 <artifactId>gemini-blueprint-integration-test-bundles</artifactId>
hudson26daffc2018-04-02 16:50:12 -04008 <version>3.0.0.M01</version>
Aaron Whiteside401a2542012-04-04 22:41:28 -04009 <relativePath>../pom.xml</relativePath>
10 </parent>
11
Costin Leau71482742010-05-12 19:28:53 +000012 <artifactId>io.fragment.2.bundle</artifactId>
13 <packaging>jar</packaging>
14 <name>Gemini Blueprint Test Bundle: IO fragment 2 bundle</name>
15 <description>An OSGi bundle that provides a simple service</description>
16 <url>http://www.eclipse.org/gemini/blueprint/</url>
17</project>
18