Author: dgolovin
Date: 2010-07-15 15:26:35 -0400 (Thu, 15 Jul 2010)
New Revision: 23432
Modified:
workspace/dgolovin/experimental-build/bootstrap-build/pom.xml
Log:
errors fixed in bootstrap pom
Modified: workspace/dgolovin/experimental-build/bootstrap-build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/pom.xml 2010-07-15 19:24:59 UTC
(rev 23431)
+++ workspace/dgolovin/experimental-build/bootstrap-build/pom.xml 2010-07-15 19:26:35 UTC
(rev 23432)
@@ -1,10 +1,12 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.build.bootstrapt</groupId>
+ <groupId>org.jboss.build.bootstrap</groupId>
<artifactId>bootstrap-build</artifactId>
<version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
<profiles>
+
<profile>
<id>tests</id>
<activation>