Skip to content

Commit 9ef979c

Browse files
author
hanseter
committed
Add License
1 parent 72221e1 commit 9ef979c

1 file changed

Lines changed: 25 additions & 2 deletions

File tree

pom.xml

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<project xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.github.hanseter</groupId>
88
<artifactId>json-properties-fx</artifactId>
@@ -11,6 +11,29 @@
1111
<packaging>bundle</packaging>
1212
<name>JSON Properties Editor Fx</name>
1313

14+
<url>https://github.com/Hanseter/JSONPropertyEditorFx</url>
15+
16+
<licenses>
17+
<license>
18+
<name>The MIT License (MIT)</name>
19+
<url>https://mit-license.org/</url>
20+
</license>
21+
</licenses>
22+
23+
<developers>
24+
<developer>
25+
<name>Hanseter</name>
26+
<organizationUrl>https://github.com/Hanseter</organizationUrl>
27+
</developer>
28+
</developers>
29+
30+
<scm>
31+
<connection>scm:git:git://github.com/Hanseter/JSONPropertyEditorFx.git</connection>
32+
<developerConnection>scm:git:ssh://github.com:Hanseter/JSONPropertyEditorFx.git</developerConnection>
33+
<url>https://github.com/Hanseter/JSONPropertyEditorFx/tree/master</url>
34+
</scm>
35+
36+
1437
<properties>
1538
<maven.compiler.source>21</maven.compiler.source>
1639
<maven.compiler.target>21</maven.compiler.target>

0 commit comments

Comments
 (0)