<?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/maven-v4_0_0.xsd">
  <parent>
    <groupId>com.celements</groupId>
    <artifactId>celements-parent</artifactId>
    <version>7.1-SNAPSHOT</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>image-web</artifactId>
  <version>7.1-SNAPSHOT</version>
  <packaging>war</packaging>
  <name>Celements Image Web-Module</name>
  <description>	</description>
  <licenses>
    <license>
      <name>LGPL 2.1</name>
      <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>com.celements</groupId>
      <artifactId>celements-image</artifactId>
    </dependency>
  </dependencies>
  <build>
    <finalName>image-web</finalName>
  </build>
  <scm>
    <connection>scm:git:git://github.com/celements/celements-image</connection>
    <developerConnection>scm:git:git@github.com:celements/celements-image.git</developerConnection>
    <url>https://github.com/celements/celements-image/web-module</url>
    <tag>HEAD</tag>
  </scm>
</project>
