Skip to content

Commit c88dc83

Browse files
committed
Add additional info to pom
1 parent 2457e85 commit c88dc83

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@
5151
<tag>HEAD</tag>
5252
</scm>
5353

54+
<url>https://github.com/sddevelopment-be/coding-utils</url>
55+
<licenses>
56+
<license>
57+
<name>EUPL v.1.2</name>
58+
<url>https://github.com/sddevelopment-be/coding-utils/blob/main/LICENSE</url>
59+
<distribution>repo</distribution>
60+
</license>
61+
</licenses>
62+
5463
<properties>
5564
<sonar.organization>sddevelopment-be</sonar.organization>
5665
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
@@ -209,7 +218,7 @@
209218
<emptyLineAfterHeader>true</emptyLineAfterHeader>
210219
<writeVersions>true</writeVersions>
211220
<addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
212-
<licenseName>eupl_v1_1</licenseName>
221+
<licenseName>eupl_v1_2</licenseName>
213222
</configuration>
214223
<executions>
215224
<execution>

0 commit comments

Comments
 (0)