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

          <!-- The Basics -->
          <groupId>org.mule.examples</groupId>
          <artifactId>salesforce-database-account-aggregation</artifactId>
          <version>1.0.4</version>
          <name>Salesforce and Database Account Aggregation</name>

          <properties>
            <type>template</type>
            <iconUrl>https://s3.amazonaws.com/anypoint-platform-library/template-sfdc2db-aggregation.png</iconUrl>
          </properties>
        </project>