<?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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.geotab</groupId>
    <artifactId>java-sdk-parent</artifactId>
    <version>10.0.4</version>
  </parent>
  <artifactId>java-sdk-plain</artifactId>
  <name>Geotab Java SDK - Plain Models</name>
  <description>
    A lightweight, auto-generated SDK featuring plain models with public
    fields instead of getters and setters. This approach reduces the overall
    method count and module size. Provides full access to public, beta, and
    experimental APIs.
  </description>

  <properties>
    <maven.compiler.source>21</maven.compiler.source>
    <maven.compiler.target>21</maven.compiler.target>
    <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
  </properties>

  <dependencies><!-- @formatter:off -->
    <dependency><groupId>com.geotab</groupId><artifactId>java-sdk-common</artifactId><version>10.0.4</version></dependency>
  </dependencies><!-- @formatter:on -->
</project>