Aaron Whiteside | 401a254 | 2012-04-04 22:41:28 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
hudson | d5f649d | 2017-03-17 07:41:02 -0400 | [diff] [blame] | 2 | <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 Leau | 7148274 | 2010-05-12 19:28:53 +0000 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
Aaron Whiteside | 401a254 | 2012-04-04 22:41:28 -0400 | [diff] [blame] | 4 | |
| 5 | <parent> |
| 6 | <groupId>org.eclipse.gemini.blueprint.iandt</groupId> |
| 7 | <artifactId>gemini-blueprint-integration-test-bundles</artifactId> |
hudson | 26daffc | 2018-04-02 16:50:12 -0400 | [diff] [blame^] | 8 | <version>3.0.0.M01</version> |
Aaron Whiteside | 401a254 | 2012-04-04 22:41:28 -0400 | [diff] [blame] | 9 | <relativePath>../pom.xml</relativePath> |
| 10 | </parent> |
| 11 | |
Costin Leau | 7148274 | 2010-05-12 19:28:53 +0000 | [diff] [blame] | 12 | <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 | |