Skip to content

Commit 29401af

Browse files
Update pom.xml for the 1.5 release
1 parent 2d78654 commit 29401af

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
@@ -25,7 +25,7 @@
2525
<groupId>nu.validator.htmlparser</groupId>
2626
<artifactId>htmlparser</artifactId>
2727
<packaging>bundle</packaging>
28-
<version>1.4</version>
28+
<version>1.5</version>
2929
<name>htmlparser</name>
3030
<url>http://about.validator.nu/htmlparser/</url>
3131
<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>
@@ -80,22 +80,13 @@
8080
<groupId>org.apache.maven.plugins</groupId>
8181
<artifactId>maven-compiler-plugin</artifactId>
8282
<configuration>
83-
<source>1.5</source>
84-
<target>1.5</target>
83+
<source>1.7</source>
84+
<target>1.7</target>
8585
</configuration>
8686
</plugin>
8787
<plugin>
8888
<artifactId>maven-antrun-plugin</artifactId>
8989
<version>1.7</version>
90-
<dependencies>
91-
<dependency>
92-
<groupId>com.sun</groupId>
93-
<artifactId>tools</artifactId>
94-
<version>1.5.0</version>
95-
<scope>system</scope>
96-
<systemPath>${java.home}/../lib/tools.jar</systemPath>
97-
</dependency>
98-
</dependencies>
9990
<executions>
10091
<execution>
10192
<id>intitialize-sources</id>

0 commit comments

Comments
 (0)