Skip to content

Commit 596069e

Browse files
committed
Upgrade the documentation plugins.
Signed-off-by: James R. Perkins <jperkins@redhat.com>
1 parent e3041ff commit 596069e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docbook/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
<dependency>
4141
<groupId>org.jboss.pressgang</groupId>
4242
<artifactId>pressgang-xslt-ns</artifactId>
43-
<version>2.0.2</version>
43+
<version>3.1.4</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.jboss.pressgang</groupId>
4747
<artifactId>pressgang-jdocbook-style</artifactId>
4848
<type>jdocbook-style</type>
49-
<version>2.0.2</version>
49+
<version>3.1.4</version>
5050
</dependency>
5151
</dependencies>
5252

@@ -63,19 +63,19 @@
6363
<formats>
6464
<format>
6565
<formatName>html_single</formatName>
66-
<stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
66+
<stylesheetResource>classpath:/xslt/org/jboss/pressgang/xhtml-single.xsl</stylesheetResource>
6767
<finalName>index.html</finalName>
6868
<!-- <profilingTypeName>two_pass</profilingTypeName> -->
6969
</format>
7070
<format>
7171
<formatName>html</formatName>
72-
<stylesheetResource>classpath:/xslt/org/jboss/xhtml.xsl</stylesheetResource>
72+
<stylesheetResource>classpath:/xslt/org/jboss/pressgang/xhtml.xsl</stylesheetResource>
7373
<finalName>index.html</finalName>
7474
<!-- <profilingTypeName>two_pass</profilingTypeName> -->
7575
</format>
7676
<format>
7777
<formatName>pdf</formatName>
78-
<stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
78+
<stylesheetResource>classpath:/xslt/org/jboss/pressgang/pdf.xsl</stylesheetResource>
7979
<finalName>${project.artifactId}.pdf</finalName>
8080
</format>
8181
<!--<format>-->

0 commit comments

Comments
 (0)