Skip to content

Commit 6b9caf3

Browse files
authored
Merge pull request #48 from secure-software-engineering/fix/update-doc-exporter-doclet
Update XML exporter doclet
2 parents 2e3ca9f + b0b743e commit 6b9caf3

File tree

13 files changed

+1157
-660
lines changed

13 files changed

+1157
-660
lines changed
Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,20 @@
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>
@@ -62,7 +49,7 @@
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>

0 commit comments

Comments
 (0)