<?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>
  <parent>
    <groupId>com.rubensgomes.pom.springboot</groupId>
    <artifactId>springboot-base-pom</artifactId>
    <version>1.0-SNAPSHOT</version>
  </parent>
  <groupId>com.rubensgomes.pom.springboot</groupId>
  <artifactId>springboot-library-pom</artifactId>
  <version>1.0-SNAPSHOT</version>
  <packaging>pom</packaging>
  <name>springboot-library-pom</name>
  <description>Spring Boot Lib Parent POM</description>
  <properties>
    <parent_pom_build.timestamp>Thu Jul 13 08:36:04 CDT 2023</parent_pom_build.timestamp>
  </properties>
</project>
