Files
tmp-sbcommon/pom.xml
Rick Rongen 2876a60b76 feat: reset
2025-09-05 09:13:47 +02:00

34 lines
1.1 KiB
XML

<?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>
<scm>
<connection>scm:git:file://localhost/Users/rickrongen/IdeaProjects/sfg-sb-common-remote.git</connection>
<url>file://../sfg-sb-common-remote.git</url>
</scm>
<parent>
<groupId>com.sligrofoodgroup.spring-boot-common</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>spring-boot-parent/pom.xml</relativePath>
</parent>
<artifactId>common</artifactId>
<packaging>pom</packaging>
<modules>
<module>spring-boot-parent</module>
<module>lib-1</module>
<module>spring-boot-common-utils</module>
</modules>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>