Skip to content

Commit 8ed8b07

Browse files
committed
Working on 2.0.4 release
1 parent b077408 commit 8ed8b07

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
@@ -132,6 +132,11 @@
132132
<artifactId>xmlbeans-maven-plugin</artifactId>
133133
<version>2.3.3</version>
134134
</plugin>
135+
<plugin>
136+
<groupId>com.agilejava.docbkx</groupId>
137+
<artifactId>docbkx-maven-plugin</artifactId>
138+
<version>2.0.13</version>
139+
</plugin>
135140
</plugins>
136141
</pluginManagement>
137142
<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)