Author: artdaw
Date: 2008-06-10 05:45:25 -0400 (Tue, 10 Jun 2008)
New Revision: 8968
Modified:
branches/3.1.x/docs/faq/en/pom.xml
branches/3.1.x/docs/userguide/en/pom.xml
branches/3.1.x/docs/userguide/pom.xml
Log:
http://jira.jboss.com/jira/browse/RF-3641 - <version>1.0-beta-2</version> was
added to pom.xml files of userguide, FAQ in 3.1.x
Modified: branches/3.1.x/docs/faq/en/pom.xml
===================================================================
--- branches/3.1.x/docs/faq/en/pom.xml 2008-06-10 09:27:24 UTC (rev 8967)
+++ branches/3.1.x/docs/faq/en/pom.xml 2008-06-10 09:45:25 UTC (rev 8968)
@@ -29,6 +29,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
+ <version>1.0-beta-2</version>
</plugin>
<plugin>
Modified: branches/3.1.x/docs/userguide/en/pom.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/pom.xml 2008-06-10 09:27:24 UTC (rev 8967)
+++ branches/3.1.x/docs/userguide/en/pom.xml 2008-06-10 09:45:25 UTC (rev 8968)
@@ -29,6 +29,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
+ <version>1.0-beta-2</version>
</plugin>
<plugin>
Modified: branches/3.1.x/docs/userguide/pom.xml
===================================================================
--- branches/3.1.x/docs/userguide/pom.xml 2008-06-10 09:27:24 UTC (rev 8967)
+++ branches/3.1.x/docs/userguide/pom.xml 2008-06-10 09:45:25 UTC (rev 8968)
@@ -459,6 +459,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
+ <version>1.0-beta-2</version>
<executions>
<execution>
<id>transformTld</id>