<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>
    <groupId>org.powertac</groupId>
    <artifactId>server-master</artifactId>
    <version>1.2.0</version>
    <relativePath />
  </parent>

  <artifactId>officecomplex-customer</artifactId>
  <name>Power TAC office complex customer</name>
  <version>1.2.0</version>
  <description>Bottom-up model of an office complex energy customer</description>

  <!-- Sonatype OSS repo for resolving snapshot modules -->
  <repositories>
    <repository>
      <id>sonatype</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    </repository>
  </repositories>

  <dependencies>
    <dependency>
      <groupId>org.powertac</groupId>
      <artifactId>server-interface</artifactId>
      <version>1.2.0</version>
    </dependency>
  </dependencies>
  
  <scm>
    <connection>scm:git:git//github.com/powertac/officecomplex-customer.git</connection>
    <developerConnection>scm:git:git@github.com:powertac/officecomplex-customer.git</developerConnection>
    <url>https://github.com/powertac/officecomplex-customer</url>
  </scm>
</project>
