blob: 16f87625be9a8a47552bb9682533201cb5f295d8 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-dsw</artifactId>
<version>1.3.1</version>
<packaging>pom</packaging>
<name>Distributed OSGI Distributed Software Modules</name>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf.dosgi</groupId>
<artifactId>cxf-dosgi-ri-parent</artifactId>
<version>1.3.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<properties>
<topDirectoryLocation>..</topDirectoryLocation>
</properties>
<modules>
<module>cxf-dsw</module>
<module>cxf-topology-manager</module>
</modules>
</project>