Skip to content

Commit d33f6f5

Browse files
committed
1 parent be8e7a8 commit d33f6f5

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.junit.jupiter</groupId>
4444
<artifactId>junit-jupiter</artifactId>
45-
<version>5.9.0</version>
45+
<version>5.9.2</version>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>

src/main/resources/rr/xhtml2rst.xsl

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<?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+
212
<xsl:stylesheet version="1.1"
313
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
414
xmlns:xhtml="http://www.w3.org/1999/xhtml"
@@ -92,4 +102,4 @@ The EBNF and Railroad Diagrams for JSQLParser-|JSQLPARSER_VERSION|.
92102
</a>
93103
</li>
94104
</xsl:template>
95-
</xsl:stylesheet>
105+
</xsl:stylesheet>

0 commit comments

Comments
 (0)