Skip to content

Commit

Permalink
Update pom for 1.7.2 release. This release only included dependency u…
Browse files Browse the repository at this point in the history
…pgrades.

No code changes.
  • Loading branch information
Dave Wichers authored and Dave Wichers committed Nov 18, 2022
1 parent 48de755 commit 3ad51c3
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 @@ -4,7 +4,7 @@
<groupId>org.owasp.antisamy</groupId>
<artifactId>antisamy</artifactId>
<packaging>jar</packaging>
<version>1.7.2-SNAPSHOT</version>
<version>1.7.2</version>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand Down Expand Up @@ -44,7 +44,7 @@
<properties>
<gpg.skip>true</gpg.skip><!-- by default skip gpg -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2022-09-06T21:03:19Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-11-18T14:32:45Z</project.build.outputTimestamp>
<project.java.target>1.8</project.java.target>
<version.findsecbugs>1.12.0</version.findsecbugs>
<version.io>2.11.0</version.io>
Expand Down

0 comments on commit 3ad51c3

Please sign in to comment.