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 b077408 commit 8ed8b07Copy full SHA for 8ed8b07
parent/pom.xml
@@ -132,6 +132,11 @@
132
<artifactId>xmlbeans-maven-plugin</artifactId>
133
<version>2.3.3</version>
134
</plugin>
135
+ <plugin>
136
+ <groupId>com.agilejava.docbkx</groupId>
137
+ <artifactId>docbkx-maven-plugin</artifactId>
138
+ <version>2.0.13</version>
139
+ </plugin>
140
</plugins>
141
</pluginManagement>
142
<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