File tree Expand file tree Collapse file tree 1 file changed +7
-20
lines changed
Expand file tree Collapse file tree 1 file changed +7
-20
lines changed Original file line number Diff line number Diff line change 44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
7- <groupId >info.semanticsoftware</groupId >
8- <artifactId >ssldoclet</artifactId >
9- <version >1.2</version >
10-
117 <name >SSLDoclet</name >
128 <description >Javadoc NLP Corpus Generation Doclet</description >
139 <url >https://www.semanticsoftware.info/javadoclet</url >
1410
11+ <groupId >info.semanticsoftware</groupId >
12+ <artifactId >ssldoclet</artifactId >
13+ <version >1.2</version >
14+
1515 <properties >
16- <project .java.version>1.8</project .java.version>
17- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18- <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
16+ <maven .compiler.source>11</maven .compiler.source>
17+ <maven .compiler.target>11</maven .compiler.target>
1918 </properties >
2019
2120 <profiles >
22- <profile >
23- <id >default-profile</id >
24- <activation >
25- <activeByDefault >true</activeByDefault >
26- <file >
27- <exists >/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/lib/tools.jar</exists >
28- </file >
29- </activation >
30- <properties >
31- <toolsjar >${java.home}/../lib/tools.jar</toolsjar >
32- </properties >
33- </profile >
3421 <profile >
3522 <id >mac-profile</id >
3623 <activation >
6249 <dependency >
6350 <groupId >org.jsoup</groupId >
6451 <artifactId >jsoup</artifactId >
65- <version >1.14.2 </version >
52+ <version >1.14.3 </version >
6653 <scope >compile</scope >
6754 </dependency >
6855 </dependencies >
You can’t perform that action at this time.
0 commit comments