<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.river-kt</groupId>
  <artifactId>connector-format-csv</artifactId>
  <version>1.0.0-alpha1</version>
  <name>connector-format-csv</name>
  <description>Extensions &amp; Enterprise Integrations for Kotlin flows.</description>
  <url>https://river-kt.com</url>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://opensource.org/license/mit/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>gabfssilva</id>
      <name>Gabriel Francisco</name>
      <email>gabfssilva@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git:github.com/River-Kt/river.git</connection>
    <developerConnection>scm:git:ssh://github.com/River-Kt/river.git</developerConnection>
    <url>https://github.com/River-Kt/river</url>
  </scm>
</project>
