<?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.landoop</groupId>
  <artifactId>lenses-sql-udf</artifactId>
  <version>1.0.0</version>
  <name>lenses-sql-udf</name>
  <description>Provides the interface to implement when writing user defined functions for Lenses SQL</description>
  <url>https://github.com/lenses/lenses-sql-udf</url>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>stheppi</id>
      <name>Stefan Bocutiu</name>
      <email>stefan@lenses.io</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/lenses/lenses-sql-udf.git</connection>
    <developerConnection>scm:git:git@github.com:lenses/lenses-sql-udf.git</developerConnection>
    <url>https://github.com/lenses/lenses-sql-udf.git</url>
  </scm>
</project>
