feat: adddist

This commit is contained in:
Rick Rongen
2025-09-15 12:01:06 +02:00
parent c9ca032d1d
commit 7047464602

View File

@@ -11,6 +11,14 @@
<version>3.5.5</version> <version>3.5.5</version>
<relativePath /> <relativePath />
</parent> </parent>
<distributionManagement>
<repository>
<id>tmp</id>
<name>Test</name>
<url>file://local/Users/rickrongen/IdeaProjects/sfg-sb-common/tmp-repo</url>
<layout>default</layout>
</repository>
</distributionManagement>
<groupId>com.sligrofoodgroup.spring-boot-common</groupId> <groupId>com.sligrofoodgroup.spring-boot-common</groupId>
<artifactId>spring-boot-parent</artifactId> <artifactId>spring-boot-parent</artifactId>