[jbosstools-commits] JBoss Tools SVN: r23445 - workspace/dgolovin/experimental-build/bootstrap-build/build.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Jul 15 16:11:41 EDT 2010


Author: dgolovin
Date: 2010-07-15 16:11:40 -0400 (Thu, 15 Jul 2010)
New Revision: 23445

Modified:
   workspace/dgolovin/experimental-build/bootstrap-build/build/pom.xml
Log:
fix for component ID

Modified: workspace/dgolovin/experimental-build/bootstrap-build/build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/bootstrap-build/build/pom.xml	2010-07-15 20:10:22 UTC (rev 23444)
+++ workspace/dgolovin/experimental-build/bootstrap-build/build/pom.xml	2010-07-15 20:11:40 UTC (rev 23445)
@@ -2,7 +2,7 @@
 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.component</groupId>
-	<artifactId>tests</artifactId>
+	<artifactId>build</artifactId>
 	<version>0.0.1-SNAPSHOT</version>
 	<packaging>pom</packaging>
   <scm>



More information about the jbosstools-commits mailing list