[jbosstools-commits] JBoss Tools SVN: r23237 - in trunk: site and 1 other directory.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Mon Jul 5 14:00:26 EDT 2010
Author: nickboldt
Date: 2010-07-05 14:00:25 -0400 (Mon, 05 Jul 2010)
New Revision: 23237
Modified:
trunk/pom.xml
trunk/site/pom.xml
Log:
rename pom artifactids
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-07-05 16:56:55 UTC (rev 23236)
+++ trunk/pom.xml 2010-07-05 18:00:25 UTC (rev 23237)
@@ -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</groupId>
-<artifactId>tools</artifactId>
+<artifactId>jbosstools</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
Modified: trunk/site/pom.xml
===================================================================
--- trunk/site/pom.xml 2010-07-05 16:56:55 UTC (rev 23236)
+++ trunk/site/pom.xml 2010-07-05 18:00:25 UTC (rev 23237)
@@ -8,7 +8,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools</groupId>
- <artifactId>site</artifactId>
+ <artifactId>jbosstools.site</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
</project>
More information about the jbosstools-commits
mailing list