<?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>com.genexus</groupId>
  <artifactId>parent</artifactId>
  <version>4.0.2</version>
  <packaging>pom</packaging>
  <name>GeneXus Standard Classes (Parent)</name>
  <description>Core classes for the runtime used by Java and Android apps generated with GeneXus</description>
  <url>https://github.com/genexuslabs/JavaClasses</url>
  <licenses>
    <license>
      <name>Apache 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>iroqueta</id>
      <name>Ignacio Roqueta</name>
      <email>iroqueta@genexus.com</email>
      <organization>GeneXus S.A.</organization>
      <organizationUrl>https://www.genexus.com/</organizationUrl>
      <roles>
        <role>architect</role>
        <role>developer</role>
      </roles>
      <timezone>America/Montevideo</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/genexuslabs/javaclasses</connection>
    <developerConnection>scm:git:https://github.com/genexuslabs/javaclasses.git</developerConnection>
    <tag>4efc88af065505939f339f32598225c024200d60</tag>
    <url>https://github.com/genexuslabs/javaclasses</url>
  </scm>
  <repositories>
    <repository>
      <id>central</id>
      <name>Maven Central</name>
      <url>https://repo1.maven.org/maven2</url>
    </repository>
    <repository>
      <id>iTextRepository</id>
      <name>iText Repository</name>
      <url>https://repository.openmindonline.it/</url>
    </repository>
  </repositories>
</project>
