<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.cdecode.firebase</groupId>
  <artifactId>org.cdecode.firebase.provider</artifactId>
  <version>5.2.0</version>
  <description>Provides the **FirebaseAuth** and the **FirebaseDatabase** services.</description>
  <name>CDECode Firebase Provider</name>
  <url>https://github.com/cdecode/org.cdecode.firebase</url>
  <organization>
    <name>CDECode.org</name>
  </organization>
  <licenses>
    <license>
      <name>http://opensource.org/licenses/apache2.0.php</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
      <comments>Apache License, Version 2.0</comments>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/cdecode/org.cdecode.firebase</url>
    <connection>scm:git:https://github.com/cdecode/org.cdecode.firebase.git</connection>
    <developerConnection>scm:git:git@github.com:cdecode/org.cdecode.firebase.git</developerConnection>
  </scm>
  <developers>
    <developer>
      <id>cde@cdecode.org</id>
      <name>Clement Delgrange</name>
      <organization>CDECode.org</organization>
      <organizationUrl>https://github.com/cdecode/org.cdecode.firebase</organizationUrl>
      <email>cde@cdecode.org</email>
    </developer>
  </developers>
</project>
