Skip to content

Commit 60f60ec

Browse files
Update pom.xml for the 1.5 release
1 parent fe1ccc2 commit 60f60ec

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

pom.xml

+3-12
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>nu.validator.htmlparser</groupId>
2626
<artifactId>htmlparser</artifactId>
27-
<version>1.4</version>
27+
<version>1.5</version>
2828
<name>htmlparser</name>
2929
<url>http://about.validator.nu/htmlparser/</url>
3030
<description>The Validator.nu HTML Parser is an implementation of the HTML5 parsing algorithm in Java for applications. The parser is designed to work as a drop-in replacement for the XML parser in applications that already support XHTML 1.x content with an XML parser and use SAX, DOM or XOM to interface with the parser.</description>
@@ -79,22 +79,13 @@
7979
<groupId>org.apache.maven.plugins</groupId>
8080
<artifactId>maven-compiler-plugin</artifactId>
8181
<configuration>
82-
<source>1.5</source>
83-
<target>1.5</target>
82+
<source>1.7</source>
83+
<target>1.7</target>
8484
</configuration>
8585
</plugin>
8686
<plugin>
8787
<artifactId>maven-antrun-plugin</artifactId>
8888
<version>1.7</version>
89-
<dependencies>
90-
<dependency>
91-
<groupId>com.sun</groupId>
92-
<artifactId>tools</artifactId>
93-
<version>1.5.0</version>
94-
<scope>system</scope>
95-
<systemPath>${java.home}/../lib/tools.jar</systemPath>
96-
</dependency>
97-
</dependencies>
9889
<executions>
9990
<execution>
10091
<id>intitialize-sources</id>

0 commit comments

Comments
 (0)