Skip to content

Commit 649ec6b

Browse files
committed
Release candidate 20171016.1
1 parent 78f5461 commit 649ec6b

File tree

7 files changed

+12
-10
lines changed

7 files changed

+12
-10
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>20170515.2-SNAPSHOT</version>
6+
<version>20171016.1</version>
77
<parent>
88
<relativePath>../parent</relativePath>
99
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
1010
<artifactId>parent</artifactId>
11-
<version>20170515.2-SNAPSHOT</version>
11+
<version>20171016.1</version>
1212
</parent>
1313

1414
<modules>

change_log.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# OWASP Java HTML Sanitizer Change Log
22

33
Most recent at top.
4-
4+
* Release 20171016.1
5+
* Allow underscores in attribute names.
56
* Release 20170515.1
67
* Fixed performance regression in 20170512.1
78
* Fixed code layout issue that was breaking j2objc.

docs/credits.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* agustin.lucchetti
44
* andy-h-chen
55
* augustd
6+
* chuckdumont
67
* gazheyes
78
* lichtenberger.johannes
89
* nikhilmarathe

empiricism/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>20170515.2-SNAPSHOT</version>
5+
<version>20171016.1</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>20170515.2-SNAPSHOT</version>
11+
<version>20171016.1</version>
1212
</parent>
1313

1414
<name>empiricism</name>

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>20170515.2-SNAPSHOT</version>
5+
<version>20171016.1</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>20170515.2-SNAPSHOT</version>
11+
<version>20171016.1</version>
1212
</parent>
1313

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

parent/pom.xml

Lines changed: 2 additions & 2 deletions
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>20170515.2-SNAPSHOT</version>
5+
<version>20171016.1</version>
66

77
<packaging>pom</packaging>
88

@@ -152,7 +152,7 @@ application while protecting against XSS.
152152
<plugin>
153153
<groupId>org.apache.maven.plugins</groupId>
154154
<artifactId>maven-javadoc-plugin</artifactId>
155-
<version>2.9.1</version>
155+
<version>2.10.4</version>
156156
<executions>
157157
<execution>
158158
<id>attach-javadocs</id>

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>20170515.2-SNAPSHOT</version>
9+
<version>20171016.1</version>
1010
</parent>
1111

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

0 commit comments

Comments
 (0)