Skip to content

Commit 84e2322

Browse files
committed
Merge branch 'master' of ssh://github.com/OWASP/java-html-sanitizer
2 parents f76a8a7 + f093933 commit 84e2322

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

aggregate/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
44
<artifactId>aggregate</artifactId>
55
<packaging>pom</packaging>
6-
<version>20160422.2-SNAPSHOT</version>
6+
<version>20160526.2-SNAPSHOT</version>
77
<parent>
88
<relativePath>../parent</relativePath>
99
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
1010
<artifactId>parent</artifactId>
11-
<version>20160422.2-SNAPSHOT</version>
11+
<version>20160526.2-SNAPSHOT</version>
1212
</parent>
1313

1414
<modules>

change_log.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Most recent at top.
44

5+
* Release 20160526.1
6+
* Added support for pre-processors and post-processors so that there
7+
is no need for clients to do textual search/replace on the
8+
untrusted input or the trusted output.
59
* Release 20160413.1
610
* Integrated support for Safe HTML Types and the Fences enforcer to allow
711
the sanitizer to produce safe-contract-types.

html-types/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
44
<artifactId>html-types</artifactId>
5-
<version>20160422.2-SNAPSHOT</version>
5+
<version>20160526.2-SNAPSHOT</version>
66
<packaging>jar</packaging>
77
<parent>
88
<relativePath>../parent</relativePath>
99
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
1010
<artifactId>parent</artifactId>
11-
<version>20160422.2-SNAPSHOT</version>
11+
<version>20160526.2-SNAPSHOT</version>
1212
</parent>
1313

1414
<name>OWASP Java HTML Sanitizer Safe HTML Compatibility</name>

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
44
<artifactId>parent</artifactId>
5-
<version>20160422.2-SNAPSHOT</version>
5+
<version>20160526.2-SNAPSHOT</version>
66

77
<packaging>pom</packaging>
88

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<relativePath>parent</relativePath>
77
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
88
<artifactId>parent</artifactId>
9-
<version>20160422.2-SNAPSHOT</version>
9+
<version>20160526.2-SNAPSHOT</version>
1010
</parent>
1111

1212
<name>OWASP Java HTML Sanitizer</name>

0 commit comments

Comments
 (0)