19 lines
700 B
XML
19 lines
700 B
XML
|
<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>
|
||
|
|
||
|
<parent>
|
||
|
<groupId>com.gestalt.jbi.components.binding.rss</groupId>
|
||
|
<artifactId>rss-binding-component</artifactId>
|
||
|
<version>0.9.5-SNAPSHOT</version>
|
||
|
</parent>
|
||
|
|
||
|
<artifactId>rss-binding-component-extensions</artifactId>
|
||
|
<name>Gestalt :: JBI Components :: Binding Components :: Server Neutral :: RSS Binding Component :: WSDL Extensions</name>
|
||
|
<packaging>pom</packaging>
|
||
|
|
||
|
<modules>
|
||
|
<module>jar</module>
|
||
|
</modules>
|
||
|
|
||
|
</project>
|