HHH-5479 - Upgrade jDocBook plugin to 2.3.0
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20145 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
f31242f769
commit
2fc6a49ce8
|
@ -217,7 +217,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.jboss.maven.plugins</groupId>
|
<groupId>org.jboss.maven.plugins</groupId>
|
||||||
<artifactId>maven-jdocbook-plugin</artifactId>
|
<artifactId>maven-jdocbook-plugin</artifactId>
|
||||||
<version>2.2.3</version>
|
<version>2.3.0</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -226,6 +226,18 @@
|
||||||
<version>2.0.1</version>
|
<version>2.0.1</version>
|
||||||
<type>jdocbook-style</type>
|
<type>jdocbook-style</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- Workaround http://jira.codehaus.org/browse/MNG-4761 -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>saxon</groupId>
|
||||||
|
<artifactId>saxon</artifactId>
|
||||||
|
<version>6.5.3</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>xml-resolver</groupId>
|
||||||
|
<artifactId>xml-resolver</artifactId>
|
||||||
|
<version>1.1</version>
|
||||||
|
</dependency>
|
||||||
|
<!-- (end of) Workaround http://jira.codehaus.org/browse/MNG-4761 -->
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<configuration>
|
<configuration>
|
||||||
<formats>
|
<formats>
|
||||||
|
|
Loading…
Reference in New Issue