summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar Matthias Jaros <jarlucmat@mailbox.org>2026-07-11 18:14:20 +0200
committerGravatar Matthias Jaros <jarlucmat@mailbox.org>2026-07-11 18:14:20 +0200
commitfa4a80ba974c8326cd634d6f696a34254004cb17 (patch)
tree2463b5d1379c16c4044402679f6e08c31f897a1a /pom.xml
parentd60f873f7889c445044ca0f93ffa8fa42d8a9f92 (diff)
Added license also to pom.xml
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 1551535..d13e08c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,18 +3,25 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.it-jaros</groupId>
- <artifactId>jscanner</artifactId>
+ <artifactId>jns</artifactId>
<version>1.0-SNAPSHOT</version>
<name>jscanner</name>
- <!-- FIXME change it to the project's website -->
- <url>http://www.example.com</url>
+ <url>https://git.it-jaros.com/jns</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>21</maven.compiler.release>
</properties>
+ <licenses>
+ <license>
+ <name>GNU General Public License v3.0 or later</name>
+ <url>https://www.gnu.org/licenses/gpl-3.0.html</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
<dependencyManagement>
<dependencies>
<dependency>