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 2cd32ec commit aaec814Copy full SHA for aaec814
parent/pom.xml
@@ -128,6 +128,11 @@
128
<artifactId>xmlbeans-maven-plugin</artifactId>
129
<version>2.3.3</version>
130
</plugin>
131
+ <plugin>
132
+ <groupId>com.agilejava.docbkx</groupId>
133
+ <artifactId>docbkx-maven-plugin</artifactId>
134
+ <version>2.0.13</version>
135
+ </plugin>
136
</plugins>
137
</pluginManagement>
138
<plugins>
pom.xml
@@ -219,7 +219,7 @@
219
<plugin>
220
<groupId>com.agilejava.docbkx</groupId>
221
<artifactId>docbkx-maven-plugin</artifactId>
222
- <version>2.0.11</version>
223
<executions>
224
<execution>
225
<goals>
0 commit comments