<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>
	<parent>
		<artifactId>reports</artifactId>
		<groupId>com.stimulsoft</groupId>
		<version>2017.1.0.3a</version>
	</parent>
	<groupId>com.stimulsoft</groupId>
	<artifactId>reports-report</artifactId>
	<name>stimulsoft.reports report</name>
	<version>2017.1.0.3a</version>
	<dependencies>
		<dependency>
			<groupId>com.stimulsoft</groupId>
			<artifactId>reports-base</artifactId>
			<version>${project.version}</version>
		</dependency>		
	</dependencies>

  <scm>
    <connection>scm:svn:https://subversion.assembla.com/svn/stimulsoft/.Java/Stimulsoft.Reports/tags/reports-2017.1.0.3a/reports-report</connection>
    <developerConnection>scm:svn:https://subversion.assembla.com/svn/stimulsoft/.Java/Stimulsoft.Reports/tags/reports-2017.1.0.3a/reports-report</developerConnection>
    <url>https://subversion.assembla.com/svn/stimulsoft/.Java/Stimulsoft.Reports/tags/reports-2017.1.0.3a/reports-report</url>
  </scm>
</project>
<!-- mvn install:install-file -Dfile=ojdbc6.jar -DgroupId=com.stimulsoft.oracle 
	-DartifactId=soracle -Dversion=12.1.0.2 -Dpackaging=jar -->