Skip to content

Commit

Permalink
Review Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
volosied committed Jan 18, 2022
1 parent 7ea460e commit 29251ee
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions tlddoc/pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>tlddoc</artifactId>
<name>taglibrarydoc</name>
<groupId>taglibrarydoc</groupId>
<version>2.0-SNAPSHOT</version>
<url>http://taglibrarydoc.dev.java.net</url>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<licenses>
<license>
<name>BSD License</name>
Expand Down Expand Up @@ -38,6 +33,14 @@ Tag Library Documentation Generator is a utility for automatically generating ja
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<release>11</release>
<compilerArgument>-Xlint:unchecked</compilerArgument>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 29251ee

Please sign in to comment.