<?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>io.tesler</groupId>
  <artifactId>tesler-dictionary</artifactId>
  <version>3.0.4.M1</version>
  <packaging>pom</packaging>
  <name>IO Tesler - Dictionary</name>
  <description>Java framework designed for creating Enterprise Rich Web Applications</description>
  <url>http://tesler.io/tesler-bom/tesler-base/tesler-dictionary</url>
  <inceptionYear>2018</inceptionYear>
  <organization>
    <name>Tesler</name>
  </organization>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Tesler team</name>
      <email>info@tesler.io</email>
      <organization>Tesler</organization>
      <organizationUrl>http://tesler.io</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:tesler-platformtesler.git/tesler-bom/tesler-base/tesler-dictionary</connection>
    <developerConnection>scm:git:git@github.com:tesler-platform/tesler.git/tesler-bom/tesler-base/tesler-dictionary</developerConnection>
    <tag>tesler-3.0.4.M1</tag>
    <url>https://github.com/tesler-platform/tesler/tesler-bom/tesler-base/tesler-dictionary</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
    <snapshotRepository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </snapshotRepository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.18.20</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
