<?xml version="1.0"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns="http://maven.apache.org/POM/4.0.0"
	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>siebel-integrationobject</artifactId>
	<packaging>mule-module</packaging>
	<name>Mule Module Siebel Integration Object Connector</name>
	<version>3.1.0</version>
	<parent>
		<groupId>org.mule.tools.devkit</groupId>
		<artifactId>mule-devkit-parent</artifactId>
		<version>3.9.0</version>
	</parent>


	<properties>
		<devkit.studio.package.skip>false</devkit.studio.package.skip>
		<category>Premium</category>
		<licensePath>LICENSE.md</licensePath>
		<jdk.version>1.6</jdk.version>
	</properties>


	<dependencies>
		<dependency>
			<groupId>com.mule.modules</groupId>
			<artifactId>siebel-common</artifactId>
			<version>3.1.0</version>
		</dependency>
		<dependency>
			<groupId>siebel</groupId>
			<artifactId>siebel</artifactId>
			<version>8.1.1.11</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>siebel</groupId>
			<artifactId>siebel-ji-enu</artifactId>
			<version>8.1.1.11</version>
			<scope>provided</scope>
		</dependency>
	</dependencies>


	<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>mule-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>https://repository-master.mulesoft.org/nexus/content/repositories/ci-snapshots/</url>
			<uniqueVersion>false</uniqueVersion>
		</snapshotRepository>
	</distributionManagement>

	<build>
		<plugins>
			<plugin>
				<groupId>org.mule.certification</groupId>
				<artifactId>project-structure-validation</artifactId>
				<version>1.0.6</version>
				<executions>
					<execution>
						<phase>package</phase>
						<goals>
							<goal>validate</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
		</plugins>
	</build>

	<scm>
		<connection>scm:git:git://github.com:mulesoft/siebel-jdb-connector.git
    </connection>
		<developerConnection>
      scm:git:git@github.com:mulesoft/siebel-jdb-connector.git
    </developerConnection>
		<url>http://github.com/mulesoft/siebel-jdb-connector</url>
	</scm>
</project>
