blob: 8e4634cf1c413c033561ded377ac4d4f7a8b0031 [file] [log] [blame]
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.sf.taverna</groupId>
<artifactId>parent</artifactId>
<version>0.2.2011-02-17</version>
</parent>
<groupId>uk.org.taverna.osgi</groupId>
<artifactId>osgi-services</artifactId>
<version>0.1.0</version>
<name>OSGi Enterprise Service Implementations</name>
<description>Implementations of services specified in the OSGi Service Platform Enterprise Specification, Release 4, Version 4.2.</description>
<packaging>pom</packaging>
<modules>
<module>xml-parser-service</module>
<module>xml-transformer-service</module>
</modules>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>
<extensions>true</extensions>
</plugin>
</plugins>
</pluginManagement>
</build>
<repositories>
<repository>
<id>mygrid-repository</id>
<name>myGrid Repository</name>
<url>http://www.mygrid.org.uk/maven/repository</url>
<releases />
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>mygrid-snapshot-repository</id>
<name>myGrid Snapshot Repository</name>
<url>http://www.mygrid.org.uk/maven/snapshot-repository</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots />
</repository>
<repository>
<id>com.springsource.repository.bundles.release</id>
<name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name>
<url>http://repository.springsource.com/maven/bundles/release</url>
</repository>
<repository>
<id>com.springsource.repository.bundles.external</id>
<name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
<url>http://repository.springsource.com/maven/bundles/external</url>
</repository>
</repositories>
</project>