<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.bellotapps.webapps</groupId>
  <artifactId>webapps-commons</artifactId>
  <version>0.2.0-RELEASE</version>
  <packaging>pom</packaging>
  <name>${project.groupId}:${project.artifactId}</name>
  <description>Libraries that contain common code to be used in a webapp</description>
  <url>https://webapps-commons.bellotapps.com</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Juan Marcos Bellini</name>
      <email>jbellini@bellotapps.com</email>
      <organization>BellotApps</organization>
      <organizationUrl>https://bellotapps.com</organizationUrl>
    </developer>
  </developers>
  <modules>
    <module>webapps-commons-bom</module>
    <module>webapps-commons-dependencies</module>
    <module>webapps-commons-modules</module>
    <module>webapps-commons-parent-project</module>
  </modules>
  <scm>
    <connection>scm:git:git://github.com/bellotapps/webapps-commons.git</connection>
    <developerConnection>scm:git:ssh://github.com:bellotapps/webapps-commons.git</developerConnection>
    <url>http://github.com/bellotapps/webapps-commons/tree/master</url>
  </scm>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <spring-boot.version>2.1.3.RELEASE</spring-boot.version>
    <revision>0.2.0-RELEASE</revision>
  </properties>
</project>
