diff options
| author | 2026-07-11 18:14:20 +0200 | |
|---|---|---|
| committer | 2026-07-11 18:14:20 +0200 | |
| commit | fa4a80ba974c8326cd634d6f696a34254004cb17 (patch) | |
| tree | 2463b5d1379c16c4044402679f6e08c31f897a1a /pom.xml | |
| parent | d60f873f7889c445044ca0f93ffa8fa42d8a9f92 (diff) | |
Added license also to pom.xml
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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> |
