Skip to content

Commit aaec814

Browse files
committed
Added docbkx plugin to parent
1 parent 2cd32ec commit aaec814

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

parent/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@
128128
<artifactId>xmlbeans-maven-plugin</artifactId>
129129
<version>2.3.3</version>
130130
</plugin>
131+
<plugin>
132+
<groupId>com.agilejava.docbkx</groupId>
133+
<artifactId>docbkx-maven-plugin</artifactId>
134+
<version>2.0.13</version>
135+
</plugin>
131136
</plugins>
132137
</pluginManagement>
133138
<plugins>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
<plugin>
220220
<groupId>com.agilejava.docbkx</groupId>
221221
<artifactId>docbkx-maven-plugin</artifactId>
222-
<version>2.0.11</version>
222+
<version>2.0.13</version>
223223
<executions>
224224
<execution>
225225
<goals>

0 commit comments

Comments
 (0)