Skip to content

Commit

Permalink
Add additional info to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-dejongh committed Nov 20, 2024
1 parent 2457e85 commit c88dc83
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@
<tag>HEAD</tag>
</scm>

<url>https://github.com/sddevelopment-be/coding-utils</url>
<licenses>
<license>
<name>EUPL v.1.2</name>
<url>https://github.com/sddevelopment-be/coding-utils/blob/main/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>

<properties>
<sonar.organization>sddevelopment-be</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down Expand Up @@ -209,7 +218,7 @@
<emptyLineAfterHeader>true</emptyLineAfterHeader>
<writeVersions>true</writeVersions>
<addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
<licenseName>eupl_v1_1</licenseName>
<licenseName>eupl_v1_2</licenseName>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit c88dc83

Please sign in to comment.