[jboss-cvs] JBossAS SVN: r78908 - projects/naming/trunk/jnpclient.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 26 21:07:07 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-09-26 21:07:06 -0400 (Fri, 26 Sep 2008)
New Revision: 78908

Modified:
   projects/naming/trunk/jnpclient/pom.xml
Log:
Update parent to 4-beta-2

Modified: projects/naming/trunk/jnpclient/pom.xml
===================================================================
--- projects/naming/trunk/jnpclient/pom.xml	2008-09-27 01:05:49 UTC (rev 78907)
+++ projects/naming/trunk/jnpclient/pom.xml	2008-09-27 01:07:06 UTC (rev 78908)
@@ -1,9 +1,11 @@
 <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 -->
   <parent>
     <groupId>org.jboss</groupId>
     <artifactId>jboss-parent</artifactId>
-    <version>3</version>
+    <version>4-beta-2</version>
   </parent>
+  
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.naming</groupId>
   <artifactId>jnp-client</artifactId>




More information about the jboss-cvs-commits mailing list