File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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>
You can’t perform that action at this time.
0 commit comments