[jboss-svn-commits] JBoss Common SVN: r2473 - common-core/tags/2.0.5.GA.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jul 31 11:29:21 EDT 2007
Author: jason.greene at jboss.com
Date: 2007-07-31 11:29:20 -0400 (Tue, 31 Jul 2007)
New Revision: 2473
Modified:
common-core/tags/2.0.5.GA/pom.xml
Log:
Fix pom
Modified: common-core/tags/2.0.5.GA/pom.xml
===================================================================
--- common-core/tags/2.0.5.GA/pom.xml 2007-07-31 15:18:01 UTC (rev 2472)
+++ common-core/tags/2.0.5.GA/pom.xml 2007-07-31 15:29:20 UTC (rev 2473)
@@ -1,9 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>jboss</groupId>
- <artifactId>jboss-common</artifactId>
- <version>2.0.5.GA</version>
- <relativePath>../build/pom.xml</relativePath>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-parent</artifactId>
+ <version>3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jboss-common-core</artifactId>
More information about the jboss-svn-commits
mailing list