<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>de.gdata</groupId>
  <artifactId>vaas</artifactId>
  <version>0.0.2</version>
  <packaging>pom</packaging>
  <name>G DATA VaaS</name>
  <description>Verdict-as-a-Service (VaaS) is a service that provides a platform for scanning files for malware and other threats. It allows easy integration in your application. With a few lines of code, you can start scanning files for malware.</description>
  <url>https://github.com/GDATASoftwareAG/vaas</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://github.com/GDATASoftwareAG/vaas/blob/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>gdata</id>
      <name>GDATA Cyberdefense</name>
      <email>opensource@gdata.de</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:GDATASoftwareAG/vaas.git</connection>
    <url>https://github.com/GDATASoftwareAG/vaas</url>
  </scm>
  <properties>
    <myProp>value</myProp>
    <prop.with.dots>anotherValue</prop.with.dots>
  </properties>
</project>
