<?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.github.nguyenhunghau</groupId>
  <artifactId>HauGradleTest</artifactId>
  <version>3.0.Alpha3</version>
  <name>HauGradleTest</name>
  <description>A application used as an example on how to set up pushing  its components to the Central Repository.</description>
  <url>https://github.com/nguyenhunghau/hunghaunguyen</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>
      <id>manfred</id>
      <name>Nguyen Hung Hau</name>
      <email>nguyenhunghau.us@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:svn:https://github.com/nguyenhunghau/hunghaunguyen</connection>
    <developerConnection>scm:svn:https://github.com/nguyenhunghau/hunghaunguyen</developerConnection>
    <url>https://github.com/nguyenhunghau/hunghaunguyen</url>
  </scm>
</project>
