<?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>dev.rafex.ether.database</groupId>
  <artifactId>ether-database-sqlite</artifactId>
  <version>9.5.5</version>
  <name>ether-database-sqlite</name>
  <description>SQLite-specific JDBC helpers for the Ether database stack.
		Includes Write-Ahead Logging (WAL) support and SQLite-specific
		parameter types and error handling.</description>
  <url>https://rafex.dev/ether/database/sqlite</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/license/mit/</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Raúl Eduardo González Argote</name>
      <email>rafex@rafex.dev</email>
      <organization>dev.rafex</organization>
      <organizationUrl>https://rafex.dev</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/rafex/ether-database-sqlite.git</connection>
    <developerConnection>scm:git:https://github.com/rafex/ether-database-sqlite.git</developerConnection>
    <url>https://github.com/rafex/ether-database-sqlite</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>dev.rafex.ether.database</groupId>
      <artifactId>ether-database-core</artifactId>
      <version>9.5.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.rafex.ether.jdbc</groupId>
      <artifactId>ether-jdbc</artifactId>
      <version>9.5.5</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
