feat: added comments and readme

This commit is contained in:
Rick Rongen
2025-09-16 09:10:09 +02:00
parent e0527ff6bb
commit d6b5c7fc81
5 changed files with 67 additions and 27 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<scm>
<connection>scm:git:ssh://gitea@gitea.rickrongen.nl:8789/RickRongen/tmp-sbcommon.git</connection>
<url>ssh://gitea@gitea.rickrongen.nl:8789/RickRongen/tmp-sbcommon.git</url>
<url>https://gitea.rickrongen.nl/RickRongen/tmp-sbcommon</url>
<tag>HEAD</tag>
</scm>
@@ -23,6 +23,10 @@
</modules>
<properties>
<!--
These properties are shared within this repository, but they are NOT used by the spring-boot-parent module
Any consumers of the parent module thus don't get these properties.
-->
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -36,10 +40,10 @@
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<projectVersionPolicyId>SemVerVersionPolicy</projectVersionPolicyId>
<!--NOTE: below uses an `@`, which is parsed by the release plugin instead-->
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>
</plugins>
</build>