<?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>

   <parent>
      <groupId>com.rubensgomes.pom</groupId>
      <artifactId>root-pom</artifactId>
      <!-- 3.0-SNAPSHOT defined at .mvn/maven.config. -->
      <version>3.0-SNAPSHOT</version>
      <relativePath>../pom.xml</relativePath>
   </parent>

   <groupId>com.rubensgomes.pom.library</groupId>
   <artifactId>library-pom</artifactId>
   <packaging>pom</packaging>

   <name>library-pom</name>
   <description>Plain Library POM file.</description>

   <properties>
      <parent_pom_build.timestamp>Sat Jun 27 17:19:06 CDT 2026</parent_pom_build.timestamp>
   </properties>
</project>
