<?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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.mule.modules</groupId>
	<artifactId>mule-module-siebel-businessobject</artifactId>
	<packaging>mule-module</packaging>
	<name>Mule Module Siebel Business Object Connector</name>
	<properties>
		<devkit.studio.package.skip>false</devkit.studio.package.skip>
		<category>Premium</category>
		<licensePath>LICENSE.md</licensePath>
		<licm.version>1.1.4</licm.version>
		<connector.test.version>2.0.6</connector.test.version>
	</properties>
	<parent>
		<groupId>siebel-modules-parent</groupId>
		<artifactId>siebel-parent</artifactId>
		<version>2.1.1-SNAPSHOT</version>
	</parent>
	
	<repositories>
		<repository>
			<id>mulesoft-releases</id>
			<name>MuleSoft Releases Repository</name>
			<url>http://repository.mulesoft.org/releases/</url>
			<layout>default</layout>
		</repository>
		<repository>
			<id>mulesoft-snapshots</id>
			<name>MuleSoft Snapshots Repository</name>
			<url>http://repository.mulesoft.org/snapshots/</url>
			<layout>default</layout>
		</repository>
		<repository>
			<id>third-party</id>
			<name>Third Parties</name>
			<url>https://repository-master.mulesoft.org/nexus/content/repositories/thirdparty/</url>
		</repository>
	</repositories>
		<distributionManagement>
		<repository>
			<id>mulesoft-releases</id>
			<name>MuleSoft Repository</name>
			<url>http://repository-master.mulesoft.org/releases/</url>
		</repository>
		<snapshotRepository>
			<id>mulesoft-snapshots</id>
			<name>MuleSoft Snapshot Repository</name>
			<url>http://repository-master.mulesoft.org/snapshots/</url>
			<uniqueVersion>false</uniqueVersion>
		</snapshotRepository>
	</distributionManagement>

</project>
