11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5- <modelVersion >4.0.0</modelVersion >
6- <parent >
7- <groupId >com.apicatalog</groupId >
8- <artifactId >titanium</artifactId >
9- <version >1.4.1-SNAPSHOT</version >
10- <relativePath >pom_parent.xml</relativePath >
11- </parent >
12- <artifactId >titanium-json-ld</artifactId >
13- <packaging >jar</packaging >
14- <name >Titanium JSON-LD 1.1 (JRE11)</name >
15- <url >https://github.com/filip26/titanium-json-ld</url >
16- <scm >
17- <connection >scm:git:git://github.com/filip26/titanium-json-ld.git</connection >
18- <developerConnection >scm:git:git://github.com/filip26/titanium-json-ld.git</developerConnection >
19- <url >https://github.com/filip26/titanium-json-ld/tree/main</url >
20- </scm >
21- <properties >
22- <maven .compiler.target>11</maven .compiler.target>
23- <maven .compiler.source>11</maven .compiler.source>
24- <envSources >src/main/java11</envSources >
25- </properties >
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5+ <modelVersion >4.0.0</modelVersion >
6+ <parent >
7+ <groupId >com.apicatalog</groupId >
8+ <artifactId >titanium</artifactId >
9+ <version >1.4.1</version >
10+ <relativePath >pom_parent.xml</relativePath >
11+ </parent >
12+ <artifactId >titanium-json-ld</artifactId >
13+ <packaging >jar</packaging >
14+ <name >Titanium JSON-LD 1.1 (JRE11)</name >
15+ <url >https://github.com/filip26/titanium-json-ld</url >
16+ <scm >
17+ <connection >scm:git:git://github.com/filip26/titanium-json-ld.git</connection >
18+ <developerConnection >
19+ scm:git:git://github.com/filip26/titanium-json-ld.git</developerConnection >
20+ <url >https://github.com/filip26/titanium-json-ld/tree/main</url >
21+ </scm >
22+ <properties >
23+ <maven .compiler.target>11</maven .compiler.target>
24+ <maven .compiler.source>11</maven .compiler.source>
25+ <envSources >src/main/java11</envSources >
26+ </properties >
2627</project >
0 commit comments