<?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.springboot</groupId>
    <artifactId>springboot-base-pom</artifactId>
    <!-- 3.0-SNAPSHOT defined at .mvn/maven.config. -->
    <version>3.0-SNAPSHOT</version>
    <relativePath>../pom.xml</relativePath>
  </parent>

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

  <name>springboot-library-pom</name>
  <description>Spring Boot Lib Parent POM</description>

   <properties>
      <parent_pom_build.timestamp>Sat Jun 27 18:06:56 CDT 2026</parent_pom_build.timestamp>
   </properties>

</project>
