Using Apache HTML/Java API version 1.5.1 to perform the message reader/write persistance
diff --git a/incubator/html-json/pom.xml b/incubator/html-json/pom.xml
index 882bb46..1b49507 100644
--- a/incubator/html-json/pom.xml
+++ b/incubator/html-json/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.glassfish.jersey.incubator</groupId>
         <artifactId>project</artifactId>
-        <version>2.26-SNAPSHOT</version>
+        <version>2.27-SNAPSHOT</version>
     </parent>
 
     <groupId>org.glassfish.jersey.media</groupId>
@@ -39,7 +39,7 @@
     </description>
 
     <properties>
-        <net.java.html.version>1.0</net.java.html.version>
+        <net.java.html.version>1.5.1</net.java.html.version>
     </properties>
 
     <repositories>