upgrade h2spec plugin to 1.0.11 and xhtml schema 1.2 (#10732)
* upgrade h2spec plugin to 1.0.11 * use xhtml schema 1.2 Signed-off-by: Olivier Lamy <olamy@apache.org> --------- Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
33f80838ac
commit
9da4668937
4
pom.xml
4
pom.xml
|
@ -192,7 +192,7 @@
|
|||
<gson.version>2.10.1</gson.version>
|
||||
<guava.version>32.1.2-jre</guava.version>
|
||||
<guice.version>7.0.0</guice.version>
|
||||
<h2spec.maven.plugin.version>1.0.10</h2spec.maven.plugin.version>
|
||||
<h2spec.maven.plugin.version>1.0.11</h2spec.maven.plugin.version>
|
||||
<hamcrest.version>2.2</hamcrest.version>
|
||||
<hazelcast.version>5.3.2</hazelcast.version>
|
||||
<!-- if changing this version please update default in RemoteInfinispanTestSupport/InfinispanSessionDistributionTests
|
||||
|
@ -249,7 +249,7 @@
|
|||
<jetty.testtracker.log>true</jetty.testtracker.log>
|
||||
<jetty.unixdomain.dir>/tmp</jetty.unixdomain.dir>
|
||||
<jetty.url>https://eclipse.dev/jetty/</jetty.url>
|
||||
<jetty.xhtml.schemas-version>1.1</jetty.xhtml.schemas-version>
|
||||
<jetty.xhtml.schemas-version>1.2</jetty.xhtml.schemas-version>
|
||||
<jettyHomeZip>${project.build.directory}/${jettyHomeZipFileName}</jettyHomeZip>
|
||||
<jettyHomeZipFileName>jetty-home.zip</jettyHomeZipFileName>
|
||||
<jmh.version>1.37</jmh.version>
|
||||
|
|
Loading…
Reference in New Issue