Author: dgolovin
Date: 2010-07-15 16:01:03 -0400 (Thu, 15 Jul 2010)
New Revision: 23443
Modified:
workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml
workspace/dgolovin/experimental-build/bootstrap-pom.xml
Log:
fix xml errors in bootstrap pom
Modified: workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml 2010-07-15
19:59:06 UTC (rev 23442)
+++ workspace/dgolovin/experimental-build/bootstrap-build/tests/pom.xml 2010-07-15
20:01:03 UTC (rev 23443)
@@ -17,7 +17,7 @@
<artifactId>maven-scm-plugin</artifactId>
<version>1.3</version>
<configuration>
- <workingDirectory>${basedir}/../../tests</workingDirectory>
+ <checkoutDirectory>${basedir}/../../tests</checkoutDirectory>
<goals>install</goals>
</configuration>
<executions>
Modified: workspace/dgolovin/experimental-build/bootstrap-pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-pom.xml 2010-07-15 19:59:06 UTC (rev
23442)
+++ workspace/dgolovin/experimental-build/bootstrap-pom.xml 2010-07-15 20:01:03 UTC (rev
23443)
@@ -18,7 +18,7 @@
<artifactId>maven-scm-plugin</artifactId>
<version>1.3</version>
<configuration>
- <workingDirectory>${basedir}/bootstrap-build</workingDirectory>
+ <checkoutDirectory>${basedir}/bootstrap-build</checkoutDirectory>
<goals>install</goals>
</configuration>
</plugin>