<?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">

    <parent>
        <groupId>org.mule.ibeans</groupId>
        <artifactId>ibeans-contrib</artifactId>
        <version>1.0</version>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <groupId>org.mule.ibeans</groupId>
    <artifactId>flickr-ibean</artifactId>
    <packaging>jar</packaging>
    <name>Flickr iBean</name>
    <version>1.0</version>
    <description>A Flickr iBean that allows users to search and download photos. This iBeans introduces two
        transformers into the container for convering a string to a URL and converting and inputStream to a
        BufferedImage.
    </description>
    <url>http://mulesoft.org/ibeans</url>

    <properties>
        <status>useful</status>
        <bundled>true</bundled>
    </properties>

    <developers>
        <developer>
            <name>Ross Mason</name>
        </developer>
    </developers>
</project>
