We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8e7a8 commit d33f6f5Copy full SHA for d33f6f5
2 files changed
pom.xml
@@ -42,7 +42,7 @@
42
<dependency>
43
<groupId>org.junit.jupiter</groupId>
44
<artifactId>junit-jupiter</artifactId>
45
- <version>5.9.0</version>
+ <version>5.9.2</version>
46
<scope>test</scope>
47
</dependency>
48
src/main/resources/rr/xhtml2rst.xsl
@@ -1,4 +1,14 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
+<!--
3
+ #%L
4
+ JSQLParser library
5
+ %%
6
+ Copyright (C) 2004 - 2023 JSQLParser
7
8
+ Dual licensed under GNU LGPL 2.1 or Apache License 2.0
9
+ #L%
10
+ -->
11
+
12
<xsl:stylesheet version="1.1"
13
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
14
xmlns:xhtml="http://www.w3.org/1999/xhtml"
@@ -92,4 +102,4 @@ The EBNF and Railroad Diagrams for JSQLParser-|JSQLPARSER_VERSION|.
92
102
</a>
93
103
</li>
94
104
</xsl:template>
95
-</xsl:stylesheet>
105
+</xsl:stylesheet>
0 commit comments