Skip to content

Commit

Permalink
Update pom to reflect 1.6.7 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
davewichers committed Apr 10, 2022
1 parent 32e2735 commit a0ec25d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.owasp.antisamy</groupId>
<artifactId>antisamy</artifactId>
<packaging>jar</packaging>
<version>1.6.6.1</version>
<version>1.6.7</version>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand Down Expand Up @@ -43,7 +43,7 @@
<properties>
<gpg.skip>true</gpg.skip><!-- by default skip gpg -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2022-04-07T19:23:45Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-04-10T18:12:34Z</project.build.outputTimestamp>
<project.java.target>1.7</project.java.target>
<version.findsecbugs>1.12.0</version.findsecbugs>
<version.io>2.11.0</version.io>
Expand Down

0 comments on commit a0ec25d

Please sign in to comment.