Update pom file

This commit is contained in:
2025-04-24 11:25:54 -04:00
parent 90f6f64256
commit cf604ae174
2 changed files with 6 additions and 7 deletions
+1 -2
View File
@@ -9,5 +9,4 @@ Briefly speaking, the modifications are
* Add new class *FastHtmlSerializer* to output the HTML tree non-recursively, to avoid stack overflow (especially for Android)
* Other minor changes
HtmlCleaner is used as HTML parser in EasyRSS (http://easyrss.pursuer.me/).
Author: Zheng Sun (http://pursuer.me).
Author: iSharkFly (https://www.isharkfly.com/c/computer-program/java/15).
+5 -5
View File
@@ -5,7 +5,7 @@
<groupId>net.sourceforge.htmlcleaner</groupId>
<artifactId>htmlcleaner</artifactId>
<packaging>bundle</packaging>
<version>2.29</version>
<version>2.29-SNAPSHOT</version>
<name>HtmlCleaner</name>
<description>
HtmlCleaner is an HTML parser written in Java. It transforms dirty HTML to well-formed XML following
@@ -173,7 +173,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<version>3.1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
@@ -182,9 +182,9 @@
<goal>sign</goal>
</goals>
<!-- only required when scott is doing the release! -->
<configuration>
<keyname>C9F09252</keyname>
</configuration>
<configuration>
<keyname>C9F09252</keyname>
</configuration>
</execution>
</executions>
</plugin>