[jboss-svn-commits] JBoss Common SVN: r2407 - common-core/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jun 8 09:58:30 EDT 2007


Author: pgier
Date: 2007-06-08 09:58:30 -0400 (Fri, 08 Jun 2007)
New Revision: 2407

Modified:
   common-core/trunk/pom.xml
Log:
Updating to point to new common parent.

Modified: common-core/trunk/pom.xml
===================================================================
--- common-core/trunk/pom.xml	2007-06-08 13:50:52 UTC (rev 2406)
+++ common-core/trunk/pom.xml	2007-06-08 13:58:30 UTC (rev 2407)
@@ -1,10 +1,10 @@
 <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.2.0-SNAPSHOT</version>
-	  <relativePath>../build/pom.xml</relativePath>
-	</parent>
+  <parent>
+    <groupId>jboss</groupId>
+    <artifactId>jboss-common</artifactId>
+    <version>2.2.1</version>
+    <relativePath>../build/pom.xml</relativePath>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jboss-common-core</artifactId>
   <version>2.2.0-SNAPSHOT</version>




More information about the jboss-svn-commits mailing list